DemosDebs

a repository mainly with demoscene stuff (but other things too)

Outils pour utilisateurs

Outils du site


start

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
start [2026/05/18 00:19] – [Browse the packages] nicolasstart [2026/05/25 00:07] (Version actuelle) – [Debian bookworm (amd64/i386/armhf/arm64) :] nicolas
Ligne 25: Ligne 25:
  
   * To know new packages added, check my **Blog** : [[http://demosdebs.blogspot.com]]   * To know new packages added, check my **Blog** : [[http://demosdebs.blogspot.com]]
-  * **Changelog** is [[:changelog|available here]]+  * **Changelog** is [[:changelog|available here]]
  
 ---- ----
Ligne 50: Ligne 50:
 mais attention, les paquets finissant par **_all.deb**, sont en fait installable partout, et seront appelés lors d'une installation sous debian ou l'ancienne ubuntu. mais attention, les paquets finissant par **_all.deb**, sont en fait installable partout, et seront appelés lors d'une installation sous debian ou l'ancienne ubuntu.
 c'est juste un moyen pour moi d'économiser de l'espace sur mon hébergement. c'est juste un moyen pour moi d'économiser de l'espace sur mon hébergement.
 +
 +  * Pour connaître les nouveaux paquets, regardez mon blog : [[http://demosdebs.blogspot.com]]
 +  * Un **changelog** est [[:changelog|disponible ici]]
 +
 ---- ----
 ===== Add the repository ===== ===== Add the repository =====
  
-==== Ubuntu 26.04 & derivatives (amd64 & arm64): ==== +Run thisin a terminal :
- +
-run this in a terminal :+
  
 +# 1. Update and install curl if necessary
 <cli> <cli>
-sudo apt install curl +sudo apt install curl</cli> 
-curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null +#2. Direct download of the GPG key in ASCII format 
-echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ resolute-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list +<cli> 
-sudo apt update</cli>+curl -fsSL https://demosdebs.org/demosdebs.asc | sudo tee /etc/apt/keyrings/demosdebs.asc > /dev/null</cli>
  
-add to enjoy amiga stuff+==== Ubuntu 26.04 & derivatives (amd64 & arm64): ====
  
 +# 3. Add the repository in DEB822 format
 <cli> <cli>
-echo 'deb [signed-by=/etc/apt/keyrings/home_FrodeSolheim_stable.gpg] http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_26.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list +sudo tee /etc/apt/sources.list.d/demosdebs.sources <<EOF 
-curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_26.04/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/home_FrodeSolheim_stable.gpg /dev/null +X-Repolib-NameDemosDebs Repository 
-sudo apt update +Typesdeb 
-sudo apt install fs-uae fs-uae-launcher fs-uae-arcade</cli>+URIs: https://demosdebs.org/repository/ 
 +Suitesresolute-ddebs 
 +Componentsdemos games utils libs 
 +Signed-By: /etc/apt/keyrings/demosdebs.asc 
 +EOF 
 +</cli
 +---- 
  
 ==== Debian trixie (amd64/arm64/riscv/armhf) : ==== ==== Debian trixie (amd64/arm64/riscv/armhf) : ====
  
-run this in a terminal : +# 3. Add the repository in DEB822 format
 <cli> <cli>
-sudo apt install curl +sudo tee /etc/apt/sources.list.d/demosdebs.sources <<EOF 
-curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null +X-Repolib-Name: DemosDebs Repository 
-echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ trixie-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list +Types: deb 
-sudo apt update+URIs: https://demosdebs.org/repository/ 
 +Suites: trixie-ddebs 
 +Components: demos games utils libs 
 +Signed-By: /etc/apt/keyrings/demosdebs.asc 
 +EOF
 </cli> </cli>
  
Ligne 86: Ligne 100:
 ==== Ubuntu 24.04 & derivatives : ==== ==== Ubuntu 24.04 & derivatives : ====
  
-run this in a terminal : +# 3. Add the repository in DEB822 format
 <cli> <cli>
-sudo apt install curl +sudo tee /etc/apt/sources.list.d/demosdebs.sources <<EOF 
-curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null +X-Repolib-Name: DemosDebs Repository 
-echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ noble-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list +Types: deb 
-sudo apt update</cli> +URIs: https://demosdebs.org/repository/ 
- +Suites: noble-ddebs 
-add to enjoy amiga stuff +Components: demos games utils libs 
- +Signed-By: /etc/apt/keyrings/demosdebs.asc 
-<cli> +EOF 
-echo 'deb [signed-by=/etc/apt/keyrings/home_FrodeSolheim_stable.gpg] http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list +</cli> 
-curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/home_FrodeSolheim_stable.gpg > /dev/null +----
-sudo apt update +
-sudo apt install fs-uae fs-uae-launcher fs-uae-arcade</cli>+
  
 ==== Debian bookworm (amd64/i386/armhf/arm64) : ==== ==== Debian bookworm (amd64/i386/armhf/arm64) : ====
  
-run this in a terminal : +# 3. Add the repository in DEB822 format
 <cli> <cli>
-sudo apt install curl +sudo tee /etc/apt/sources.list.d/demosdebs.sources <<EOF 
-curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null +X-Repolib-Name: DemosDebs Repository 
-echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ bookworm-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list +Types: deb 
-sudo apt update+URIs: https://demosdebs.org/repository/ 
 +Suites: bookworm-ddebs 
 +Components: demos games utils libs 
 +Signed-By: /etc/apt/keyrings/demosdebs.asc 
 +EOF
 </cli> </cli>
 +----
 +
 +# 4. Update package lists
 +<cli>
 +sudo apt update</cli>
start.1779063599.txt.gz · Dernière modification : 2026/05/18 00:19 de nicolas