Repository for XLNA Tools
This package contains the the core XLNA framework. The XLNA framework is a toolset framework that can be extended with various toolsets. At this moment, only xlna-uefi-tools and xlna-login-tools are still supported.
If you want to install this repository, please import its key first:
curl https://packages.pages.tworem.nl/xlna-tools/archive.gpg | sudo apt-key add -
Then install the repository using the following command:
echo "deb https://packages.pages.tworem.nl/xlna-tools $(lsb_release -s -c) main" | sudo tee -a /etc/apt/sources.list.d/heliumnet_xlna-tools.list
Do not forget to update your package lists afterwards:
sudo apt update
Additional resources