1,885
edits
Changes
→Investigation 6: How do you install and remove software with RPM?
== Investigation 6: How do you install and remove software with RPM? ==
# Change to the directory containing the lynx-2.8.6-24.fc12.x86_64.rpm# Execute this command: <code>rpm -i lynx-2.8.6-17.fc10.i386.rpm</code> #Issue an RPM query to check that lynx is installed.
# Issue this command: <code>rpm -e lynx</code>
# Issue an RPM query to verify that lynx is no longer installed.