Arch Linux: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Resource = * [https://itsfoss.com/why-use-manjaro-linux/ 7 Reasons Why I Use Manjaro Linux And You Should Too] * [https://www.ostechnix.com/convert-deb-packages-arch-linux-p...") |
|||
Line 12: | Line 12: | ||
* http://unix.stackexchange.com/questions/6934/package-management-strategy-with-pacman | * http://unix.stackexchange.com/questions/6934/package-management-strategy-with-pacman | ||
* Install openssh: '''pacman -Sy openssh''' | * Install openssh: '''pacman -Sy openssh''' | ||
* [https://www.howtogeek.com/740578/how-to-update-arch-linux/ How to Update Arch Linux] |
Revision as of 10:40, 31 July 2021
Resource
- 7 Reasons Why I Use Manjaro Linux And You Should Too
- How To Convert DEB Packages Into Arch Linux Packages
- GUI to swtich kernels. https://wiki.manjaro.org/index.php/Manjaro_Kernels
- Install Google Chrome by installing Yaourt (pacman front) first
- The advantage of a rolling release is you can get the latest version software, such ddclient.
Install/remove packages
How to Install and Remove Packages in Arch Linux
Pacman
- http://unix.stackexchange.com/questions/6934/package-management-strategy-with-pacman
- Install openssh: pacman -Sy openssh
- How to Update Arch Linux