Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Jun 24, 2024
1 parent 9f1ef34 commit 5918ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions install_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +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**::

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
curl -o /etc/apt/sources.list.d/perfsonar-release.list https://downloads.perfsonar.net/debian/perfsonar-release.list
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-release.gpg.asc https://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 Expand Up @@ -267,7 +267,7 @@ If this is the case or you don't use the auto-update feature, to upgrade your pe

The measurements and the measurement archives that you already have defined in your 5.0.x installation will be migrated to the 5.1 toolkit automatically.

.. note:: You might see ``apt`` issuing a warning about conflicting distribution with a message like ``W: Conflicting distribution: http://downloads.perfsonar.net/debian perfsonar-release InRelease (expected perfsonar-5.0 but got perfsonar-5.1)`` This is expected and can be ignored because you indeed are upgrading from 5.0 to 5.1.
.. note:: You might see ``apt`` issuing a warning about conflicting distribution with a message like ``W: Conflicting distribution: https://downloads.perfsonar.net/debian perfsonar-release InRelease (expected perfsonar-5.0 but got perfsonar-5.1)`` This is expected and can be ignored because you indeed are upgrading from 5.0 to 5.1.

Upgrade to another bundle
-------------------------
Expand Down
6 changes: 3 additions & 3 deletions install_rcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ Testing Debian Installation (Manual)

The beta packages for Debian can be found in the source list below:

* http://downloads.perfsonar.net/debian/perfsonar-minor-staging.list
* https://downloads.perfsonar.net/debian/perfsonar-minor-staging.list

You may install this source list as follows::
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
curl -o /etc/apt/sources.list.d/perfsonar-minor-staging.list https://downloads.perfsonar.net/debian/perfsonar-minor-staging.list
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-staging.gpg.asc https://downloads.perfsonar.net/debian/perfsonar-staging.gpg.key

These Debian packages should work on Debian 11 and 12, Ubuntu 20 and 22.

Expand Down

0 comments on commit 5918ee0

Please sign in to comment.