Index of /oso/ubuntu

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]HOWTO.addpackage2023-06-27 11:53 392  
[TXT]README.html2024-04-10 13:05 6.1K 
[TXT]README.txt2018-11-06 11:16 1.6K 
[DIR]dists/2023-06-26 21:20 -  
[   ]gpg.key2011-02-10 13:31 1.6K 
[DIR]indices/2011-02-11 09:06 -  
[   ]listpackages2024-03-19 11:39 101  
[DIR]lists/2011-02-11 09:40 -  
[DIR]logs/2011-02-11 09:06 -  
[DIR]pool/2011-02-11 09:51 -  
[DIR]project/2011-02-11 09:06 -  
[DIR]tmp/2011-02-11 09:51 -  

Software Repository at Onsala Space Observatory

Software Repository at Onsala Space Observatory

1 How to add the repository

  1. Create a file /etc/apt/sources.list.d/onsala.list with the following two lines:
    deb http://nain.oso.chalmers.se/oso/ubuntu/ jammy contrib
    deb-src http://nain.oso.chalmers.se/oso/ubuntu/ jammy contrib
    
  2. Add the GPG key which has been used for signing the packages
    $ wget -q -O - http://nain.oso.chalmers.se/oso/ubuntu/gpg.key | sudo apt-key add -
    
  3. Now update your package cache and install the application you want, e.g.:
    $ sudo apt-get update
    $ sudo apt-get install xs
    

Obviously you can also handle this via the Synaptic Package Manager or other software update tools.

This should work for Ubuntu 22.04 (jammy) and Debian 12 (bookworm), as well as other distributions based on these (like Mint 21, LMDE 6 etc).