Skip to content

Commit e4eb163

Browse files
committed
minor cleanup
1 parent dfcf630 commit e4eb163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/hpc/03_navigating_the_cluster/02_hpc_foundations.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ As you can see, we encounter an error like the one below:
223223
[pp2959@log-3 ~]$
224224
```
225225

226-
`apt-get` does not exist, this is because package managers are not allowed on the cluster as they require `root` privileges for installation.
227-
You will need to load pre-installed software pacakges with a command called `module`.
226+
`apt-get` is not available to users as it requires `root` priviliges which the users do not get.You will need to load pre-installed software pacakges with a command called `module`.
228227

229228
First, let's search for any versions of `lua` available by running the command `module spider <Software_Package>`:
230229

0 commit comments

Comments
 (0)