zimazui

freedom & security


Arch Linux cheatsheet

Arch Linux cheatsheet

Sources:

Updating the pacman database

You can update the Pacman database cache with the following command:

$ sudo pacman -Syy

Apply a system update

$ sudo pacman -Syu

Install AUR packages

  1. Acquire build files (git):
$ git clone https://aur.archlinux.org/bisq.git
  1. Build the package:
$ cd bisq
$ makepkg
  1. Install the package:
$ sudo pacman -U bisq-1.8.0-1-any.pkg.tar.zst

Conclusion

Enjoy motherfucker! :D