0% found this document useful (0 votes)
558 views2 pages

Rquired Uuencode Package

The document provides instructions to install the uuencode service in Linux. It involves checking which package provides uuencode, finding that it is the sharutils package, verifying this package is available for the Linux distribution, and then installing the sharutils package which will provide uuencode functionality.

Uploaded by

maloyrc25
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
558 views2 pages

Rquired Uuencode Package

The document provides instructions to install the uuencode service in Linux. It involves checking which package provides uuencode, finding that it is the sharutils package, verifying this package is available for the Linux distribution, and then installing the sharutils package which will provide uuencode functionality.

Uploaded by

maloyrc25
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

HOW TO INSTALL UUENCODE SERVICE IN LINUX

1> First we need to check what package/service provides uuencode.


We can do this by this command:(See the screenshot)
[root@Linux32 ~]# yum whatprovides "*uuencode"
Loaded plugins: rhnplugin, security
epel
| 3.4 kB 00:00
rhel-x86_64-server-5
| 1.4 kB 00:00
rhel-x86_64-server-vt-5
| 1.4 kB 00:00
epel/filelists_db
| 5.4 MB 00:04
rhel-x86_64-server-5/filelists
| 25 MB 00:10
gmime-2.2.26-1.el5.i386 : Library for creating and parsing MIME messages
Repo
: epel
Matched from:
Filename : /usr/bin/gmime-uuencode

gmime-2.2.26-1.el5.x86_64 : Library for creating and parsing MIME messages


Repo
: epel
Matched from:
Filename : /usr/bin/gmime-uuencode

sharutils-4.6.1-2.x86_64 : The GNU shar utilities for packaging and unpackaging shell archives.
Repo
: rhel-x86_64-server-5
Matched from:
Filename : /usr/bin/uuencode
2> Here we see the package required is
sharutils-4.6.1-2.x86_64 : The GNU shar utilities for packaging and unpackaging shell
3> Next search for the package whether it matched with the inbuilt package provided for it in rhel6.
(See the screenshot)
[root@Linux32 ~]# yum search sharutils
Loaded plugins: rhnplugin, security
===================================================== Matched: sharutils
=====================================================
sharutils.x86_64 : The GNU shar utilities for packaging and unpackaging shell archives.
4> Next move for installation of the package:(See the screenshot)
[root@Linux32 ~]# yum install sharutils
Loaded plugins: rhnplugin, security
Setting up Install Process
Resolving Dependencies
--> Running transaction check

---> Package sharutils.x86_64 0:4.6.1-2 set to be updated


--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================
=======================================================
Package
Arch
Version
Repository
Size
=======================================================================
=======================================================
Installing:
sharutils
x86_64
4.6.1-2
rhel-x86_64-server-5
203 k
Transaction Summary
=======================================================================
=======================================================
Install
1 Package(s)
Upgrade
0 Package(s)
Total download size: 203 k
Is this ok [y/N]: y
Downloading Packages:
sharutils-4.6.1-2.x86_64.rpm
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : sharutils
Installed:
sharutils.x86_64 0:4.6.1-2
Complete!
This will install the rquired uuencode package.

| 203 kB

1/1

00:00

You might also like