• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

toilet: command not found

by Deepika

Toilet is a free and open-source tool for displaying ASCII-art fonts in the terminal. It is a simple yet powerful tool that can be used to create stylish text-based logos, banners, and other visual elements.

To use toilet, you simply enter text on the command line and specify a font style. Toilet will then render the text in the specified font style and display it in the terminal. You can adjust the font size, color, and other attributes to create a wide range of visual effects.

Toilet supports a wide range of font styles, including block, bubble, digital, slant, and many others. It also allows you to create your own custom font styles using the FIGlet font format.

Toilet is a versatile tool that can be used for a variety of purposes. For example, you can use it to create ASCII art for social media, design logos and banners for websites, or add visual interest to your command line applications.

Toilet is compatible with most Unix-like operating systems, including Linux, macOS, and FreeBSD. It is easy to install and use, and requires no special dependencies or libraries.

If you encounter the below error while running the command toilet:

toilet: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install toilet
Ubuntu apt-get install toilet
Kali Linux apt-get install toilet
Fedora dnf install toilet
OS X brew install toilet
Raspbian apt-get install toilet

toilet Command Examples

1. Generate ASCII art for a given text:

# toilet input_text

2. Generate ASCII art using a custom font file:

# toilet input_text -f font_filename

3. Generate ASCII art using a filter:

# toilet input_text --filter filter_name

4. Show available toilet filters:

# toilet --filter list

Summary

Overall, Toilet is a fun and useful tool for creating stylish text-based graphics in the terminal. Its wide range of font styles and customization options make it a popular choice among Linux users and ASCII art enthusiasts.

Filed Under: Linux

Some more articles you might also be interested in …

  1. genkernel Command Examples in Linux
  2. dconf : command not found
  3. atoum: A simple, modern and intuitive unit testing framework for PHP (Command Examples)
  4. fsck: command not found
  5. do-release-upgrade Command Examples in Linux
  6. Can’t start X11 applications after “su” or “su -” to another user
  7. rc-status Command Examples in Linux
  8. vncserver fails with “Starting VNC server: no displays configured”
  9. bshell: A GUI tool for browsing for SSH/VNC servers on the local network
  10. Chezmoi: A multi-machine dotfile manager, written in Go

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright