How To Install openbabel on Fedora 36
Introduction
In this tutorial we learn how to install openbabel
on Fedora 36.
What is openbabel
Open Babel is a free, open-source version of the Babel chemistry file translation program. Open Babel is a project designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling, computational chemistry, and many related areas. This package contains the command-line utility, which is intended to be used as a replacement for the original babel program, to translate between various chemical file formats as well as a wide variety of utilities to foster development of other open source scientific software.
We can use yum
or dnf
to install openbabel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openbabel.
Install openbabel 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 openbabel
using dnf
by running the following command:
sudo dnf -y install openbabel
Install openbabel 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 openbabel
using yum
by running the following command:
sudo yum -y install openbabel
How To Uninstall openbabel on Fedora 36
To uninstall only the openbabel
package we can use the following command:
sudo dnf remove openbabel
openbabel Package Contents on Fedora 36
---
title: "How To Install openbabel on Fedora 36"
linkTitle: "openbabel"
type: "docs"
description: "In this tutorial we learn how to install openbabel in Fedora 36. openbabel is Chemistry software file format converter"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/openbabel-featured.png
/usr/bin/obabel
/usr/bin/obconformer
/usr/bin/obdistgen
/usr/bin/obenergy
/usr/bin/obfit
/usr/bin/obfitall
/usr/bin/obgen
/usr/bin/obgrep
/usr/bin/obminimize
/usr/bin/obmm
/usr/bin/obprobe
/usr/bin/obprop
/usr/bin/obrms
/usr/bin/obrotamer
/usr/bin/obrotate
/usr/bin/obspectrophore
/usr/bin/obsym
/usr/bin/obtautomer
/usr/bin/obthermo
/usr/bin/roundtrip
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/31869324d73c8c916105727f4c9744dd0d2a5d
/usr/lib/.build-id/05
/usr/lib/.build-id/05/7605d9704d3145fca8416804f8399ca131263e
/usr/lib/.build-id/25
/usr/lib/.build-id/25/64393471df6fcc1a4386447f2ee64a310b9aad
/usr/lib/.build-id/30
/usr/lib/.build-id/30/6cd0008ddaf87558e3af16a54eef1e663d220b
/usr/lib/.build-id/30/fb2abc226ce3b9cc2680fabe5205b74212fc93
/usr/lib/.build-id/35
/usr/lib/.build-id/35/dfb63a2602b5ae5761bc9710ae41f066e3b57c
/usr/lib/.build-id/40
/usr/lib/.build-id/40/476fa926e0a89750adf7b977328f69f6234581
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/810f8d33f29a9041486095333432720a9caf0a
/usr/lib/.build-id/72
/usr/lib/.build-id/72/3b79abdbc737fea7b943034c6fffafe8279b28
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/76f6ec0b8114a0b2967cd2d122d0b397371e9d
/usr/lib/.build-id/84
/usr/lib/.build-id/84/671796d8749c38eb1d52dba31151341a227e0d
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/19b0684228d0e47a5a51f1ff19ba8c6fa6f77a
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/cdcb8e6e85a24670b3dc83b8aa1c90040dc4da
/usr/lib/.build-id/92
/usr/lib/.build-id/92/dd72b158771eda669963593b0b8a3da1649e6d
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/3f6d0e186940c322ba187b25f1dae3d37febf0
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/ec9bcba6a8dc1d0a0d30695f8b8280936b2ff4
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/c50f762696833be062c79fcd37223d98a80e48
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/e9d845a493d71a1035851eb13e4d823555471d
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/cfe046f4de7472a67a77d32102908dfd3f1f09
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/866c2f0c890ab8ea032d20129cc476398b5e83
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/04441967c90713c141d1e4511866def07605c9
/usr/share/man/man1/obabel.1.gz
/usr/share/man/man1/obchiral.1.gz
/usr/share/man/man1/obconformer.1.gz
/usr/share/man/man1/obdistgen.1.gz
/usr/share/man/man1/obenergy.1.gz
/usr/share/man/man1/obfit.1.gz
/usr/share/man/man1/obgen.1.gz
/usr/share/man/man1/obgrep.1.gz
/usr/share/man/man1/obminimize.1.gz
/usr/share/man/man1/obprobe.1.gz
/usr/share/man/man1/obprop.1.gz
/usr/share/man/man1/obrms.1.gz
/usr/share/man/man1/obrotamer.1.gz
/usr/share/man/man1/obrotate.1.gz
/usr/share/man/man1/obspectrophore.1.gz
/usr/share/man/man1/obsym.1.gz
/usr/share/man/man1/obtautomer.1.gz
/usr/share/man/man1/obthermo.1.gz
/usr/share/man/man1/roundtrip.1.gz
---
## Introduction
In this tutorial we learn how to install `openbabel` on Fedora 36.
### What is `openbabel`
> Open Babel is a free, open-source version of the Babel chemistry file translation program. Open Babel is a project designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling, computational chemistry, and many related areas. This package contains the command-line utility, which is intended to be used as a replacement for the original babel program, to translate between various chemical file formats as well as a wide variety of utilities to foster development of other open source scientific software.
We can use yum
or dnf
to install openbabel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openbabel.
References
Install openbabel on Fedora 36 Using dnf
- openbabel website
Update yum database with
dnf
using the following command.
Summary
sudo dnf makecache --refresh
In this tutorial we learn how to install openbabel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install openbabel
using dnf
by running the following command:
sudo dnf -y install openbabel
Install openbabel 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 openbabel
using yum
by running the following command:
sudo yum -y install openbabel
How To Uninstall openbabel on Fedora 36
To uninstall only the openbabel
package we can use the following command:
sudo dnf remove openbabel
openbabel Package Contents on Fedora 36
/usr/bin/obabel
/usr/bin/obconformer
/usr/bin/obdistgen
/usr/bin/obenergy
/usr/bin/obfit
/usr/bin/obfitall
/usr/bin/obgen
/usr/bin/obgrep
/usr/bin/obminimize
/usr/bin/obmm
/usr/bin/obprobe
/usr/bin/obprop
/usr/bin/obrms
/usr/bin/obrotamer
/usr/bin/obrotate
/usr/bin/obspectrophore
/usr/bin/obsym
/usr/bin/obtautomer
/usr/bin/obthermo
/usr/bin/roundtrip
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/9fed767fbed5ecbbd463a7d3ce9dddfa721b1e
/usr/lib/.build-id/18
/usr/lib/.build-id/18/d9b1f0fc75387ca561e3cc8d4f479e4cb47ce1
/usr/lib/.build-id/32
/usr/lib/.build-id/32/7b01ef048aeabd13967f379f7a8eab1abee727
/usr/lib/.build-id/35
/usr/lib/.build-id/35/a602d79267b8419a0bb208e1641ef0bda5d03d
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/40f3346760c426465424723c7d2024adb835db
/usr/lib/.build-id/3a/50bfd9b71277d64284ae9e39c7a1795440a0c3
/usr/lib/.build-id/56
/usr/lib/.build-id/56/381cd14c1a7a4161e24bc1471b2b9e15a3e060
/usr/lib/.build-id/63
/usr/lib/.build-id/63/5c138a21067b874eb9d5cb8d1a454da732aedd
/usr/lib/.build-id/68
/usr/lib/.build-id/68/c7b1525f7fcb4046c8d45ab90bfcd5c547f508
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/ecbd492271bdd2ff5b6b7d9f9c5f825e0bfec5
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/85b9264db6e42013857e8c1db45130b69d0d39
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/bda6a363532c1535ad5c7af01f8cbaec573df0
/usr/lib/.build-id/96
/usr/lib/.build-id/96/29b3cc69b029e8a9b82d034e1329502f8044ea
/usr/lib/.build-id/99
/usr/lib/.build-id/99/68d06843c371d59adb309be6ae884bf2c897f0
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/96fd23f8074491c91818277284d52e6f988c85
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/05ee1141864d247124c9fa4c65118dcf5e5bb9
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/608681900e8d45fb74d22b8136347542f1e10c
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/123d00500f081fca946435907f3c4d4c49adde
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/4c258de64b74a82c899506bf03641ba0961836
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/0d78c2294040a0757b1b05487e926cbbe0acd3
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/1d2603e9a02c346a271885ceeab7c4bba1b046
/usr/share/man/man1/obabel.1.gz
/usr/share/man/man1/obchiral.1.gz
/usr/share/man/man1/obconformer.1.gz
/usr/share/man/man1/obdistgen.1.gz
/usr/share/man/man1/obenergy.1.gz
/usr/share/man/man1/obfit.1.gz
/usr/share/man/man1/obgen.1.gz
/usr/share/man/man1/obgrep.1.gz
/usr/share/man/man1/obminimize.1.gz
/usr/share/man/man1/obprobe.1.gz
/usr/share/man/man1/obprop.1.gz
/usr/share/man/man1/obrms.1.gz
/usr/share/man/man1/obrotamer.1.gz
/usr/share/man/man1/obrotate.1.gz
/usr/share/man/man1/obspectrophore.1.gz
/usr/share/man/man1/obsym.1.gz
/usr/share/man/man1/obtautomer.1.gz
/usr/share/man/man1/obthermo.1.gz
/usr/share/man/man1/roundtrip.1.gz
References
Summary
In this tutorial we learn how to install openbabel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).