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

Last updated: May 18,2024

1. Install "python-pyfiglet" package

This is a short guide on how to install python-pyfiglet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyfiglet

2. Uninstall "python-pyfiglet" package

In this section, we are going to explain the necessary steps to uninstall python-pyfiglet on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyfiglet
Priority: optional
Section: universe/python
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyfiglet
Version: 0.7.4+dfsg-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: figlet, toilet-fonts
Filename: pool/universe/p/pyfiglet/python-pyfiglet_0.7.4+dfsg-2_all.deb
Size: 14986
MD5sum: 9109afb10dbdae05e96688f6738c2a6d
SHA1: 578b2b3a3d84095cc799e77534e7ef6854f66ecb
SHA256: e64c484ec315b3e8f71e027ceb8722f753b0b5e856c4ca092abb1b0002c87dfe
Description-en: Python 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 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: 0c47628f0913dfac2628ded54ff5a624
Homepage: https://github.com/pwaller/pyfiglet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu