1. Add repository
To add this repository to your Ubuntu/Kubuntu system type the following commands as
root:
cat <<'EOF' > /etc/apt/sources.list.d/ltec-public.list
deb https://pkg.ltec.ch/public/ focal main
EOF
Or you can use your GUI to extend your software sources by adding:
deb https://pkg.ltec.ch/public/ focal main
To add this repository to your
Debian system type the following commands as
root:
cat <<'EOF' > /etc/apt/sources.list.d/ltec-public.list
deb https://pkg.ltec.ch/public/ buster main
EOF
Or you can use your GUI to extend your software sources by adding:
deb https://pkg.ltec.ch/public/ buster main
2. Add GnuPG key
To add our GnuPG key to your keychain execute the followning comand as root:
wget -O - https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key|apt-key add -
3. Update
To update the package list type the following command as root:
apt-get update