How To Install dumb-devel on Fedora 36
Introduction
In this tutorial we learn how to install dumb-devel
on Fedora 36.
What is dumb-devel
The developmental files that must be installed in order to compile applications which use dumb.
We can use yum
or dnf
to install dumb-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dumb-devel.
Install dumb-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
---
title: “How To Install dumb-devel on Fedora 36”
After updating yum database, We can install dumb-devel
using dnf
by running the following command:
linkTitle: “dumb-devel”
type: “docs”
description: "In this tutorial we learn how to install dumb-devel in Fedora 36. dumb-devel is Development libraries and headers for dumb"
sudo dnf -y install dumb-devel
date: "2022-08-17"
lastmod: “2022-08-17”
#image: /images/fedora/36/dumb-devel-featured.png
Install dumb-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
Introduction
sudo yum makecache --refresh
In this tutorial we learn how to install `dumb-devel` on Fedora 36.
What is dumb-devel
After updating yum database, We can install dumb-devel
using yum
by running the following command:
The developmental files that must be installed in order to compile applications which use dumb.
sudo yum -y install dumb-devel
We can use yum
or dnf
to install dumb-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dumb-devel.
How To Uninstall dumb-devel on Fedora 36
Install dumb-devel on Fedora 36 Using dnf
To uninstall only the dumb-devel
package we can use the following command:
Update yum database with dnf
using the following command.
sudo dnf remove dumb-devel
```bash
sudo dnf makecache –refresh
## dumb-devel Package Contents on Fedora 36
After updating yum database, We can install `dumb-devel` using `dnf` by running the following command:
```bash
```bash
sudo dnf -y install dumb-devel
Install dumb-devel 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 dumb-devel
using yum
by running the following command:
sudo yum -y install dumb-devel
How To Uninstall dumb-devel on Fedora 36
To uninstall only the dumb-devel
package we can use the following command:
sudo dnf remove dumb-devel
dumb-devel Package Contents on Fedora 36
/usr/include/aldumb.h
/usr/include/dumb.h
/usr/lib/libaldmb.so
/usr/lib/libdumb.so
/usr/share/doc/dumb-devel
/usr/share/doc/dumb-devel/deprec.txt
/usr/share/doc/dumb-devel/dumb.txt
/usr/share/doc/dumb-devel/faq.txt
/usr/share/doc/dumb-devel/fnptr.txt
/usr/share/doc/dumb-devel/howto.txt
/usr/share/doc/dumb-devel/ptr.txt
References
Summary
In this tutorial we learn how to install dumb-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/aldumb.h /usr/include/dumb.h /usr/lib64/libaldmb.so /usr/lib64/libdumb.so /usr/share/doc/dumb-devel /usr/share/doc/dumb-devel/deprec.txt /usr/share/doc/dumb-devel/dumb.txt /usr/share/doc/dumb-devel/faq.txt /usr/share/doc/dumb-devel/fnptr.txt /usr/share/doc/dumb-devel/howto.txt /usr/share/doc/dumb-devel/ptr.txt
## References
* [dumb-devel website](http://dumb.sourceforge.net/)
## Summary
In this tutorial we learn how to install `dumb-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).