User Tools

Site Tools


repository

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
repository [2015/06/03 21:40] pavroorepository [2017/12/23 14:41] pavroo
Line 1: Line 1:
 ===== Sparky repository ===== ===== Sparky repository =====
  
-Sparky repository provide large number of own tools and some 3th party applications.+Sparky repository provides a number of own tools and some 3rd party applications.
  
-If you would like to use the Sparky repos, do:+==== Stable edition ====
  
-1Create 'sparky.list' file (as root):+Sparky repository used on Debian "stable" based operating system.
  
-   sudo nano /etc/apt/sources.list.d/sparky.list+Users of Sparky based on Debian "stable" branch should add Sparky's stable and testing repositories.
  
-It can be any text editor, instead of 'nano'.+Sparky **stable** repository:
  
-2Paste the Sparky repository to the file:+   sudo nano /etc/apt/sources.list.d/sparky-stable.list
  
-   ## sparky +and past into the file:
-   deb http://sparkylinux.org/repo testing main +
-   # deb http://sparkylinux.org/repo unstable main+
  
-Save the file and leave the editor+   deb https://sparkylinux.org/repo stable main 
-   +   deb-src https://sparkylinux.org/repo stable main
-3. Update package list and install the key via package manager:+
  
 +Sparky **testing** repository:
 +
 +   sudo nano /etc/apt/sources.list.d/sparky-testing.list
 +
 +and past into the file:
 +
 +   deb https://sparkylinux.org/repo testing main
 +   deb-src https://sparkylinux.org/repo testing main
 +
 +Create a preference file:
 +
 +   sudo nano /etc/apt/preferences.d/sparky
 +
 +and past into the file:
 +
 +   Package: *
 +   Pin: release o=SparkyLinux,a=stable
 +   Pin-Priority: 1001
 +   
 +   Package: *
 +   Pin: release o=SparkyLinux,a=testing
 +   Pin-Priority: 900
 +   
 +Otherwise, install 'sparky-apt' 4.x package to do so.
 +
 +==== Testing edition ====
 +
 +Sparky repository used on Debian "testing" based operating system.
 +
 +Users of Sparky based on Debian "testing" branch should add Sparky's testing repositories (and unstable and dde as an option).
 +
 +Sparky **testing** repository:
 +
 +   sudo nano /etc/apt/sources.list.d/sparky-testing.list
 +
 +and past into the file:
 +
 +   deb https://sparkylinux.org/repo testing main
 +   deb-src https://sparkylinux.org/repo testing main
 +
 +Sparky **unstable** repository (optional):
 +
 +   sudo nano /etc/apt/sources.list.d/sparky-unstable.list
 +
 +and past into the file:
 +
 +   deb https://sparkylinux.org/repo unstable main
 +   deb-src https://sparkylinux.org/repo unstable main
 +
 +Create a preference file:
 +
 +   sudo nano /etc/apt/preferences.d/sparky
 +
 +and past into the file:
 +
 +   Package: *
 +   Pin: release o=SparkyLinux,a=stable
 +   Pin-Priority: -10
 +   
 +   Package: *
 +   Pin: release o=SparkyLinux,a=testing
 +   Pin-Priority: 1001
 +
 +Otherwise, install 'sparky-apt' 5.x package 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/|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    sudo apt-get update
-   sudo apt-get install sparky-keyring 
  
-or get the public key manually:+or get the key manually: 
 + 
 +Sparky 4.x ('wget' has to be installed): 
 + 
 +   wget -O - https://sparkylinux.org/repo/sparkylinux.gpg.key | sudo apt-key add - 
 + 
 +Sparky 5.x ('wget2' has to be installed): 
 + 
 +   wget2 -O - https://sparkylinux.org/repo/sparkylinux.gpg.key | sudo apt-key add -
  
-   wget -http://sparkylinux.org/repo/sparkylinux.gpg.key | apt-key add -+<WRAP center info 100%> 
 +Make sure you have 'apt-transport-https' package installed (Sparky up to 4.x only). 
 +</WRAP>
  
 ---- ----
  
-<WRAP center box 25%> +<WRAP center box 49%> 
-[[faq|<--- FAQ]]|[[repository|Sparky repository --->]]+[[start|<--- Wiki start page]]|[[upgrade|Manual system upgrade --->]]
 </WRAP> </WRAP>
repository.txt · Last modified: 2021/08/17 11:56 by pavroo