qt-sdk on AUR (Arch User Repository)

Last updated: September 29,2024

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

$ yay -S qt-sdk

* (Optional) Uninstall qt-sdk on Arch using YAY

$ yay -Rns qt-sdk

2. Manually Install "qt-sdk" via AUR

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

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

b. Clone qt-sdk's git locally

$ git clone https://aur.archlinux.org/qt-sdk.git ~/qt-sdk

c. Go to ~/qt-sdk folder and install it

$ cd ~/qt-sdk $ makepkg -si

3. Information about the qt-sdk package on Arch User Repository (AUR)

ID: 1377584
Name: qt-sdk
PackageBaseID: 160195
PackageBase: qt-sdk
Version: 6.7.0beta1-1
Description: Qt SDK for both hosts and a variety of targets
URL: http://www.chaos-reins.com/qpi/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: sirspudd
Submitter: sirspudd
FirstSubmitted: 1606183061
LastModified: 1703924360
URLPath: /cgit/aur.git/snapshot/qt-sdk.tar.gz

5. The same packages on other Linux Distributions