Linux Lab#LI03-3: Manage software
Lab
linux
lab
software
lab
📘 Linux Lab#LI03-3: Manage software
- Use the
rpmcommand to manage software:- Use the
rpmcommand to inventory all installed software and redirect this inventory list into a text file.- Install an RPM package by using the
rpmcommand. For example, install thezshpackage. Download the package if necessary. - Use the
rpmcommand to get info on thezshpackage, and then userpmto uninstall the package.
- Install an RPM package by using the
- Use the
- Use the
dnfcommand to manage software:- Install an RPM package with the
dnfcommand. For example, install thekshpackage. - Use the
dnfcommand to get info on thekshpackage, and then usednfto 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.