To use these repositories you should use PiTrust certificates!
Downloads
You can use the following repositories to install the packages. All packages are signed with the PiTrust certificates. The easiest way to use all PiLAB softwares is to use our Linux repositories. Alternatively, you can download the packages from our Artifact Repository page.Arch Linux
In Arch linux, there's an option to build the package from the PKGBUILD file:bash
alternatevely you can use the AUR package:curl -s https://dl.pilab.hu/archlinux/PKGBUILD | makepkg -si
bash
yay -S pilab-repo
Debian
bash
curl -s https://dl.pilab.hu/debian/KEY.gpg | sudo apt-key add -
Ubuntu
We are providing a PPA for Ubuntu 20.04 LTS (Focal Fossa) and 21.04 (Hirsute Hippo).bash
sudo add-apt-repository ppa:pilab/ppa
Fedora
We are providing a repository for Fedora 37 and 38.
Installing the PiLab YUM Repository
Follow these steps to install the PiLab RPM repository from dl.pilab.hu/rpm.
- Create a .repo file:Open a terminal and create a new .repo file using a text editor with root privileges. For example:bash
sudo nano /etc/yum.repos.d/pilab.repo
- Add repository configuration:Paste the following configuration into the file:bash
[pilab] name=PiLab RPM Repository baseurl=http://dl.pilab.hu/rpm enabled=1 gpgcheck=1
- Clean the YUM cache:Clear the YUM cache to ensure the new repository is recognized:bash
sudo yum clean all
- Test the repository:Verify the repository is working by listing available packages:bashOr, search for a specific package:
sudo yum list available --enablerepo=pilab
bashsudo yum search <package_name> --enablerepo=pilab