How To Install autotrace-devel on Fedora 36
Introduction
In this tutorial we learn how to install autotrace-devel
on Fedora 36.
What is autotrace-devel
This package contains header files and development libraries for autotrace.
We can use yum
or dnf
to install autotrace-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install autotrace-devel.
Install autotrace-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 autotrace-devel
using dnf
by running the following command:
sudo dnf -y install autotrace-devel
Install autotrace-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 autotrace-devel
using yum
by running the following command:
sudo yum -y install autotrace-devel
How To Uninstall autotrace-devel on Fedora 36
To uninstall only the autotrace-devel
package we can use the following command:
sudo dnf remove autotrace-devel
autotrace-devel Package Contents on Fedora 36
/usr/bin/autotrace-config
/usr/include/autotrace
/usr/include/autotrace/autotrace.h
/usr/include/autotrace/exception.h
/usr/include/autotrace/input.h
/usr/include/autotrace/output.h
/usr/include/autotrace/types.h
/usr/lib64/libautotrace.so
/usr/lib64/pkgconfig/autotrace.pc
/usr/share/aclocal/autotrace.m4
/usr/share/doc/autotrace-devel
/usr/share/doc/autotrace-devel/HACKING
References
Summary
In this tutorial we learn how to install autotrace-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install autotrace-devel on Fedora 36” linkTitle: “autotrace-devel” type: “docs” description: “In this tutorial we learn how to install autotrace-devel in Fedora 36. autotrace-devel is Header files for autotrace” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/autotrace-devel-featured.png
Introduction
In this tutorial we learn how to install autotrace-devel
on Fedora 36.
What is autotrace-devel
This package contains header files and development libraries for autotrace.
We can use yum
or dnf
to install autotrace-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install autotrace-devel.
Install autotrace-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 autotrace-devel
using dnf
by running the following command:
sudo dnf -y install autotrace-devel
Install autotrace-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 autotrace-devel
using yum
by running the following command:
sudo yum -y install autotrace-devel
How To Uninstall autotrace-devel on Fedora 36
To uninstall only the autotrace-devel
package we can use the following command:
sudo dnf remove autotrace-devel
autotrace-devel Package Contents on Fedora 36
/usr/bin/autotrace-config
/usr/include/autotrace
/usr/include/autotrace/autotrace.h
/usr/include/autotrace/exception.h
/usr/include/autotrace/input.h
/usr/include/autotrace/output.h
/usr/include/autotrace/types.h
/usr/lib/libautotrace.so
/usr/lib/pkgconfig/autotrace.pc
/usr/share/aclocal/autotrace.m4
/usr/share/doc/autotrace-devel
/usr/share/doc/autotrace-devel/HACKING
References
Summary
In this tutorial we learn how to install autotrace-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).