How To Install apbs-tools on Fedora 36

In this tutorial we learn how to install apbs-tools in Fedora 36. apbs-tools is Utility programs that utilize the APBS package

Introduction

In this tutorial we learn how to install apbs-tools on Fedora 36.

What is apbs-tools

The apbs-tools package contains several utility programs for conversion, analysis and preparation of files that use the adaptive poisson boltzmann solver library.

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

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

sudo dnf -y install apbs-tools

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

sudo yum -y install apbs-tools

How To Uninstall apbs-tools on Fedora 36

To uninstall only the apbs-tools package we can use the following command:

sudo dnf remove apbs-tools

apbs-tools Package Contents on Fedora 36

/usr/bin/apbs-analysis
/usr/bin/apbs-benchmark
/usr/bin/apbs-born
/usr/bin/apbs-coulomb
/usr/bin/apbs-del2dx
/usr/bin/apbs-dx2mol
/usr/bin/apbs-dx2uhbd
/usr/bin/apbs-dxmath
/usr/bin/apbs-mergedx
/usr/bin/apbs-mergedx2
/usr/bin/apbs-mgmesh
/usr/bin/apbs-multivalue
/usr/bin/apbs-psize.py
/usr/bin/apbs-similarity
/usr/bin/apbs-smooth
/usr/bin/apbs-tensor2dx
/usr/bin/apbs-uhbd_asc2bin
/usr/bin/apbs-value
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/fa33e59f8d8331a5fbd5b7701b9cfee7280a04
/usr/lib/.build-id/24
/usr/lib/.build-id/24/d99922345a629794ebac20643d9b37e33d495e
/usr/lib/.build-id/27
/usr/lib/.build-id/27/c77c8aeca5f8af023dcf0979f5307978112b9b
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/2d80c40bff73b2fb354076651b8311e4e2924e
/usr/lib/.build-id/77
/usr/lib/.build-id/77/0ed5937e50dc4684bcca053c393477089d9ebb
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/bc09e026523d0c5855e4e21433202671463a30
/usr/lib/.build-id/7b/e53a96192326f0f97f3f6f89e14178c3b2e88e
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/bf0f7a1b317f397c1117272e77472fc7076c9b
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/00f8696c43b1779664aa53f35e2b68f273c501
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/1f2d9968867083d87710c420d185124de5a520
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/68bee431200bd8cea62238c1ff11c8c3e72a9a
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/0f90f5787e86d05994bec5cf12bd914b966a37
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/07b1a889ab2825d5d9d48d7420b5e3c8bb94bb
/usr/lib/.build-id/b6/37f59c1f4412aa3b8e5fbc4a87277eb76b49e0
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/fd659b72a0e2b5e06df6862b7e409dd2c443e7
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/1a48017da323b8e706ad817ef8076794fc961d
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/38c983a8c61cbac6bbd36a134e29444f1e56bc

References

Summary

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