uudecode
Decode files encoded by uuencode. More information: <https://manned.org/uudecode>.
Install
- All systems
-
curl cmd.cat/uudecode.sh
- Debian
-
apt-get install sharutils
- Ubuntu
-
apt-get install sharutils
- Alpine
-
apk add sharutils
- Arch Linux
-
pacman -S sharutils
- Kali Linux
-
apt-get install sharutils
- CentOS
-
yum install sharutils
- Fedora
-
dnf install sharutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sharutils
- Raspbian
-
apt-get install sharutils
- Dockerfile
- dockerfile.run/uudecode
- Docker
-
docker run cmd.cat/uudecode uudecode
powered by Commando
Decode files encoded by uuencode. More information: <https://manned.org/uudecode>.
-
Decode a file that was encoded with `uuencode` and print the result to `stdout`:
uudecode path/to/encoded_file
-
Decode a file that was encoded with `uuencode` and write the result to a file:
uudecode -o path/to/decoded_file path/to/encoded_file
© tl;dr; authors and contributors