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 [2021/07/15 20:39] pavroorepository_testing [2024/12/04 22:22] (current) pavroo
Line 5: Line 5:
 ==== Repository ==== ==== Repository ====
  
-Users of Debian "testing" branch should add Sparky **potolo** (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.list    sudo nano /etc/apt/sources.list.d/sparky.list
Line 11: Line 11:
 and paste into the file: and paste into the file:
  
-   deb https://repo.sparkylinux.orgpotolo main +   deb [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ sisters main 
-   deb-src https://repo.sparkylinux.org/ potolo main +   deb-src [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ sisters main 
-   deb https://repo.sparkylinux.orgcore main +   deb [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ core main 
-   deb-src https://repo.sparkylinux.org/ core main +   deb-src [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] 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://repo.sparkylinux.org/ unstable main +
-   deb-src https://repo.sparkylinux.org/ unstable main+
  
 Create a preference file: Create a preference file:
Line 34: Line 25:
    Pin: release o=SparkyLinux    Pin: release o=SparkyLinux
    Pin-Priority: 1001    Pin-Priority: 1001
- 
-Otherwise, install 'sparky-apt_YYYYMMDD~sparky6' packages to do so. 
  
 ==== Public key ==== ==== Public key ====
  
-Download the Sparky's Public Key as a "deb" package from: +Download the Sparky's Public Key:
- +
-[[https://repo.sparkylinux.org/pool/main/s/sparky-keyring/|https://repo.sparkylinux.org/pool/main/s/sparky-keyring/]]  +
- +
-Then install it: +
-   sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb +
-   sudo apt-key add /usr/share/keyrings/sparky.gpg.key+
  
-or get the key manually ('wget' has to be installed):+   wget -O - https://sourceforge.net/projects/sparkylinux/files/repo/sparky-repo.asc | sudo tee /etc/apt/trusted.gpg.d/sparky-repo.asc
  
-   wget -O - https://repo.sparkylinux.org/sparky.gpg.key | sudo apt-key add - 
-    
 <WRAP center box 75%> <WRAP center box 75%>
 |[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  | |[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  |
 </WRAP> </WRAP>
  
repository_testing.1626374392.txt.gz · Last modified: 2021/07/15 20:39 by pavroo