How To Install eclipse-swt on Fedora 36

In this tutorial we learn how to install eclipse-swt in Fedora 36. eclipse-swt is Eclipse SWT

Introduction

In this tutorial we learn how to install eclipse-swt on Fedora 36.

What is eclipse-swt

SWT is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.

We can use yum or dnf to install eclipse-swt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eclipse-swt.

Install eclipse-swt 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 eclipse-swt using dnf by running the following command:

sudo dnf -y install eclipse-swt

Install eclipse-swt 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 eclipse-swt using yum by running the following command:

sudo yum -y install eclipse-swt

How To Uninstall eclipse-swt on Fedora 36

To uninstall only the eclipse-swt package we can use the following command:

sudo dnf remove eclipse-swt

eclipse-swt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/6574d557bcc86817cc8e6198e74a63f62070eb
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/610d55107a08e635b660c4bfe1034c77518193
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/14120c444372b54a43cbef1cd005474d30a77f
/usr/lib/.build-id/70
/usr/lib/.build-id/70/2871427024001bfd7e3ed715479b390c50e4f3
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/4b78c0725c8304eb918a1963cdc2af59387b41
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/adfe93c73c602fe879522263f01613db9271cf
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/087259e4b793e71c39577c513174d968580ef9
/usr/lib/java/swt.jar
/usr/lib64/eclipse-swt
/usr/lib64/eclipse-swt/libswt-atk-gtk-4950r5.so
/usr/lib64/eclipse-swt/libswt-awt-gtk-4950r5.so
/usr/lib64/eclipse-swt/libswt-cairo-gtk-4950r5.so
/usr/lib64/eclipse-swt/libswt-glx-gtk-4950r5.so
/usr/lib64/eclipse-swt/libswt-gtk-4950r5.so
/usr/lib64/eclipse-swt/libswt-pi3-gtk-4950r5.so
/usr/lib64/eclipse-swt/libswt-webkit-gtk-4950r5.so
/usr/share/licenses/eclipse-swt
/usr/share/licenses/eclipse-swt/LICENSE
/usr/share/licenses/eclipse-swt/NOTICE
/usr/share/maven-metadata/eclipse-swt.xml

References

Summary

In this tutorial we learn how to install eclipse-swt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).