User Tools

Site Tools


repository_stable

Differences

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

Link to this comparison view

Next revision
Previous revision
repository_stable [2017/12/28 23:09] – created pavroorepository_stable [2025/08/14 09:48] (current) – moved testing to stable repos pavroo
Line 1: Line 1:
-===== Sparky stable line =====+===== Sparky stable Repositories =====
  
-Sparky of the stable line is based on and uses Debian "stablepackages.+Sparky of the stable line is based on and uses Debian stable” packages.
  
 ==== Repository ==== ==== Repository ====
  
-Users of Debian "stable" branch should add Sparky **stable** and **testing** repositories.+Users of Debian "stable" branch should add Sparky **sisters** and **core** repositories to get access to Sparky repos:
  
-Sparky **stable** repository:+   sudo nano /etc/apt/sources.list.d/sparky.sources
  
-   sudo nano /etc/apt/sources.list.d/sparky-stable.list+and paste into the file:
  
-and past into the file: +   Typesdeb deb-src 
- +   URIs: https://repo.sparkylinux.org/ 
-   deb https://sparkylinux.org/repo stable main +   Suitescore 
-   deb-src https://sparkylinux.org/repo stable main +   Componentsmain 
- +   Signed-By: /etc/apt/trusted.gpg.d/sparky-repo.asc 
-Sparky **testing** repository: +    
- +   Typesdeb deb-src 
-   sudo nano /etc/apt/sources.list.d/sparky-testing.list +   URIs: https://repo.sparkylinux.org/ 
- +   Suites: sisters 
-and past into the file: +   Components: main 
- +   Signed-By: /etc/apt/trusted.gpg.d/sparky-repo.asc
-   deb https://sparkylinux.org/repo testing main +
-   deb-src https://sparkylinux.org/repo testing main+
  
 Create a preference file: Create a preference file:
Line 29: Line 27:
    sudo nano /etc/apt/preferences.d/sparky    sudo nano /etc/apt/preferences.d/sparky
  
-and past into the file:+and paste into the file:
  
    Package: *    Package: *
-   Pin: release o=SparkyLinux,a=stable+   Pin: release o=SparkyLinux
    Pin-Priority: 1001    Pin-Priority: 1001
-    
-   Package: * 
-   Pin: release o=SparkyLinux,a=testing 
-   Pin-Priority: 900 
  
 ==== Public key ==== ==== Public key ====
  
-Download the Sparky's Public Key as a "deb" package from:+Download the Sparky's Public Key:
  
-[[https://sparkylinux.org/repo/pool/main/s/sparky-keyring/|https://sparkylinux.org/repo/pool/main/s/sparky-keyring/]] +   wget -O - https://sourceforge.net/projects/sparkylinux/files/repo/sparky-repo.asc sudo tee /etc/apt/trusted.gpg.d/sparky-repo.asc
  
-Then install it: +<WRAP center box 75%> 
-   sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb +|[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  |
-   sudo apt-get update +
- +
-or get the key manually ('wget' has to be installed): +
- +
-   wget -O - https://sparkylinux.org/repo/sparkylinux.gpg.key | sudo apt-key add - +
- +
-Otherwise, install 'sparky-apt' 4.x package to do so. +
- +
-<WRAP center info 100%> +
-Important ! +
-Sparky of the "stable" line uses Sparky "stable" and "testing" repositories.+
 </WRAP> </WRAP>
  
-<WRAP center info 100%> 
-Make sure you have 'apt-transport-https' package installed (Sparky up to 4.x only). 
-</WRAP> 
repository_stable.1514502599.txt.gz · Last modified: (external edit)