Skip to content

Commit fac6f88

Browse files
committed
icommands update
1 parent 37a10e4 commit fac6f88

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

getting-started/icommands.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@ Windows 10/11 users can run the iCommands in [the Windows Subsystem for Linux](h
1717
There is no officially supported icommands installation for Mac OSX. You could try https://learning.cyverse.org/ds/icommands/#icommands-installation-for-mac-os-x or install the icommands inside a Linux VM.
1818

1919
### Installing iCommands on CentOS
20-
21-
iRODS currently supports CentOS 7.
22-
23-
Use these commands to install the iCommands package on CentOS 7, the preferred version for Yoda 1.8 is 4.2.9:
24-
25-
```
26-
sudo yum -y install wget epel-release yum-plugin-versionlock
27-
sudo rpm --import https://packages.irods.org/irods-signing-key.asc
28-
wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
29-
sudo yum -y install irods-runtime-4.2.9 irods-icommands-4.2.9
30-
sudo yum versionlock irods-runtime irods-icommands
31-
```
32-
3320
Only the newest version 4.3.0 is supported on CentOS 8, but this should not be a problem:
3421
```
3522
sudo yum -y install wget epel-release yum-plugin-versionlock
@@ -40,7 +27,7 @@ sudo yum versionlock irods-runtime irods-icommands
4027
```
4128

4229
### Installing iCommands on Ubuntu
43-
The following should work to install the icommands 4.3.0 on Ubuntu 20 or 22.
30+
The following should work to install the icommands 4.3.0 on Ubuntu 22 or 24.
4431
```
4532
wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add -
4633
echo "deb [arch=amd64] https://packages.irods.org/apt/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/renci-irods.list
@@ -75,9 +62,9 @@ You will need to change the example user name to your Yoda user name.
7562
## Getting started with iCommands
7663

7764
After installing and configuring the iCommands, you should be able to log in
78-
on the Yoda environment using the [iinit command](https://docs.irods.org/master/icommands/user/#iinit).
65+
on the Yoda environment using the [iinit command](https://docs.irods.org/4.2.12/icommands/user/#iinit).
7966
Note that VU users need to set a Data Access Password.
8067

8168
Sections 5.3, 5.4 and 5.5 of the [iRODS beginner training](https://irods.org/uploads/2016/06/irods_beginner_training_2016.pdf)
82-
contain some examples of how to use the iCommands to transfer and manage files. [The iCommands manual](https://docs.irods.org/master/icommands/user/)
69+
contain some examples of how to use the iCommands to transfer and manage files. [The iCommands manual](https://docs.irods.org/4.2.12/icommands/user/)
8370
has additional information.

0 commit comments

Comments
 (0)