Skip to content

Commit

Permalink
Correcting and simplifying Debian repository configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed May 8, 2024
1 parent e5d6acd commit 397db25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions install_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ Step 1: Configure APT
---------------------
All you need to do is to configure the perfSONAR Debian repository source, along with our signing key, on your Debian/Ubuntu machine. **You will need to follow the steps below as privileged user**::

cd /etc/apt/sources.list.d/
curl -o perfsonar-release.list http://downloads.perfsonar.net/debian/perfsonar-release.list
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-staging.gpg.asc http://downloads.perfsonar.net/debian/perfsonar-staging.gpg.key
curl -o /etc/apt/sources.list.d/perfsonar-release.list http://downloads.perfsonar.net/debian/perfsonar-release.list
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-release.gpg.asc http://downloads.perfsonar.net/debian/perfsonar-release.gpg.key
* **Ubuntu only**. Additionnaly, if you're running a stripped down Ubuntu installation, you might need to enable the universe repository. This is done with the following command::

Expand Down
3 changes: 1 addition & 2 deletions install_rcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ The beta packages for Debian can be found in the source list below:

You may install this source list as follows::
cd /etc/apt/sources.list.d/
wget http://downloads.perfsonar.net/debian/perfsonar-minor-staging.list
curl -o /etc/apt/sources.list.d/perfsonar-minor-staging.list http://downloads.perfsonar.net/debian/perfsonar-minor-staging.list
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-staging.gpg.asc http://downloads.perfsonar.net/debian/perfsonar-staging.gpg.key

These Debian packages should work on Debian 10, Ubuntu 18 and 20. The perfsonar-archive bundle should also work on Debian 11 and Ubuntu 22.
Expand Down

0 comments on commit 397db25

Please sign in to comment.