User Tools

Site Tools


repository_testing

This is an old revision of the document!


Sparky Testing Repositories

Sparky of the testing ((semi-)rolling) line is based on and uses Debian “testing” packages.

Repository

Users of Debian “testing” branch should add Sparky testing and core repositories to get access to Sparky repos:

 sudo nano /etc/apt/sources.list.d/sparky-testing.list

and paste into the file:

 deb https://repo.sparkylinux.org/ testing main
 deb-src https://repo.sparkylinux.org/ testing main
 deb https://repo.sparkylinux.org/ core main
 deb-src https://repo.sparkylinux.org/ core main

Sparky unstable repository (optional):

 sudo nano /etc/apt/sources.list.d/sparky-unstable.list

and paste into the file:

 deb https://repo.sparkylinux.org/ unstable main
 deb-src https://repo.sparkylinux.org/ unstable main

Create a preference file:

 sudo nano /etc/apt/preferences.d/sparky

and paste into the file:

 Package: *
 Pin: release o=SparkyLinux
 Pin-Priority: 1001

Otherwise, install 'sparky-apt' and 'sparky6-apt' packages to do so.

Public key

Download the Sparky's Public Key as a “deb” package from:

https://repo.sparkylinux.org/pool/main/s/sparky-keyring/

Then install it:

 sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb
 sudo apt-key add /usr/share/keyrings/sparkylinux.gpg.key

or get the key manually ('wget2' has to be installed):

 wget2 -O - https://repo.sparkylinux.org/sparkylinux.gpg.key | sudo apt-key add -
 
repository_testing.1576277034.txt.gz · Last modified: 2021/05/04 15:25 (external edit)