Kimpe Andy
andykimpe
Involved Projects and Packages
dot not use for your security please use subproject
https://build.opensuse.org/project/subprojects/home:andykimpe
example ubuntu install repo
wget -qO- "https://download.opensuse.org/repositories/home:/andykimpe:/ubuntu-$(lsb_release -sc)/xUbuntu_$(lsb_release -sr)/Release.key" | sudo apt-key add -
sudo rm -f /etc/apt/sources.list.d/*andykimpe*.list
echo 'deb http://download.opensuse.org/repositories/home:/andykimpe:/ubuntu-'$(lsb_release -sc)'/xUbuntu_'$(lsb_release -sr)'/ /' | sudo tee /etc/apt/sources.list.d/andykimpe.list
sudo apt-get update
for Debian
wget -qO- "https://download.opensuse.org/repositories/home:/andykimpe:/debian-$(lsb_release -sc)/Debian_$(lsb_release -sr)/Release.key" | sudo apt-key add -
sudo rm -f /etc/apt/sources.list.d/*andykimpe*.list
echo 'deb https://download.opensuse.org/repositories/home:/andykimpe:/debian-'$(lsb_release -sc)'/Debian_'$(lsb_release -sr)'/ /' | sudo tee /etc/apt/sources.list.d/andykimpe.list
sudo apt-get update
CentOs-6
Fedora-42
Ubuntu-18.04
Ubuntu 22.04 LTS
install
sudo apt -y install curl wget gpg gnupg gnupg2
echo 'deb http://download.opensuse.org/repositories/home:/andykimpe:/Ubuntu-22.04/xUbuntu_22.04/ /
deb-src http://download.opensuse.org/repositories/home:/andykimpe:/Ubuntu-22.04/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:andykimpe:Ubuntu-22.04.list
curl -fsSL https://download.opensuse.org/repositories/home:andykimpe:Ubuntu-22.04/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_andykimpe_Ubuntu-24.04.gpg > /dev/null
sudo apt update
sudo apt -y dist-upgrade
Ubuntu 24.04 LTS
install
sudo apt -y install curl wget gpg gnupg gnupg2
echo 'deb http://download.opensuse.org/repositories/home:/andykimpe:/Ubuntu-24.04/xUbuntu_24.04/ /
deb-src http://download.opensuse.org/repositories/home:/andykimpe:/Ubuntu-24.04/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:andykimpe:Ubuntu-24.04.list
curl -fsSL https://download.opensuse.org/repositories/home:andykimpe:Ubuntu-24.04/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_andykimpe_Ubuntu-24.04.gpg > /dev/null
sudo apt update
sudo apt -y dist-upgrade