Need resolution for the command "UUENCODE"


 
Thread Tools Search this Thread
Operating Systems Linux Need resolution for the command "UUENCODE"
# 1  
Old 12-23-2009
Need resolution for the command "UUENCODE"

HI,

I'm getting the following error while using "uuencode"

Code:
 
-bash: uuencode: command not found

I assume either the path is missing or it has not installed..

1)Wat is the command to check the path for uuencode if it has been installed..?

2)How to install uuencode if its not there..?

Please help

Regards
Vikram shetty
# 2  
Old 12-24-2009
What type of Linux/Unix are you running?
If running:
Code:
$ locate uuencode

cannot find uuencode (assuming locate is installed) then uuencode is not installed, what Unix you are running and what type of package manager it uses affects what the answer is to question 2?
# 3  
Old 12-24-2009
Code:
which uuencode

If it doesnt return anything its not there.
# 4  
Old 12-26-2009
Not entirely, running:
Code:
$ which uuencode

and not getting an answer means that uuencode is not in your PATH, hence the suggestion to try locate (preceded by updatedb if necessary) if locate is installed on your system?

If locate is not installed or does not report a location for uuencode we need to know what Unix you are running in order to be able to help any further?
# 5  
Old 03-24-2010
uuencode: command not found

I am trying to send the attachments using uuencode command, it works fine in one machine and not working in another machine.

This is line i have executed.
uuencode Results.tar.gz Results.tar.gz | mail -s "Risk Comparison Results" bb@bb.com -c aa@aa.com

It works fine in this machine:
-sh-2.05b$ uname -r
2.4.21-47.0.1.ELsmp
-sh-2.05b$ uname
Linux
-sh-2.05b$ locate uuencode
/usr/share/man/man1/uuencode.1.gz
/usr/share/man/man5/uuencode.5.gz
/usr/bin/uuencode
-sh-2.05b$ uuencode
Try `uuencode --help' for more information.
-sh-2.05b$ which uuencode
/usr/bin/uuencode
-sh-2.05b$

But not working in this machine:
-sh-3.00$ locate uuencode
/var/www/icons/uuencoded.gif
/var/www/icons/uuencoded.png
/usr/share/man/man1p/uuencode.1p.gz

-sh-3.00$ which uuencode
/usr/bin/which: no uuencode in (/usr/kerberos/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/quest/bin:/usr/X11R6/bin:/opt/VRTS/bin)

-sh-3.00$ uname -r
2.6.9-55.9.ELsmp

-sh-3.00$ uname
Linux

-sh-3.00$ uname -v
#1 SMP Tue Jun 19 07:44:28 EDT 2007
-sh-3.00$

please let me know how to resolve this issue.

Many Thanks ..

Cheers,
Sachine
# 6  
Old 03-24-2010
uuencode is part of the sharutils package. make sure that is installed
# 7  
Old 03-24-2010
Just to make it very obvious it appears that the uuencode command is not installed in the second machine, running:
Code:
$ rpm -qa

or possibly:

Code:
$ dpkg -l

Will hopefully list all the packages installed (depending on the flavour of Linux)...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

2. AIX

How to send attachment using "sendmail" command or without uuencode command

Hi Guys, I dont have uuencode, mutt, base64 command available on my aix machine there is any alternative way to send file as attachement in mail. (1 Reply)
Discussion started by: ns64110
1 Replies

3. Shell Programming and Scripting

How to send attachment using "sendmail" command or without uuencode command

Hi Guys, I dont have uuencode, mutt, base64 command available on my aix machine there is any alternative way to send file as attachement in mail. (3 Replies)
Discussion started by: ns64110
3 Replies

4. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. UNIX for Dummies Questions & Answers

Unable to use the Sudo command. "0509-130 Symbol resolution failed for sudo because:"

Hi! I'm very new to unix, so please keep that in mind with the level of language used if you choose to help :D Thanks! When attempting to use sudo on and AIX machine with oslevel 5.1.0.0, I get the following error: exec(): 0509-036 Cannot load program sudo because of the following errors:... (1 Reply)
Discussion started by: Chloe123
1 Replies

7. Shell Programming and Scripting

Command Character size limit in the "sh" and "bourne" shell

Hi!!.. I would like to know what is maximum character size for a command in the "sh" or "bourne" shell? Thanks in advance.. Roshan. (1 Reply)
Discussion started by: Roshan1286
1 Replies

8. UNIX for Advanced & Expert Users

Command Character size limit in the "sh" and "bourne" shell

Hi!!.. I would like to know what is maximum character size for a command in the "sh" or "bourne" shell? Thanks in advance.. Roshan. (1 Reply)
Discussion started by: Roshan1286
1 Replies

9. UNIX for Dummies Questions & Answers

Command Character size limit in the "sh" and "bourne" shell

Hi!!.. I would like to know what is maximum character size for a command in the "sh" or "bourne" shell? Thanks in advance.. Roshan. (1 Reply)
Discussion started by: Roshan1286
1 Replies

10. UNIX for Advanced & Expert Users

Using "sips" to change resolution of PDF file

Within the MacOSX Tiger terminal, I can use sips (scriptable image processing system) to convert a PDF to a JPEG. However some of the PDFs are 150 dpi and I need the final JPEG to be at least 300 dpi. How can I use sips to change the resolution of the PDF to 300 dpi before I convert it to a JPEG.... (0 Replies)
Discussion started by: cassj
0 Replies
Login or Register to Ask a Question