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
curl -s https://dl.pilab.hu/archlinux/PKGBUILD | makepkg -si
alternatevely you can use the AUR package:
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.

  1. 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
  2. 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
  3. Clean the YUM cache:Clear the YUM cache to ensure the new repository is recognized:
    bash
    sudo yum clean all
  4. Test the repository:Verify the repository is working by listing available packages:
    bash
    sudo yum list available --enablerepo=pilab
    Or, search for a specific package:
    bash
    sudo yum search <package_name> --enablerepo=pilab
Follow us
All Rights Reserved
© 2011-2024 Progressive Innovation LAB