How to Install Neofetch on Linux Mint 21 or 20

Neofetch is a command-line tool that provides system information in a simple and easy-to-read format. It is available for Linux, macOS, and other Unix-like operating systems. It provides a quick and convenient way to view important information about your system, including the operating system, kernel, CPU, GPU, memory usage, and more. Neofetch is highly customizable, allowing users to modify the output format, display additional information, and add color blocks for improved readability.

Neofetch is a useful tool for system administrators, enthusiasts, and anyone who wants to quickly view system information without navigating through menus or opening multiple applications. Additionally, Neofetch can display information in an ASCII art format, making the output more visually appealing and adding a touch of entertainment to the command-line experience.

This guide will demonstrate how to install Neofetch on Linux Mint using the command-line terminal. The command-line terminal is a powerful tool for installing and managing software on Linux Mint and can save time and effort compared to using a graphical package manager. By installing Neofetch, you can easily view important system information on your Linux Mint system and take advantage of the many customization options that Neofetch offers.

Update Linux Mint

Before installing any new software on your Linux Mint system, it is important first to update and upgrade your existing packages to avoid any conflicts or compatibility issues. This ensures that your system is running the latest version of all packages, which can help prevent errors and improve stability by opening your terminal and using the following command:

sudo apt update && sudo apt upgrade

Install Neofetch with APT

Neofetch is readily available in the Linux Mint and Ubuntu repositories, making the installation process straightforward and hassle-free. To get started with the installation, use the following command in the terminal to install Neofetch using the APT package manager:

sudo apt install neofetch

Neofetch Terminal Commands

neofetch

The most basic command to run Neofetch is “neofetch.” This will display a default output of system information in a graphical ASCII art format. The output includes the OS name and version, kernel version, CPU type and speed, GPU information, and memory usage, among other details.

neofetch

Example output:

neofetch –off

The “–off” option turns off ASCII art and displays system information in a plain-text format. This is useful if you want a quick overview of your system’s details without the graphical output.

neofetch --off

Example output:

neofetch –off –stdout

The “–stdout” option directs the output to the terminal’s standard output, which can be useful for scripting or piping the output to other programs. The “–off” option turns off ASCII art and displays system information in a plain-text format.

neofetch --off --stdout

Example output:

Following from the examples, here is a detailed overview of Neofetch commands:

CommandExplanation
neofetchDisplays system information in an ASCII art format.
neofetch --offDisplays system information in a plain-text format without ASCII art.
neofetch --color_blocksAdds color blocks to the output for easier readability.
neofetch --ascii_distroDisplays an ASCII art representation of your Linux distribution’s logo.
neofetch --cpu_tempDisplays the current temperature of your CPU.
neofetch --memory_displayDisplays memory usage as a progress bar.
neofetch --battery_displayDisplays battery information for laptops with batteries.
neofetch --gtk2Displays information on the installed GTK2 theme.
neofetch --gtk3Displays information on the installed GTK3 theme.
neofetch --wmDisplays information on the window manager being used.
neofetch --wm_themeDisplays information on the window manager theme being used.
neofetch --kernel_shorthandDisplays the kernel version in a shorter format.
neofetch --songDisplays the currently playing song if a music player is running.
neofetch --uptime_shorthandDisplays the system uptime in a shorter format.
neofetch --distro_shorthandDisplays the distribution name in a shorter format.
neofetch --kernel_displayDisplays kernel information.
neofetch --color_blocks_offDisables color blocks in the output.
neofetch --no_cpu_brandDisables the display of the CPU brand name.
neofetch --backendDisplays the backend being used to obtain system information.
neofetch --configDisplays the location of the configuration file.
neofetch --config_fileSpecifies a different configuration file to use.
neofetch --helpDisplays help information for Neofetch.

Additional Commands & Tips

Remove Neofetch

If you no longer need Neofetch on your system and wish to remove it, you can do so easily by using the appropriate command in the terminal. To remove Neofetch, use the following command:

sudo apt remove neofetch

Conclusion

In conclusion, Neofetch is a powerful and highly customizable command-line tool that provides system information in an easy-to-read format. With its ability to display information in an ASCII art format, Neofetch adds a touch of entertainment to the command-line experience while providing essential information about your system. By following the installation guide for Neofetch on Linux Mint, you can quickly and easily install this useful tool and take advantage of its many features, including the ability to customize the output format and display additional information. Whether you are a system administrator, enthusiast, or just someone who wants to view system information quickly, Neofetch is a great tool to help make the command-line experience more enjoyable and informative.

FAQs on Neofetch with Linux Mint

Q: What system information does Neofetch display?

A: Neofetch displays information about the operating system, kernel, window manager, desktop environment, CPU, GPU, memory usage, and more.

Q: What other useful commands can be used with Neofetch?

A: In addition to the basic command, neofetchseveral other useful Neofetch commands provide different information about your system. These include neofetch --cpu_temp, neofetch --wm_theme, neofetch --uptime, and more.

Q: Is Neofetch a resource-intensive tool?

A: No, Neofetch is a lightweight tool and does not consume significant system resources. It is a great choice for monitoring system performance and hardware specifications without slowing down your system.

Q: Is Neofetch suitable for use on remote servers?

A: Yes, Neofetch is a great tool for use on remote servers as it provides a quick and easy way to view important system information without needing a graphical interface.

Share to...