User Tools

Site Tools


repository

This is an old revision of the document!


Sparky repository

Sparky repository provide a large number of own tools and some 3th party applications.

If you would like to use the Sparky repository with your Debian based operating system, do:

1. Create 'sparky.list' file:

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

It can be any text editor, instead of 'nano'.

2. Paste the Sparky repository to the file:

 ## sparky
 deb http://sparkylinux.org/repo testing main
 deb-src http://sparkylinux.org/repo testing main

If you would like to use packages from Sparky 'unstable' repository, enable/add the lines:

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

Then save the file and leave the editor.

3. Update package list and install Sparky public key via the package manager:

 sudo apt-get update
 sudo apt-get install sparky-keyring

or get the key manually:

 wget -O - http://sparkylinux.org/repo/sparkylinux.gpg.key | sudo apt-key add -

repository.1474482604.txt.gz · Last modified: 2021/05/04 15:25 (external edit)