User Tools

Site Tools


repository_oldoldstable

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
repository_oldoldstable [2024/07/06 10:54] – removed nibiru repos pavroorepository_oldoldstable [2025/08/14 09:46] (current) – moved oldstable to oldoldstable repos pavroo
Line 1: Line 1:
-Removed+===== Sparky oldoldstable Repositories ===== 
 + 
 +Sparky of the oldoldstable line is based on and uses Debian “oldoldstable” packages. 
 + 
 +==== Repository ==== 
 +Users of Debian "oldoldstable" branch should add Sparky **potolo** (oldoldstable)  and **core** repositories to get access to Sparky repos: 
 + 
 +   sudo nano /etc/apt/sources.list.d/sparky.list 
 + 
 +and paste into the file: 
 + 
 +   deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ potolo main 
 +   deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ potolo 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 
 + 
 +Sparky **unstable** repository (optional): 
 + 
 +   sudo nano /etc/apt/sources.list.d/sparky-unstable.list 
 + 
 +and paste into the file: 
 + 
 +   deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ unstable main 
 +   deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ unstable main 
 + 
 +Create a preference file: 
 + 
 +   sudo nano /etc/apt/preferences.d/sparky 
 + 
 +and paste into the file: 
 + 
 +   Package:
 +   Pin: release o=SparkyLinux 
 +   Pin-Priority: 1001 
 + 
 +Otherwise, install 'sparky-apt_YYYYMMDD~sparky6' packages to do so. 
 + 
 +==== Public key ==== 
 + 
 +Download the Sparky's Public Key as a "deb" package from: 
 + 
 +[[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 
 + 
 +or get the key manually ('wget' has to be installed): 
 + 
 +   wget -O - https://sourceforge.net/projects/sparkylinux/files/repo/sparky.gpg.key | sudo tee /usr/share/keyrings/sparky.gpg.key 
 +    
 +<WRAP center box 75%> 
 +|[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  | 
 +</WRAP> 
  
 <WRAP center box 75%> <WRAP center box 75%>
repository_oldoldstable.txt · Last modified: by pavroo