How To Install fox on Fedora 36
Introduction
In this tutorial we learn how to install fox
on Fedora 36.
What is fox
FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects.
We can use yum
or dnf
to install fox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fox.
Install fox 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 fox
using dnf
by running the following command:
sudo dnf -y install fox
Install fox 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 fox
using yum
by running the following command:
sudo yum -y install fox
How To Uninstall fox on Fedora 36
To uninstall only the fox
package we can use the following command:
sudo dnf remove fox
fox Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/7c8847de389ffa6a1e749864cfe7f13f0e81ea
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/9bd9ad892126a016500bc544e7b0fa3754ff96
/usr/lib64/libCHART-1.6.so.0
/usr/lib64/libCHART-1.6.so.0.0.57
/usr/lib64/libFOX-1.6.so.0
/usr/lib64/libFOX-1.6.so.0.0.57
/usr/share/doc/fox
/usr/share/doc/fox/AUTHORS
/usr/share/doc/fox/README
/usr/share/fox
/usr/share/licenses/fox
/usr/share/licenses/fox/LICENSE
/usr/share/licenses/fox/LICENSE_ADDENDUM
References
Summary
In this tutorial we learn how to install fox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install fox on Fedora 36” linkTitle: “fox” type: “docs” description: “In this tutorial we learn how to install fox in Fedora 36. fox is C++ based Toolkit for developing Graphical User Interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fox-featured.png
Introduction
In this tutorial we learn how to install fox
on Fedora 36.
What is fox
FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects.
We can use yum
or dnf
to install fox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fox.
Install fox 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 fox
using dnf
by running the following command:
sudo dnf -y install fox
Install fox 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 fox
using yum
by running the following command:
sudo yum -y install fox
How To Uninstall fox on Fedora 36
To uninstall only the fox
package we can use the following command:
sudo dnf remove fox
fox Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/5a366ce47dd9c53a2a393622a5bc6a5d536a28
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/b97e85e77097a4cb72df0adfeaab027473724b
/usr/lib/libCHART-1.6.so.0
/usr/lib/libCHART-1.6.so.0.0.57
/usr/lib/libFOX-1.6.so.0
/usr/lib/libFOX-1.6.so.0.0.57
/usr/share/doc/fox
/usr/share/doc/fox/AUTHORS
/usr/share/doc/fox/README
/usr/share/fox
/usr/share/licenses/fox
/usr/share/licenses/fox/LICENSE
/usr/share/licenses/fox/LICENSE_ADDENDUM
References
Summary
In this tutorial we learn how to install fox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).