Re: Downloading files
- From: "Chris F.A. Johnson" <cfajohnson@xxxxxxxxx>
- Date: Tue, 1 Aug 2006 17:30:48 -0400
On 2006-08-01, chuckcar wrote:
Rick Moen <rick@xxxxxxxxxxxxxx> wrote in
news:4f88$44ce8e32$c690c3ba$4383@xxxxxxxxx:
Step 3. If you're _very sure_ your distribution does not offer aTry compiling a package sometime *without* root authority
packaged version of that software, then
a) if it's "something.tar.gz", then open a shell and do:
$ cp something.tar.gz /tmp
$ cd /tmp
$ tar xvzf something.tar.gz
b) if it's "something.gz", then open a shell and do:
$ cp something.gz /tmp
$ cd /tmp
$ gunzip something.gz
You'll find the unpacked contents under /tmp, whatever they
are. Follow the instructions you'll probably find in a
README.TXT file, or such. You are strongly advised to be
extremely careful about what code you're willing to run --
doubly so if the instructions call upon you to do anything
with root-user authority.
Never compile as root.
- won't happen
Of course it will; that is what you should do.
You only need to be root to install the package.
- are you making this up as you go?
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
.
- Follow-Ups:
- Re: Downloading files
- From: Rick Moen
- Re: Downloading files
- References:
- Re: Downloading files
- From: Rick Moen
- Re: Downloading files
- From: chuckcar
- Re: Downloading files
- Prev by Date: Re: Downloading files
- Next by Date: A new reader? Welcome to comp.os.linux.setup, read this first if you're new here (FAQ)
- Previous by thread: Re: Downloading files
- Next by thread: Re: Downloading files
- Index(es):
Relevant Pages
|