How To Install tix-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install tix-devel.x86_64
on Amazon Linux 2.
What is tix-devel.x86_64
Tix, the Tk Interface eXtension, is a powerful set of user interface components that expands the capabilities of your Tcl/Tk and Python applications. Using Tix together with Tk will greatly enhance the appearance and functionality of your application. This package contains the tix development files needed for building tix applications.
We can use yum
to install tix-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 tix-devel.x86_64.
Install tix-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 tix-devel.x86_64
using yum
by running the following command:
sudo yum -y install tix-devel.x86_64
How To Uninstall tix-devel.x86_64 on Amazon Linux 2
To uninstall only the tix-devel.x86_64
package we can use the following command:
sudo yum remove tix-devel.x86_64
tix-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/tix.h
/usr/lib64/libTix.so
/usr/lib64/libtix.so
/usr/share/man/mann/TixIntro.n.gz
/usr/share/man/mann/compound.n.gz
/usr/share/man/mann/pixmap.n.gz
/usr/share/man/mann/tix.n.gz
/usr/share/man/mann/tixBalloon.n.gz
/usr/share/man/mann/tixButtonBox.n.gz
/usr/share/man/mann/tixCheckList.n.gz
/usr/share/man/mann/tixComboBox.n.gz
/usr/share/man/mann/tixControl.n.gz
/usr/share/man/mann/tixDestroy.n.gz
/usr/share/man/mann/tixDirList.n.gz
/usr/share/man/mann/tixDirSelectDialog.n.gz
/usr/share/man/mann/tixDirTree.n.gz
/usr/share/man/mann/tixDisplayStyle.n.gz
/usr/share/man/mann/tixExFileSelectBox.n.gz
/usr/share/man/mann/tixExFileSelectDialog.n.gz
/usr/share/man/mann/tixFileEntry.n.gz
/usr/share/man/mann/tixFileSelectBox.n.gz
/usr/share/man/mann/tixFileSelectDialog.n.gz
/usr/share/man/mann/tixForm.n.gz
/usr/share/man/mann/tixGetBoolean.n.gz
/usr/share/man/mann/tixGetInt.n.gz
/usr/share/man/mann/tixGrid.n.gz
/usr/share/man/mann/tixHList.n.gz
/usr/share/man/mann/tixInputOnly.n.gz
/usr/share/man/mann/tixLabelEntry.n.gz
/usr/share/man/mann/tixLabelFrame.n.gz
/usr/share/man/mann/tixListNoteBook.n.gz
/usr/share/man/mann/tixMeter.n.gz
/usr/share/man/mann/tixMwm.n.gz
/usr/share/man/mann/tixNBFrame.n.gz
/usr/share/man/mann/tixNoteBook.n.gz
/usr/share/man/mann/tixOptionMenu.n.gz
/usr/share/man/mann/tixPanedWindow.n.gz
/usr/share/man/mann/tixPopupMenu.n.gz
/usr/share/man/mann/tixScrolledHList.n.gz
/usr/share/man/mann/tixScrolledListBox.n.gz
/usr/share/man/mann/tixScrolledText.n.gz
/usr/share/man/mann/tixScrolledWindow.n.gz
/usr/share/man/mann/tixSelect.n.gz
/usr/share/man/mann/tixStdButtonBox.n.gz
/usr/share/man/mann/tixTList.n.gz
/usr/share/man/mann/tixTree.n.gz
/usr/share/man/mann/tixUtils.n.gz
References
Summary
In this tutorial we learn how to install tix-devel.x86_64
on Amazon Linux 2 using yum.