In our last post we explained how to install Manjaro, an Arch based Linux distro. Let's assume that you guys have installed it successfully but now you want to have more fun with it. Why don't we try installing some packages or have our way with the Terminal? But well how to use it's terminal? so we are again here to help you out about it. In this post we will be explaining some basic terminal commands for Arch based distro which are very useful in day to day life.
- Command for updating system : If you used a debian based Linux distro earlier, then you must know how to update your system. In case of Arch it also work the same way but the only difference is command. To update your system use the following command:
sudo pacman -Syu
To explain this command more properly take a look at below screenshot of our terminal.