How To Install tkiaxphone on Fedora 36
In this tutorial we learn how to install tkiaxphone in Fedora 36. tkiaxphone is Tk IAX Phone Client
Introduction
In this tutorial we learn how to install tkiaxphone on Fedora 36.
What is tkiaxphone
Tk IAX Phone Client.
We can use yum or dnf to install tkiaxphone on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tkiaxphone.
Install tkiaxphone 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 tkiaxphone using dnf by running the following command:
sudo dnf -y install tkiaxphone
Install tkiaxphone 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 tkiaxphone using yum by running the following command:
sudo yum -y install tkiaxphone
How To Uninstall tkiaxphone on Fedora 36
To uninstall only the tkiaxphone package we can use the following command:
sudo dnf remove tkiaxphone
tkiaxphone Package Contents on Fedora 36
/usr/bin/run-tkiaxphone.sh
/usr/bin/tkiaxphone
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/16ec0b50c9305e32442ad8f82d0d5a9af6a261
/usr/lib64/tcl8.6/iaxclient
/usr/lib64/tcl8.6/iaxclient/tkphone
/usr/lib64/tcl8.6/iaxclient/tkphone/iaxcli
/usr/lib64/tcl8.6/iaxclient/tkphone/iaxcli-Linux-x86_64
/usr/lib64/tcl8.6/iaxclient/tkphone/monitor.ui
/usr/lib64/tcl8.6/iaxclient/tkphone/monitor.ui.tcl
/usr/lib64/tcl8.6/iaxclient/tkphone/phone.ui
/usr/lib64/tcl8.6/iaxclient/tkphone/phone.ui.tcl
/usr/lib64/tcl8.6/iaxclient/tkphone/pref.ui
/usr/lib64/tcl8.6/iaxclient/tkphone/pref.ui.tcl
/usr/lib64/tcl8.6/iaxclient/tkphone/tkiaxphone
/usr/share/applications/tkiaxphone.desktop
/usr/share/pixmaps/tkiaxphone.png
References
Summary
In this tutorial we learn how to install tkiaxphone on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).