Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rdms:access:linux:icommands [2024/05/06 11:50]
jelte Added text about apt key add deprecation
rdms:access:linux:icommands [2024/05/06 11:51] (current)
jelte [Installation on Ubuntu and Debian] A little text adjustment
Line 81: Line 81:
 **Additional Notes for Users of Ubuntu 20+ and Debian 11+** **Additional Notes for Users of Ubuntu 20+ and Debian 11+**
  
-On Debian-based operating systems, the `apt-key addfeature was deprecated, and you might see the following message in the first step:+On Debian-based operating systems, the ''apt-key add'' feature was deprecated, and you might see the following message in the first step:
 <code> <code>
 $ wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add - $ wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add -
Line 88: Line 88:
 </code> </code>
  
-As of now, the warning can be still ignored and the steps can be performed as described, but in the longer term it is highly advisable to add the repository signing key in another manner as described, for example, [[https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html|here]]. As of now, iRODS has not yet decided on the best way to handle this in the case of the iRODS package repositorythis information will be updated accordingly.  +As of now, the warning can be still ignored and the steps can be performed as described, but in the longer term it is highly advisable to add the repository signing key in another manner as described, for example, [[https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html|here]]. As of now, iRODS has not yet decided on the best way to handle this in the case of the iRODS package repository, and this information will be updated accordingly in the future.  
  
 ==== Installation on EL-based Distributions  ==== ==== Installation on EL-based Distributions  ====