How To Install kim-api on Fedora 36
Introduction
In this tutorial we learn how to install kim-api
on Fedora 36.
What is kim-api
OpenKIM is an online framework for making molecular simulations reliable, reproducible, and portable. Models conforming to the KIM application programming interface work seamlessly with major simulation codes that have adopted the KIM-API standard. This package can be used to load all the files (libraries, headers, and documentation) for the KIM-API.
We can use yum
or dnf
to install kim-api
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kim-api.
Install kim-api 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 kim-api
using dnf
by running the following command:
sudo dnf -y install kim-api
Install kim-api 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 kim-api
using yum
by running the following command:
sudo yum -y install kim-api
How To Uninstall kim-api on Fedora 36
To uninstall only the kim-api
package we can use the following command:
sudo dnf remove kim-api
kim-api Package Contents on Fedora 36
---
title: "How To Install kim-api on Fedora 36"
linkTitle: "kim-api"
type: "docs"
description: "In this tutorial we learn how to install kim-api in Fedora 36. kim-api is Open Knowledgebase of Interatomic Models KIM API"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/kim-api-featured.png
---
## Introduction
In this tutorial we learn how to install `kim-api` on Fedora 36.
### What is `kim-api`
> OpenKIM is an online framework for making molecular simulations reliable, reproducible, and portable. Models conforming to the KIM application programming interface work seamlessly with major simulation codes that have adopted the KIM-API standard. This package can be used to load all the files (libraries, headers, and documentation) for the KIM-API.
We can use `yum` or `dnf` to install `kim-api` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kim-api.
## Install kim-api on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install kim-api
using dnf
by running the following command:
sudo dnf -y install kim-api
Install kim-api 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 kim-api
using yum
by running the following command:
sudo yum -y install kim-api
How To Uninstall kim-api on Fedora 36
To uninstall only the kim-api
package we can use the following command:
sudo dnf remove kim-api
kim-api Package Contents on Fedora 36
/usr/bin/kim-api-collections-management
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/383c6cf40c100a78611c8dd7399a93ee1fc94b
/usr/lib/.build-id/37
/usr/lib/.build-id/37/17a996de4ee6292635d1a155f2ac862de6e31d
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/7462fd29951677e8bf9187b66e272a35e90705
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/5ba1b364c9652d7ac1afcbe7dbd9aa620c1e05
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/cf2a2d5bf7ac8f20508e73c34bb2a9d8ea3bc0
/usr/lib/libkim-api.so.2
/usr/lib/libkim-api.so.2.2.1
/usr/libexec/kim-api
/usr/libexec/kim-api/kim-api-collections-info
/usr/libexec/kim-api/kim-api-portable-model-info
/usr/libexec/kim-api/kim-api-shared-library-test
/usr/libexec/kim-api/kim-api-simulator-model
/usr/share/bash-completion/completions/kim-api-collections-management.bash
/usr/share/doc/kim-api
/usr/share/doc/kim-api/NEWS
/usr/share/doc/kim-api/README.md
/usr/share/emacs/site-lisp/kim-api-c-style.el
/usr/share/licenses/kim-api
/usr/share/licenses/kim-api/LICENSE.CDDL
/usr/share/zsh/site-functions/_kim-api-collections-management
References
Summary
In this tutorial we learn how to install kim-api
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/kim-api-collections-management /usr/lib/.build-id /usr/lib/.build-id/10 /usr/lib/.build-id/10/81d3043305041b0c0cb58ff564bcb21eb1671f /usr/lib/.build-id/41 /usr/lib/.build-id/41/952b3b0856e1eaacb5678b1e5d7094aae53478 /usr/lib/.build-id/4a /usr/lib/.build-id/4a/bc56abe034c346ccdcdeee99e62c291a407211 /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/0d09a658f2a0e995b4771aca56f555c9e862b4 /usr/lib/.build-id/b7 /usr/lib/.build-id/b7/19b6a731d50dfe5a9ac8c7cf8fb5021b80d973 /usr/lib64/libkim-api.so.2 /usr/lib64/libkim-api.so.2.2.1 /usr/libexec/kim-api /usr/libexec/kim-api/kim-api-collections-info /usr/libexec/kim-api/kim-api-portable-model-info /usr/libexec/kim-api/kim-api-shared-library-test /usr/libexec/kim-api/kim-api-simulator-model /usr/share/bash-completion/completions/kim-api-collections-management.bash /usr/share/doc/kim-api /usr/share/doc/kim-api/NEWS /usr/share/doc/kim-api/README.md /usr/share/emacs/site-lisp/kim-api-c-style.el /usr/share/licenses/kim-api /usr/share/licenses/kim-api/LICENSE.CDDL /usr/share/zsh/site-functions/_kim-api-collections-management
## References
* [kim-api website](https://www.openkim.org)
## Summary
In this tutorial we learn how to install `kim-api` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).