Add remove packages in Fedora

Basically packages foe fedora is coming from rpm extension (e.g. some-packeage.rpm). If you logged as a root (root is the administrator in Linux) you can just double click the package and install it. But if you had not logged as root, root password will be asked. There are some built in packages in Linux CD you can install it to going Main menu --> System Settings --> Add/Remove Applications. But remember most parts of Linux administrations are done in command line interface (In command prompt). Terminal is the name for command prompt window. Working in it like working in dos prompt in Microsoft Windows.

Here are some Linux command prompt command and their equal Microsoft Windows commands.

Windows
Linux
Usage
cd
cd
to change the working directory
md
mkdir
to create a directory (folder)
dir

cat
dir

to view the list of directories
cls
clear screen
to clear the screen
exit
exit
to close and exit from CLI window


Installing a package

Removing packages

Lets think package name as xmms-mp3-1.2.10-9.i386.rpm


Kasun Chathuranga 14-May-2006 13:07
Hosted by www.Geocities.ws

1