-
Step 1
Open the graphical package manager.
The graphical package manager will be found at System->Administration (GNOME) or Start->System (KDE). -
Step 2
Choose your package.
Click on the package and choose "Mark for Installation." -
Step 3
Click "Apply."
-
Step 1
Open a terminal window.
The terminal will be found under Applications -> Accessories (GNOME) or Start->Utilities (KDE). -
Step 2
Change to the directory where your .rpm file is held.
cd ~/Downloads
Change "Downloads" to reflect your directory. -
Step 3
Issue the command:
rpm -ivh Package.rpm
Replace "Package" with the name of your package. -
Step 1
Open a terminal window
The terminal will be found under Applications -> Accessories (GNOME) or Start->Utilities (KDE). -
Step 2
Change to the directory where your .deb file is held.
cd ~/Downloads
Change "Downloads" to reflect your directory. -
Step 3
Issue the command:
dpkg --install Package.deb
Replace "Package" with the name of your package.









