Arch Linux cheatsheet
Arch Linux cheatsheet
Sources:
- How to update the pacman databases in Arch Linux
- Install AUR packages
- Convert FLAC to mp3 with ffmpeg, keeping all metadata
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
- Acquire build files (git):
$ git clone https://aur.archlinux.org/bisq.git
- Build the package:
$ cd bisq
$ makepkg
- Install the package:
$ sudo pacman -U bisq-1.8.0-1-any.pkg.tar.zst
Conclusion
Enjoy motherfucker! :D