How To Install chemtool on Fedora 34
Introduction
In this tutorial we learn how to install chemtool
on Fedora 34.
What is chemtool
Chemtool is a program for drawing organic molecules easily and store them in a variety of output formats including as a X bitmap, Xfig, SVG or EPS file. It runs under the X Window System using the GTK widget set.
We can use yum
or dnf
to install chemtool
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install chemtool.
Install chemtool 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 chemtool
using dnf
by running the following command:
sudo dnf -y install chemtool
Install chemtool 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 chemtool
using yum
by running the following command:
sudo yum -y install chemtool
How To Uninstall chemtool on Fedora 34
To uninstall only the chemtool
package we can use the following command:
sudo dnf remove chemtool
chemtool Package Contents on Fedora 34
/usr/bin/chemtool
/usr/bin/chemtoolbg
/usr/bin/cht
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/f254ff3d8f171dede780a616833b057e8c09c5
/usr/lib/.build-id/40
/usr/lib/.build-id/40/4e6cf7102a13f08f8482d93b1b521cd6f56499
/usr/share/applications/chemtool.desktop
/usr/share/doc/chemtool
/usr/share/doc/chemtool/ChangeLog
/usr/share/doc/chemtool/README
/usr/share/doc/chemtool/TODO
/usr/share/doc/chemtool/examples
/usr/share/doc/chemtool/examples/14263232.mol
/usr/share/doc/chemtool/examples/AMP.cht
/usr/share/doc/chemtool/examples/Adenosine.cht
/usr/share/doc/chemtool/examples/Dehydrotubifolin.cht
/usr/share/doc/chemtool/examples/G-host.pdb
/usr/share/doc/chemtool/examples/Indolizomycin.cht
/usr/share/doc/chemtool/examples/Lepicidin-A-Aglycon.cht
/usr/share/doc/chemtool/examples/Neu2
/usr/share/doc/chemtool/examples/amine.mol
/usr/share/doc/chemtool/examples/anabsinthin.cht
/usr/share/doc/chemtool/examples/anthocyanidine.cht
/usr/share/doc/chemtool/examples/atp.cht
/usr/share/doc/chemtool/examples/bcarotin.pdb
/usr/share/doc/chemtool/examples/breve.cht
/usr/share/doc/chemtool/examples/bufotalin.cht
/usr/share/doc/chemtool/examples/byrostatin1.cht
/usr/share/doc/chemtool/examples/c70.cht
/usr/share/doc/chemtool/examples/camphor.cht
/usr/share/doc/chemtool/examples/chlorophyll.cht
/usr/share/doc/chemtool/examples/claisen.cht
/usr/share/doc/chemtool/examples/dodecahedran.cht
/usr/share/doc/chemtool/examples/indigo.cht
/usr/share/doc/chemtool/examples/kdo.cht
/usr/share/doc/chemtool/examples/krebs.cht
/usr/share/doc/chemtool/examples/labeltest
/usr/share/doc/chemtool/examples/pagodan.cht
/usr/share/doc/chemtool/examples/penicillin_v.cht
/usr/share/doc/chemtool/examples/pteridin.cht
/usr/share/doc/chemtool/examples/reaction.cht
/usr/share/doc/chemtool/examples/rutamycin_b.cht
/usr/share/doc/chemtool/examples/sample.sdf
/usr/share/doc/chemtool/examples/tbutylazulene.cht
/usr/share/doc/chemtool/examples/tcdd.cht
/usr/share/doc/chemtool/examples/tetracyclin.cht
/usr/share/doc/chemtool/examples/textsizes.cht
/usr/share/doc/chemtool/examples/v3000.mol
/usr/share/doc/chemtool/examples/viagra.cht
/usr/share/doc/chemtool/using_chemtool.html
/usr/share/icons/hicolor/32x32/mimetypes/chemtool.png
/usr/share/icons/hicolor/48x48/apps/chemtool.png
/usr/share/locale/bg/LC_MESSAGES/chemtool.mo
/usr/share/locale/cs/LC_MESSAGES/chemtool.mo
/usr/share/locale/de/LC_MESSAGES/chemtool.mo
/usr/share/locale/fr/LC_MESSAGES/chemtool.mo
/usr/share/locale/nl/LC_MESSAGES/chemtool.mo
/usr/share/locale/pl/LC_MESSAGES/chemtool.mo
/usr/share/locale/pt_BR/LC_MESSAGES/chemtool.mo
/usr/share/locale/pt_PT/LC_MESSAGES/chemtool.mo
/usr/share/locale/ru/LC_MESSAGES/chemtool.mo
/usr/share/man/man1/chemtool.1.gz
/usr/share/man/man1/cht.1.gz
/usr/share/mime-types/chemtool.keys
/usr/share/mime-types/chemtool.mime
/usr/share/mimelnk/application/x-chemtool.desktop
References
Summary
In this tutorial we learn how to install chemtool
on Fedora 34 using yum and dnf.