How To Install autotrace-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install autotrace-devel.x86_64 in Amazon Linux 2. autotrace-devel.x86_64 is Header files for autotrace

Introduction

In this tutorial we learn how to install autotrace-devel.x86_64 on Amazon Linux 2.

What is autotrace-devel.x86_64

This package contains header files and development libraries for autotrace.

We can use yum to install autotrace-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install autotrace-devel.x86_64.

Install autotrace-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install autotrace-devel.x86_64 using yum by running the following command:

sudo yum -y install autotrace-devel.x86_64

How To Uninstall autotrace-devel.x86_64 on Amazon Linux 2

To uninstall only the autotrace-devel.x86_64 package we can use the following command:

sudo yum remove autotrace-devel.x86_64

autotrace-devel.x86_64 Package Contents on Amazon Linux 2

/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-0.31.1
/usr/share/doc/autotrace-devel-0.31.1/HACKING

References

Summary

In this tutorial we learn how to install autotrace-devel.x86_64 on Amazon Linux 2 using yum.