User Tools

Site Tools


repository_stable

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
repository_stable [2018/01/30 11:40] pavroorepository_stable [2023/06/12 19:19] (current) pavroo
Line 1: Line 1:
-===== Sparky repositories of the 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 to get access to Sparky repos+Users of Debian "stable" branch should add Sparky **orion** and **core** repositories to get access to Sparky repos:
  
-Sparky **stable** repository: +   sudo nano /etc/apt/sources.list.d/sparky.list
- +
-   sudo nano /etc/apt/sources.list.d/sparky-stable.list +
- +
-and paste 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+
  
 and paste into the file: and paste into the file:
  
-   deb https://sparkylinux.org/repo testing main +   deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ orion main 
-   deb-src https://sparkylinux.org/repo testing main+   deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ orion main 
 +   deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ core main 
 +   deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ core main
  
 Create a preference file: Create a preference file:
Line 32: Line 23:
  
    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 
  
-Otherwise, install 'sparky-apt4.x package to do so.+Otherwise, install 'sparky-apt_YYYYMMDD~sparky7packages to do so.
  
 ==== Public key ==== ==== Public key ====
Line 45: Line 32:
 Download the Sparky's Public Key as a "deb" package from: 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/]] +[[http://us1.repo.sparkylinux.org/pool/main/s/sparky-keyring/|http://us1.repo.sparkylinux.org/pool/main/s/sparky-keyring/]] 
  
 Then install it: Then install it:
    sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb    sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb
-   sudo apt-get update 
  
 or get the key manually ('wget' has to be installed): or get the key manually ('wget' has to be installed):
  
-   wget -O - https://sparkylinux.org/repo/sparkylinux.gpg.key | sudo apt-key add - +   wget -O - https://repo.sparkylinux.org/sparky.gpg.key | sudo tee /usr/share/keyrings/sparky.gpg.key 
- +    
-<WRAP center info 100%> +<WRAP center box 75%> 
-Important ! +|[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  |
-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.1517308841.txt.gz · Last modified: 2021/05/04 15:25 (external edit)