pull/64/merge
Jeriel Jan del Prado 2017-05-02 00:57:09 +00:00 committed by GitHub
commit 65d6cc9758
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ Notes:
- Learn to use `apt-get`, `yum`, `dnf` or `pacman` (depending on distro) to find and install packages. And make sure you have `pip` to install Python-based command-line tools (a few below are easiest to install via `pip`). - Learn to use `apt-get`, `yum`, `dnf` or `pacman` (depending on distro) to find and install packages. And make sure you have `pip` to install Python-based command-line tools (a few below are easiest to install via `pip`).
- In addition to package managers, you should also learn how to compile packages from source. Learn how to decompress files (`gunzip`, `tar xf`, etc) and learn how to compile them (generally as you follow their `README` files or through `make`, and figuring out the development packages that ARE generally available through your distro)
## Everyday use ## Everyday use