Open main menu

CDOT Wiki β

Changes

OPS235 Lab 4 - Fedora17

22 bytes added, 15:46, 3 February 2010
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.