upwork-desktop on AUR (Arch User Repository)

Last updated: June 26,2024

1. Install "upwork-desktop" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install upwork-desktop on Arch using YAY

$ yay -S upwork-desktop

* (Optional) Uninstall upwork-desktop on Arch using YAY

$ yay -Rns upwork-desktop

2. Manually Install "upwork-desktop" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone upwork-desktop's git locally

$ git clone https://aur.archlinux.org/upwork-desktop.git ~/upwork-desktop

c. Go to ~/upwork-desktop folder and install it

$ cd ~/upwork-desktop $ makepkg -si

3. Information about the upwork-desktop package on Arch User Repository (AUR)