Last Updated on: 20th September 2023, 12:33 am
This post can be out of date, use Wiki pages instead: https://wiki.sparkylinux.org/doku.php/repository
The official SparkyLinux repository has been changed.
To change old repository for the new one, edit (as root) the file:
nano /etc/apt/sources.list
Remove the text from the file:
# sparky
deb http://repo.sparkylinux.org/ sparky main
#deb http://repo.sparkylinux.org/ sparky dev
Add new two lines to the file:
# sparky
deb http://sparkylinux.org/repo testing main
Download the new public key:
wget -O - http://sparkylinux.org/repo/sparkylinux.gpg.key | apt-key add -
And refresh package list:
apt-get update