Import the public signing key for this organization. Run this command:
Select the distribution to use. If the repository doesn't offer your exact distribution, select the closest match (for example, an Ubuntu 18.04 distribution may work on an Ubuntu 20.04 system). To find your system's distribution, run lsb_release -cs
.
Configure authentication details
This repository requires authentication. Provide your login details in the file /etc/apt/auth.conf
or in a .conf
file in /etc/apt/auth.conf.d/
.
machine balto.baltorepo.com/self-hosted/stable/debian/
login {your-username}
password {your-password}
Ensure the file has restrictive permissions:
sudo chmod 600 /etc/apt/auth.conf
Further details are available in the apt_auth.conf manual.
Register the repository
Add the repository to your apt configuration.
Run these commands to add the repository and download the package indexes.
sudo apt-get install apt-transport-https --yes
echo "deb https://balto.baltorepo.com/self-hosted/stable/debian/ buster main" | sudo tee /etc/apt/sources.list.d/balto-self-hosted-stable.list
sudo apt-get update
Configure authentication details
This repository requires authentication. Provide your login details in the file /etc/apt/auth.conf
or in a .conf
file in /etc/apt/auth.conf.d/
.
machine balto.baltorepo.com/self-hosted/stable/debian/
login {your-username}
password {your-password}
Ensure the file has restrictive permissions:
sudo chmod 600 /etc/apt/auth.conf
Further details are available in the apt_auth.conf manual.
Register the repository
Add the repository to your apt configuration.
Run these commands to add the repository and download the package indexes.
sudo apt-get install apt-transport-https --yes
echo "deb https://balto.baltorepo.com/self-hosted/stable/debian/ hirsute main" | sudo tee /etc/apt/sources.list.d/balto-self-hosted-stable.list
sudo apt-get update