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 repos, 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 http://sparkylinux.org/repo unstable main

Save the file and leave the editor.

3. Update package list and install the 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.1434813476.txt.gz · Last modified: 2021/05/04 15:25 (external edit)