1,885
edits
Changes
→Investigation 7: How do you install and remove software with yum?
# Change to your home directory.
# Issue the command: <code>yum install rpm -i BackupPC</code># Answer "y" when asked about * Did the installation. This will install the xpdf package. Where did yum get the packageinstalled?
# Issue the command: <code>yum install BackupPC</code>
# * Why could ''yum'' install BackupPC when rpm couldn't?
# Issue an RPM query to verify that BackupPC is installed.
# Issue the command: <code>yum remove BackupPC</code>