My Software Engineering Notes Help

Manjaro Misc

manajaro-logo

Build of Aur Package

  1. Ensure you have necessary files for building applications from source

    1. pamac install base-devel git

  2. Clone the pkg build

    1. git clone [url]

  3. Change directory to cloned folder

    1. cd [folder]

  4. To make/compile the package run

    1. makepkg -S

  5. List folder content

    1. ls

  6. Upgrade package - file file ending .pkg.tar.zst and run

    1. sudo pacman -U [file_name.pkg.tar.zst]

    2. or makepkg -i (instead of -U flag)

    3. or makepkg -is (combines steps 4 & 6 together)

Upgrade packages installed from Aur

pacman upgrade -a

Last modified: 10 March 2024