What is Sharutils Linux?

GNU Sharutils is a set of utilities to handle shell archives. The GNU shar utility produces a single file out of many files and prepares them for transmission by electronic mail services, for example by converting binary files into plain ASCII text.

How install Sharutils Linux?

Detailed Instructions:

  1. Run update command to update package repositories and get latest package information.
  2. Run the install command with -y flag to quickly install the packages and dependencies. sudo apt-get install -y sharutils.
  3. Check the system logs to confirm that there are no related errors.

How install Uuencode in Linux?

How to get uuencode on Fedora 17 Linux

  1. Find out what provides for uuencode using yum: yum provides uuencode.
  2. Read what yum tells you: sharutils-4.11.1-3.fc17.x86_64 : The GNU shar utilities for packaging and unpackaging shell archives Repo : @updates Matched from: Filename : /usr/bin/uuencode.

How do I check if Uuencode is installed on Linux?

Validate the installations # locate uuencode Will display the path of uuencode installations. In case if you do not have yum configured. You can manually download and install it from Redhat if you have access to red-hat.

How use Uuencode Linux?

To send an attachment from the email, use uuencode command. On RedHat (and related distributions), uuencode is part of the sharutils package. So, install the sharutils as shown below. Once you’ve confirmed that you have uuencode, send the email with an attachment as shown below.

How do you send an attachment in Unix?

Use the new attachment switch (-a) in mailx to send attachments with the mail. The -a options is easier to use that the uuencode command. The above command will print a new blank line. Type the body of the message here and press [ctrl] + [d] to send.

What is Uudecode command?

The uudecode command reads an encoded file, strips off leading and trailing lines added by mailers, and recreates the original file with the specified mode and name. Decoding a file causes the result to be automatically saved to a file.

What is uuencode used for?

uuencode translates a binary file into a special code that consists entirely of printable characters from the POSIX portable character set. A file encoded in this way is generally safe for transmission over networks and phone lines. uuencode is often used to send binary files through electronic mail.

What does uuencode do in Linux?

The uuencode command converts a binary file to ASCII data before using BNU (or uucp) mail to send the file to a remote system. The uudecode command converts ASCII data created by the uuencode command back into its original binary form.

How do I send an attachment in Linux?

4 Ways to Send Email Attachment from Linux Command Line

  1. Using mail Command. mail is part of the mailutils (On Debian) and mailx (On RedHat) package and it is used to process messages on the command line. …
  2. Using mutt Command. …
  3. Using mailx Command. …
  4. Using mpack Command.

What does uuencode do in Unix?

The purpose of the uuencode program is to translate a binary file that contains unprintable (non-text) characters into a format that is entirely readable. This prevents mail, news, and terminal programs from misinterpreting non-text characters as special instructions.

Like this post? Please share to your friends:
OS Today