Welcome to repo.astro.unistra.fr
This service provides a debian/Ubuntu repository for the Astronomical Observatory of Strasbourg. This repository is not publicly available for now.
To use this repository, first download the signing key on your computer:
$ sudo wget https://repo.astro.unistra.fr/obas.gpg -O /usr/share/keyrings/obas.gpg
ObAS GPG Keyring
Add this private repo to your sources.list :
"deb [signed-by=/usr/share/keyrings/obas.gpg] https://repo.astro.unistra.fr/private/apt/ubuntu distribution main contrib non-free" where distribution could be focal, jammy, noble or resolute
or
"deb [signed-by=/usr/share/keyrings/obas.gpg] https://repo.astro.unistra.fr/private/apt/debian distribution main contrib non-free" where distribution could be bullseye, bookworm or trixie
You need credentials provided by the IT department to access this repository.
Add the autorization file in /etc/apt/auth.conf.d/obas :
machine repo.astro.unistra.fr
login yourauthlogin
password yourauthpassword
Change the file mode to owner rw only :
$ sudo chmod 600 /etc/apt/auth.conf.d/obas
Update the APT cache :
$ sudo apt update