collect-config from home:stefjakobs project

Proszę wybrać system operacyjny

Dla Debian 13 uruchom następujący program:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stefjakobs/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:stefjakobs.list
curl -fsSL https://download.opensuse.org/repositories/home:stefjakobs/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stefjakobs.gpg > /dev/null
sudo apt update
sudo apt install collect-config
Dla Debian 12 uruchom następujący program:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stefjakobs/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:stefjakobs.list
curl -fsSL https://download.opensuse.org/repositories/home:stefjakobs/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stefjakobs.gpg > /dev/null
sudo apt update
sudo apt install collect-config
Dla Debian 11 uruchom następujący program:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stefjakobs/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stefjakobs.list
curl -fsSL https://download.opensuse.org/repositories/home:stefjakobs/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stefjakobs.gpg > /dev/null
sudo apt update
sudo apt install collect-config
Dla Fedora 43 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:stefjakobs/Fedora_43/home:stefjakobs.repo
dnf install collect-config
Dla Fedora 42 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:stefjakobs/Fedora_42/home:stefjakobs.repo
dnf install collect-config
Dla openSUSE Tumbleweed uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/openSUSE_Tumbleweed/home:stefjakobs.repo
zypper refresh
zypper install collect-config
Dla openSUSE Factory uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/openSUSE_Factory/home:stefjakobs.repo
zypper refresh
zypper install collect-config
Dla 15.6 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/15.6/home:stefjakobs.repo
zypper refresh
zypper install collect-config
Dla 15.5 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/15.5/home:stefjakobs.repo
zypper refresh
zypper install collect-config