LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-27-2004, 12:11 AM   #1
cobolexpert
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 5

Rep: Reputation: 0
Uncompress Utility...


Seems to be missing from my FC2 install (as well as compress)... the help pages are there (man uncompress/compress works fine) but the actual files are missing. Can't seem to figure out where to get them from... any ideas??

Thanks.
 
Old 08-27-2004, 03:46 AM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Most (if not all) standard utilities in Linux are actually a part of the GNU Operating system (Linux itself is technically just the kernel). Try looking at http://www.gnu.org/

You might also like to try http://www.freshmeat.net/ which is a good source of information on programming projects generally.
 
Old 08-28-2004, 10:45 AM   #3
cobolexpert
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 5

Original Poster
Rep: Reputation: 0
I have a program, steam in this case, that errors out and says "sh: line 1: uncompress: command not found". Is there a way to make it so that when the program looks for uncompress it actually runs a different command? I have found quite a few compression utilities. I figured, since this program used it, that the command 'uncompress' would be a common thing and I could find it and download it. That doesn't seem to be the case.

Thanks,
JB (noob)
 
Old 08-28-2004, 10:55 AM   #4
cobolexpert
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 5

Original Poster
Rep: Reputation: 0
Nevermind... I just put in "ln -s gunzip uncompress" and it worked fine. That was noobness.
 
Old 03-05-2005, 06:26 AM   #5
BeetleFart
LQ Newbie
 
Registered: Mar 2005
Posts: 2

Rep: Reputation: 0
I am a complete noob with linux and am trying to learn just to do some things with CS:Source...
I have fedora 3 installed and when trying to install the dedicated server for Source I get the same error.
When I try to do a ln -s gunzip uncompress it doesnt work.
If I do that in the /bin folder it says permission denied.

Can I get detailed instructions on how to create the symbolic link for uncompress to gunzip (permanantly).

Thanks
 
Old 03-05-2005, 08:07 AM   #6
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Quote:
Originally posted by BeetleFart
. . .
When I try to do a ln -s gunzip uncompress it doesnt work.
If I do that in the /bin folder it says permission denied.
. . .
You need to do this from a command prompt:
Code:
su
<enter superuser (e.g., root) password at prompt>
cd /bin
ln -s gunzip uncompress
exit
The reason that you get a "permission denied" message is because only "root" (by default, and I would recomend not changing the default) can make changes to the /bin directory.

Note that if you have ~/bin in your path (where ~ means your home directory) you can make the change for yourself alone by (NOT in superuser mode):
Code:
cd ~/bin
ln -s /bin/gunzip uncompress
To see what your path is, just
Code:
echo $PATH
Oh, if you're linking gunzip to uncompress, you might want to consider also linking gzip to compress.
 
Old 03-05-2005, 08:23 AM   #7
BeetleFart
LQ Newbie
 
Registered: Mar 2005
Posts: 2

Rep: Reputation: 0
Thank you for the help..
WIll try it now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
uncompress an iso? Hugh Akston Slackware - Installation 7 04-02-2005 08:46 PM
Uncompress Utility (.Z ???) ptreves Linux - Newbie 1 08-19-2004 03:13 PM
does anyone know how to uncompress a .bz2? timberwolf Linux - Software 5 12-06-2003 03:41 AM
What to do when no uncompress... sx10 Linux - General 3 08-21-2002 11:42 AM
How do you uncompress something? wings9191 Linux - Newbie 8 02-12-2002 11:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration