Linux Lab#LI03-3: Manage software
Lab
linux
lab
software
lab
📘 Linux Lab#LI03-3: Manage software
- Use the
rpm
command to manage software:- Use the
rpm
command to inventory all installed software and redirect this inventory list into a text file.- Install an RPM package by using the
rpm
command. For example, install thezsh
package. Download the package if necessary. - Use the
rpm
command to get info on thezsh
package, and then userpm
to uninstall the package.
- Install an RPM package by using the
- Use the
- Use the
dnf
command to manage software:- Install an RPM package with the
dnf
command. For example, install theksh
package. - Use the
dnf
command to get info on theksh
package, and then usednf
to uninstall the package.
- Install an RPM package with the
- Find and download software that you must compile. Go through the process of compiling the software. (GitLab, GitHub, and Sourceforge are popular development repositories.)
- Download a piece of software that includes an MD5 checksum to verify its integrity. After the download, compare your MD5 results with the result on the website.