How To Install molsketch on Fedora 34

molsketch is Molecular Structures Editor Molecular Structures Editor

Introduction

In this tutorial we learn how to install molsketch on Fedora 34.

What is molsketch

Molsketch is a 2D molecular editing tool. Its goal is to help you draw molecules quickly and easily. Of course your creation can be exported afterwards in high quality, in a number of vector and bitmap formats. molsketch 0.7.2 1.fc34 x86_64 1.6 M molsketch-0.7.2-1.fc34.src.rpm fedora Molecular Structures Editor http GPLv2+ Molsketch is a 2D molecular editing tool. Its goal is to help you draw molecules quickly and easily. Of course your creation can be exported afterwards in high quality, in a number of vector and bitmap formats.

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

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

sudo dnf -y install molsketch

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

sudo yum -y install molsketch

How To Uninstall molsketch on Fedora 34

To uninstall only the molsketch package we can use the following command:

sudo dnf remove molsketch

molsketch Package Contents on Fedora 34

/usr/bin/molsketch
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/2b681ba3931196b96d5bcb8ce7ef46d21f1f17
/usr/lib/.build-id/65
/usr/lib/.build-id/65/80183d6ae09bab24b2b5ff823b9fe6195799e6
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/dd3f6e35402de01f7abb6eb26e1241b6119d05
/usr/lib64/molsketch
/usr/lib64/molsketch/libmolsketch.so
/usr/lib64/molsketch/libobabeliface.so
/usr/share/applications/molsketch.desktop
/usr/share/doc/molsketch
/usr/share/doc/molsketch/CHANGELOG
/usr/share/icons/hicolor/scalable/apps/molsketch.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-molsketch-molecule.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-molsketch.svg
/usr/share/licenses/molsketch
/usr/share/licenses/molsketch/COPYING
/usr/share/metainfo/net.sourceforge.molsketch.appdata.xml
/usr/share/mime/packages/molsketch.xml
/usr/share/pixmaps/molsketch.xpm
/usr/bin/molsketch
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/b3e51acd1bbba878c101e9e8175ecb54b3c68b
/usr/lib/.build-id/78
/usr/lib/.build-id/78/2239950a7d76919a27012a53081fcbcc6224ef
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/cf6174a816eb8ac90e33c51d6e97430b1de948
/usr/lib/molsketch
/usr/lib/molsketch/libmolsketch.so
/usr/lib/molsketch/libobabeliface.so
/usr/share/applications/molsketch.desktop
/usr/share/doc/molsketch
/usr/share/doc/molsketch/CHANGELOG
/usr/share/icons/hicolor/scalable/apps/molsketch.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-molsketch-molecule.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-molsketch.svg
/usr/share/licenses/molsketch
/usr/share/licenses/molsketch/COPYING
/usr/share/metainfo/net.sourceforge.molsketch.appdata.xml
/usr/share/mime/packages/molsketch.xml
/usr/share/pixmaps/molsketch.xpm

References

Summary

In this tutorial we learn how to install molsketch on Fedora 34 using yum and dnf.