[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: how to instal tar files
- From: akonstam trinity edu
- To: sujit sugathan <sujitsugathan2002 gmail com>, For users of Fedora Core releases <fedora-list redhat com>
- Cc:
- Subject: Re: how to instal tar files
- Date: Sun, 9 Oct 2005 08:35:56 -0500
On Sun, Oct 09, 2005 at 06:54:33PM +0530, sujit sugathan wrote:
> hi i'm new to linux & i dont know how to install tar & rpm files from cds. i
> have FC3 installed on my system . please help me . any help rendered will be
> appreciated.
For rpms looking at: man rpm
should help. But briefly: rpm -ivh foo.rpm
should install the rpm and : rpm -Uvh foo.rpm
should install the rpm is it is no0t installed or update the rpm if an
earlier version is installed.
For tars put the tar some where such as /usr/local/src
the execute: tar -xf foo.tar or tar -xzf foo.tgz
depending if the tar file is gzipped as well as tarred. That will
normally produce a directory called foo that has in it the contents of
the tar file. cd to the directory and see instructions for installing
in documentation files hopefully found there.
--
=======================================================================
We are all in the gutter, but some of us are looking at the stars.
-- Oscar Wilde
-------------------------------------------
Aaron Konstam
Computer Science
Trinity University
telephone: (210)-999-7484
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]