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 [2017/01/06 17:51] pavroorepository [2017/12/23 14:41] pavroo
Line 3: Line 3:
 Sparky repository provides a number of own tools and some 3rd party applications. 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:+==== Stable edition ====
  
-1Create sparky lists:+Sparky repository used on Debian "stable" based operating system. 
 + 
 +Users of Sparky based on Debian "stable" branch should add Sparky's stable and testing repositories. 
 + 
 +Sparky **stable** repository: 
 + 
 +   sudo nano /etc/apt/sources.list.d/sparky-stable.list 
 + 
 +and past into the file: 
 + 
 +   deb https://sparkylinux.org/repo stable main 
 +   deb-src https://sparkylinux.org/repo stable main 
 + 
 +Sparky **testing** repository:
  
    sudo nano /etc/apt/sources.list.d/sparky-testing.list    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    sudo nano /etc/apt/sources.list.d/sparky-unstable.list
  
-It can be any text editor, instead of 'nano'.+and past into the file:
  
-2Paste the Sparky 'testing' repository into the 'sparky-testing.list' file:+   deb https://sparkylinux.org/repo unstable main 
 +   deb-src https://sparkylinux.org/repo unstable main
  
-   ## sparky +Create a preference file:
-   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:+   sudo nano /etc/apt/preferences.d/sparky
  
-   deb http://sparkylinux.org/repo unstable main +and past into the file:
-   deb-src http://sparkylinux.org/repo unstable main+
  
-Then save the files and leave the editor. +   Package: * 
-   +   Pin: release o=SparkyLinux,a=stable 
-Otherwiseinstall 'sparky-apt' => 4.x package to do so.+   Pin-Priority: -10 
 +    
 +   Package:
 +   Pin: release o=SparkyLinux,a=testing 
 +   Pin-Priority: 1001
  
-3Update package list and install Sparky public key via the package manager:+Otherwise, install 'sparky-apt' 5.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 key manually: or get the key manually:
  
-   wget -O - http://sparkylinux.org/repo/sparkylinux.gpg.key | sudo apt-key add -+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 - 
 + 
 +<WRAP center info 100%> 
 +Make sure you have 'apt-transport-https' package installed (Sparky up to 4.x only). 
 +</WRAP>
  
 ---- ----
repository.txt · Last modified: 2021/08/17 11:56 by pavroo