Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wynwxst/repl-apt.guide

how to use apt in repl.it
https://github.com/wynwxst/repl-apt.guide

Last synced: 20 days ago
JSON representation

how to use apt in repl.it

Awesome Lists containing this project

README

        

# repl-apt.guide
how to use apt in repl.it

# Steps
```
apt install nano #example
#since repl.it blocks apt
go to https://pkgs.org
wget https://link.to/nano/.deb/
dpkg -e nano.deb
cd usr/bin/
chmod +x nano
nano
nano --help
```

# A pretty bad way of installing apt packages on repl.it
kinda the only way tho