User Tools

Site Tools


repository_stable

This is an old revision of the document!


Sparky repositories of the stable line

Sparky of the stable line is based on and uses Debian “stable” packages.

Repository

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

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

and paste into the file:

 deb https://sparkylinux.org/repo stable main
 deb-src https://sparkylinux.org/repo stable main
 deb https://sparkylinux.org/repo core main
 deb-src https://sparkylinux.org/repo core 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 'sparky5-apt' packages to do so.

Public key

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

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

Then install it:

 sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb
 sudo apt-get update

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

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