How To Install xbae on Fedora 34
Introduction
In this tutorial we learn how to install xbae
on Fedora 34.
What is xbae
XbaeMatrix is a free Motif(R) table widget (also compatible with the free LessTif) which presents an editable array of string data to the user in a scrollable table similar to a spreadsheet. The rows and columns of the Matrix may optionally be labelled. A number of “fixed” and “trailing fixed” rows or columns may be specified. The XbaeCaption widget is a simple Motif manager widget that associates a label with a child. In addition the XbaeInput widget is being distributed, a text input field that provides generic customised data entry and formatting for strings. xbae 4.60.4 32.fc34 x86_64 155 k xbae-4.60.4-32.fc34.src.rpm fedora Motif matrix, caption and text input widgets http LGPLv2+ XbaeMatrix is a free Motif(R) table widget (also compatible with the free LessTif) which presents an editable array of string data to the user in a scrollable table similar to a spreadsheet. The rows and columns of the Matrix may optionally be labelled. A number of “fixed” and “trailing fixed” rows or columns may be specified. The XbaeCaption widget is a simple Motif manager widget that associates a label with a child. In addition the XbaeInput widget is being distributed, a text input field that provides generic customised data entry and formatting for strings.
We can use yum
or dnf
to install xbae
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install xbae.
Install xbae on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xbae
using dnf
by running the following command:
sudo dnf -y install xbae
Install xbae on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xbae
using yum
by running the following command:
sudo yum -y install xbae
How To Uninstall xbae on Fedora 34
To uninstall only the xbae
package we can use the following command:
sudo dnf remove xbae
xbae Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/1ac398d7ae017888299f6da45043ee1880453f
/usr/lib64/libXbae.so.4
/usr/lib64/libXbae.so.4.0.60
/usr/share/doc/xbae
/usr/share/doc/xbae/AUTHORS
/usr/share/doc/xbae/COPYING
/usr/share/doc/xbae/ChangeLog
/usr/share/doc/xbae/NEWS
/usr/share/doc/xbae/README
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/36ef40e5e32027cd7658005a34fbeaa61e7607
/usr/lib/libXbae.so.4
/usr/lib/libXbae.so.4.0.60
/usr/share/doc/xbae
/usr/share/doc/xbae/AUTHORS
/usr/share/doc/xbae/COPYING
/usr/share/doc/xbae/ChangeLog
/usr/share/doc/xbae/NEWS
/usr/share/doc/xbae/README
References
- [xbae website](http://xbae.sourceforge.net/ http://xbae.sourceforge.net/)
Summary
In this tutorial we learn how to install xbae
on Fedora 34 using yum and dnf.