How To Install iv on Fedora 36
Introduction
In this tutorial we learn how to install iv
on Fedora 36.
What is iv
The InterViews graphical library used by NEURON.
We can use yum
or dnf
to install iv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iv.
Install iv 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 iv
using dnf
by running the following command:
sudo dnf -y install iv
Install iv 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 iv
using yum
by running the following command:
sudo yum -y install iv
How To Uninstall iv on Fedora 36
To uninstall only the iv
package we can use the following command:
sudo dnf remove iv
iv Package Contents on Fedora 36
---
title: "How To Install iv on Fedora 36"
linkTitle: "iv"
type: "docs"
description: "In this tutorial we learn how to install iv in Fedora 36. iv is InterViews graphical library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/iv-featured.png
---
## Introduction
In this tutorial we learn how to install `iv` on Fedora 36.
### What is `iv`
> The InterViews graphical library used by NEURON.
We can use `yum` or `dnf` to install `iv` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iv.
## Install iv 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 iv
using dnf
by running the following command:
sudo dnf -y install iv
Install iv 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 iv
using yum
by running the following command:
sudo yum -y install iv
How To Uninstall iv on Fedora 36
To uninstall only the iv
package we can use the following command:
sudo dnf remove iv
iv Package Contents on Fedora 36
/usr/bin/iclass
/usr/bin/idemo
/usr/bin/idraw
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/4768ba6a307877eb60358e3f4f64203b378b67
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/0493b734cfb498849e5317e2a54be300c68548
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/9dd7922cd827bfe605c5cdf4357809f3228e6c
/usr/lib/.build-id/90
/usr/lib/.build-id/90/0c388a31ca20f60f26315363155b571f0bf656
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/0eeab97dd7aad41079d81e6233bb999b474582
/usr/lib/libinterviews.so.0
/usr/lib/libinterviews.so.0.0.0
/usr/lib/libunidraw.so.0
/usr/lib/libunidraw.so.0.0.0
/usr/share/X11/app-defaults
/usr/share/X11/app-defaults/Doc
/usr/share/X11/app-defaults/Idemo
/usr/share/X11/app-defaults/InterViews
/usr/share/doc/iv
/usr/share/doc/iv/README
/usr/share/licenses/iv
/usr/share/licenses/iv/Copyright
References
Summary
In this tutorial we learn how to install iv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/iclass /usr/bin/idemo /usr/bin/idraw /usr/lib/.build-id /usr/lib/.build-id/48 /usr/lib/.build-id/48/883ed98ca470eeac9a1517303a90c615b48314 /usr/lib/.build-id/4f /usr/lib/.build-id/4f/39e63e171799c54f64461f54a4b880b547d6e4 /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/96e81aee26aad72c8085574d3917caa510247e /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/ee2893c78525c009c07e7375e7dc3ac9a637fd /usr/lib/.build-id/fe /usr/lib/.build-id/fe/4c25396f076272338480b71a3e71f104c7d7e8 /usr/lib64/libinterviews.so.0 /usr/lib64/libinterviews.so.0.0.0 /usr/lib64/libunidraw.so.0 /usr/lib64/libunidraw.so.0.0.0 /usr/share/X11/app-defaults /usr/share/X11/app-defaults/Doc /usr/share/X11/app-defaults/Idemo /usr/share/X11/app-defaults/InterViews /usr/share/doc/iv /usr/share/doc/iv/README /usr/share/licenses/iv /usr/share/licenses/iv/Copyright
## References
* [iv website](https://github.com/neuronsimulator/iv)
## Summary
In this tutorial we learn how to install `iv` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).