How To Install termcolor-devel on Fedora 36
Introduction
In this tutorial we learn how to install termcolor-devel
on Fedora 36.
What is termcolor-devel
Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force. Termcolor uses ANSI color formatting, so you can use it on every system that is used such terminals (most *nix systems, including Linux and Mac OS).
We can use yum
or dnf
to install termcolor-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install termcolor-devel.
Install termcolor-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install termcolor-devel
using dnf
by running the following command:
sudo dnf -y install termcolor-devel
Install termcolor-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install termcolor-devel
using yum
by running the following command:
sudo yum -y install termcolor-devel
How To Uninstall termcolor-devel on Fedora 36
To uninstall only the termcolor-devel
package we can use the following command:
sudo dnf remove termcolor-devel
termcolor-devel Package Contents on Fedora 36
/usr/include/termcolor
/usr/include/termcolor/termcolor.hpp
/usr/lib64/cmake/termcolor
/usr/lib64/cmake/termcolor/termcolor-config.cmake
/usr/lib64/cmake/termcolor/termcolor-targets.cmake
/usr/share/doc/termcolor-devel
/usr/share/doc/termcolor-devel/README.rst
/usr/share/licenses/termcolor-devel
/usr/share/licenses/termcolor-devel/LICENSE
References
Summary
In this tutorial we learn how to install termcolor-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install termcolor-devel on Fedora 36” linkTitle: “termcolor-devel” type: “docs” description: “In this tutorial we learn how to install termcolor-devel in Fedora 36. termcolor-devel is Header-only C++ library for printing colored messages to the terminal” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/termcolor-devel-featured.png
Introduction
In this tutorial we learn how to install termcolor-devel
on Fedora 36.
What is termcolor-devel
Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force. Termcolor uses ANSI color formatting, so you can use it on every system that is used such terminals (most *nix systems, including Linux and Mac OS).
We can use yum
or dnf
to install termcolor-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install termcolor-devel.
Install termcolor-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install termcolor-devel
using dnf
by running the following command:
sudo dnf -y install termcolor-devel
Install termcolor-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install termcolor-devel
using yum
by running the following command:
sudo yum -y install termcolor-devel
How To Uninstall termcolor-devel on Fedora 36
To uninstall only the termcolor-devel
package we can use the following command:
sudo dnf remove termcolor-devel
termcolor-devel Package Contents on Fedora 36
/usr/include/termcolor
/usr/include/termcolor/termcolor.hpp
/usr/lib/cmake/termcolor
/usr/lib/cmake/termcolor/termcolor-config.cmake
/usr/lib/cmake/termcolor/termcolor-targets.cmake
/usr/share/doc/termcolor-devel
/usr/share/doc/termcolor-devel/README.rst
/usr/share/licenses/termcolor-devel
/usr/share/licenses/termcolor-devel/LICENSE
References
Summary
In this tutorial we learn how to install termcolor-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).