Repository for kBuild
framework for writing simple makefiles for complex tasks
If you want to install this repository, please import its key first:
curl https://packages.pages.tworem.nl/virtualbox/kbuild/archive.gpg | sudo apt-key add -
Then install the repository using the following command:
echo "deb https://packages.pages.tworem.nl/virtualbox/kbuild $(lsb_release -s -c) main" | sudo tee -a /etc/apt/sources.list.d/heliumnet_kbuild.list
Do not forget to update your package lists afterwards:
sudo apt update
Additional resources