User Tools

Site Tools


repository

This is an old revision of the document!


Sparky repository

Sparky repository provides a number of own tools and some 3rd party applications.

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

1. Create sparky lists:

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

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

2. Paste the Sparky 'testing' repository into the 'sparky-testing.list' file:

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

and paste Sparky 'unstable' repository into the 'sparky-unstable.list' file:

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

Then save the files and leave the editor.

Otherwise, install 'sparky-apt' ⇒ 4.x package to do so.

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.1483721511.txt.gz · Last modified: 2021/05/04 15:25 (external edit)