qt5.6 on AUR (Arch User Repository)

Last updated: July 03,2024

1. Install "qt5.6" 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 qt5.6 on Arch using YAY

$ yay -S qt5.6

* (Optional) Uninstall qt5.6 on Arch using YAY

$ yay -Rns qt5.6

2. Manually Install "qt5.6" via AUR

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

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

b. Clone qt5.6's git locally

$ git clone https://aur.archlinux.org/qt5.6.git ~/qt5.6

c. Go to ~/qt5.6 folder and install it

$ cd ~/qt5.6 $ makepkg -si

3. Information about the qt5.6 package on Arch User Repository (AUR)

ID: 413070
Name: qt5.6
PackageBaseID: 120282
PackageBase: qt5.6
Version: 5.6.2-4
Description: A cross-platform application and UI framework
URL: http://qt-project.org/
NumVotes: 0
Popularity: 0
OutOfDate: 1626980550
Maintainer: blakev
FirstSubmitted: 1488528591
LastModified: 1495474252
URLPath: /cgit/aur.git/snapshot/qt5.6.tar.gz