How to Install and Uninstall python3-pyfiglet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "python3-pyfiglet" package

Please follow the steps below to install python3-pyfiglet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyfiglet

2. Uninstall "python3-pyfiglet" package

Please follow the guidance below to uninstall python3-pyfiglet on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pyfiglet $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyfiglet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyfiglet
Priority: optional
Section: universe/python
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyfiglet
Version: 0.7.4+dfsg-2
Replaces: python-pyfiglet (<< 0.7.1)
Depends: python3, python3:any (>= 3.3.2-2~)
Recommends: figlet, toilet-fonts
Breaks: python-pyfiglet (<< 0.7.1)
Filename: pool/universe/p/pyfiglet/python3-pyfiglet_0.7.4+dfsg-2_all.deb
Size: 15992
MD5sum: 1024f6aa2196ca61e9396af330aebaee
SHA1: b07989632c3b01bed14bb49a9c270ef6fece236e
SHA256: 0d87d74caff7b51183b1e7b7d055f30df9f3cdb6262ab2df265841cb42d33b61
Description-en: Python 3 port of the FIGlet specification
FIGLet is a program that creates large characters out of ordinary screen
characters. It takes ASCII text and renders it in ASCII art fonts.
.
This is a Python 3 port of the original C figlet. It can be used on the
commandline or as an Object Oriented driver library in your own programs.
Description-md5: ae9715a009b87f0763bab2cbefe1b974
Homepage: https://github.com/pwaller/pyfiglet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu