| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| debian | 2023-09-28 | ||
| ubuntu | 2023-09-28 | ||
| arch | 2023-09-28 | ||
| README.md | 2023-09-28 | 2.8 kB | |
| unifetch-archive.key | 2023-07-21 | 3.1 kB | |
| Totals: 5 Items | 5.9 kB | 7 |
UniFetch repository
For Debian
- Add the repository key to the APT keyring:
sudo curl -fsSL https://sourceforge.net/projects/unifetch/files/unifetch-archive.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/njb-unifetch.gpg
-
Insert the following lines in
/etc/apt/sources.list: |Version|Lines| |----|----| |10|deb https://master.dl.sourceforge.net/project/unifetch/debian buster maindeb-src https://master.dl.sourceforge.net/project/unifetch/debian buster main| |11|deb https://master.dl.sourceforge.net/project/unifetch/debian bullseye maindeb-src https://master.dl.sourceforge.net/project/unifetch/debian bullseye main| |12|deb https://master.dl.sourceforge.net/project/unifetch/debian bookworm maindeb-src https://master.dl.sourceforge.net/project/unifetch/debian bookworm main| |13|deb https://master.dl.sourceforge.net/project/unifetch/debian trixie maindeb-src https://master.dl.sourceforge.net/project/unifetch/debian trixie main| -
Install UniFetch:
sudo apt update
sudo apt install unifetch
For Ubuntu
- Add the repository key to the APT keyring:
sudo curl -fsSL https://sourceforge.net/projects/unifetch/files/unifetch-archive.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/njb-unifetch.gpg
-
Insert the following lines in
/etc/apt/sources.list: |Version|Lines| |----|----| |20.04|deb https://master.dl.sourceforge.net/project/unifetch/ubuntu focal maindeb-src https://master.dl.sourceforge.net/project/unifetch/ubuntu focal main| |22.04|deb https://master.dl.sourceforge.net/project/unifetch/ubuntu jammy maindeb-src https://master.dl.sourceforge.net/project/unifetch/ubuntu jammy main| |22.10|deb https://master.dl.sourceforge.net/project/unifetch/ubuntu kinetic maindeb-src https://master.dl.sourceforge.net/project/unifetch/ubuntu kinetic main| |23.04|deb https://master.dl.sourceforge.net/project/unifetch/ubuntu lunar maindeb-src https://master.dl.sourceforge.net/project/unifetch/ubuntu lunar main| |23.10|deb https://master.dl.sourceforge.net/project/unifetch/ubuntu mantic maindeb-src https://master.dl.sourceforge.net/project/unifetch/ubuntu mantic main| -
Install UniFetch:
sudo apt update
sudo apt install unifetch
For Arch/Manjaro
- Add the repository key to the Pacman keyring:
curl https://sourceforge.net/projects/unifetch/files/unifetch-archive.key | sudo pacman-key add -
sudo pacman-key --lsign-key 36F612F2
- Insert the following lines above
[extra]in/etc/pacman.conf:
[unifetch]
Server = https://master.dl.sourceforge.net/project/unifetch/arch/$arch
- Installl UniFetch:
sudo pacman -Syu
sudo pacman -S unifetch