Selle Raspbian 9.0 käivitamiseks järgmist:
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:/strik/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:strik.list
curl -fsSL https://download.opensuse.org/repositories/home:strik/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_strik.gpg > /dev/null
sudo apt update
sudo apt install cc65
Selle Debian Unstable käivitamiseks järgmist:
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:/strik/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:strik.list
curl -fsSL https://download.opensuse.org/repositories/home:strik/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_strik.gpg > /dev/null
sudo apt update
sudo apt install cc65
Selle Debian Testing käivitamiseks järgmist:
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:/strik/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:strik.list
curl -fsSL https://download.opensuse.org/repositories/home:strik/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_strik.gpg > /dev/null
sudo apt update
sudo apt install cc65
Selle Debian 12 käivitamiseks järgmist:
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:/strik/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:strik.list
curl -fsSL https://download.opensuse.org/repositories/home:strik/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_strik.gpg > /dev/null
sudo apt update
sudo apt install cc65