User Tools

Site Tools


repository_testing

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_testing [2019/07/24 01:12] pavroorepository_testing [2023/08/03 11:08] (current) – removed unstable repo pavroo
Line 1: Line 1:
-===== Sparky repositories of the testing line =====+===== Sparky Testing Repositories =====
  
-Sparky of the testing (rolling) line is based on and uses Debian “testing” packages.+Sparky of the testing ((semi-)rolling) line is based on and uses Debian “testing” packages.
  
 ==== Repository ==== ==== Repository ====
  
-Users of Debian "testing" branch should add Sparky **testing**  and **core** repositories to get access to Sparky repos:+Users of Debian "testing" branch should add Sparky **sisters** (testing)  and **core** repositories to get access to Sparky repos:
  
-   sudo nano /etc/apt/sources.list.d/sparky-testing.list+   sudo nano /etc/apt/sources.list.d/sparky.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/ sisters main 
-   deb-src https://sparkylinux.org/repo testing main +   deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ sisters main 
-   deb https://sparkylinux.org/repo core main +   deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ core main 
-   deb-src https://sparkylinux.org/repo core main +   deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ core main
- +
-Sparky **unstable** repository (optional): +
- +
-   sudo nano /etc/apt/sources.list.d/sparky-unstable.list +
- +
-and paste into the file: +
- +
-   deb https://sparkylinux.org/repo unstable main +
-   deb-src https://sparkylinux.org/repo unstable main+
  
 Create a preference file: Create a preference file:
Line 35: Line 26:
    Pin-Priority: 1001    Pin-Priority: 1001
  
-Otherwise, install 'sparky-apt' and 'sparky6-apt' packages to do so.+Otherwise, install 'sparky-apt_YYYYMMDD~sparky8' packages to do so.
  
 ==== Public key ==== ==== Public key ====
Line 41: 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-key add /usr/share/keyrings/sparkylinux.gpg.key 
  
-or get the key manually ('wget2' has to be installed):+or get the key manually ('wget' has to be installed):
  
-   wget2 -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 box 75%> 
 +|[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  | 
 +</WRAP>
  
repository_testing.1563923531.txt.gz · Last modified: 2021/05/04 15:25 (external edit)