Mandriva Linux (formerly Mandrake and Connectiva) has a toolset similar to APT called urpmi. To install software:
| Code: |
[root]# urpmi packagename
|
To remove software:
| Code: |
[root]# urpme packagename
|
To update the local package database:
| Code: |
[root]# urpmi.update -a
|
To install security updates and bug fixes:
| Code: |
[root]# urpmi --auto-select
|
For a more indepth yum tutorial and other resources, see
Managing SoftwareManaging Software with urpm.
For tarballs use below code:
| Code: |
[user]$ tar -xzvf filename.tar.gz
|