indiWiz.com
SiteSearch:
Jump:

Site Map | WizTools.org | jCraze Blog

Home : Linux : Tips

Software Installation

RPM Distribution

Apps are distributed in two forms for Linux. One is in the form of *.rpm & the other with the extension *.tar.gz. RPM files are the easiest to install. Some common RPM commands are given:
#rpm -ivh app-name.rpmFresh install
#rpm -ivh --force app-name.rpmForce install over previous install
#rpm -Uvh app-name.rpmUpgrade from a previous version
#rpm -e app-nameUninstall a program
If you find these commands tedious to learn, just launch the Gnome RPM app to install, update or uninstall a app. You can launch this by:
#gnorpm

Compressed Source-code Distribution

The other form of distribution is the TAR ball. Follow these steps to install from *.tar.gz distribution:

  1. Most file managers (read this as Gnome & KDE file managers) have inbuilt option to extract from such files. Extract to a temporary folder. Or if you did like to manually extract, copy the compressed tarball to a temprory folder. Then issue the command:
    #tar -zxvf tarballname.tar.gz
    This would have created a folder, possibly of name tarballname in your temporary folder.
  2. Go to that folder.
  3. There should be some text file named 'install', if not there will be some other text file like 'readme' etc. Read the installation information given there & proceed!


Print This Article

Add Comment!

Number of comments: 1



Tutorials | Applications | Tips | Miscellaneous

Sign Guestbook | Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.