How To Install multican-devel on Fedora 36
Introduction
In this tutorial we learn how to install multican-devel
on Fedora 36.
What is multican-devel
This package contains the header files, libraries needed to develop applications that use multican library to access Canon cameras.
We can use yum
or dnf
to install multican-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install multican-devel.
Install multican-devel 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 multican-devel
using dnf
by running the following command:
sudo dnf -y install multican-devel
Install multican-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 multican-devel
using yum
by running the following command:
sudo yum -y install multican-devel
How To Uninstall multican-devel on Fedora 36
To uninstall only the multican-devel
package we can use the following command:
sudo dnf remove multican-devel
multican-devel Package Contents on Fedora 36
---
title: "How To Install multican-devel on Fedora 36"
linkTitle: "multican-devel"
type: "docs"
description: "In this tutorial we learn how to install multican-devel in Fedora 36. multican-devel is Development library for multican"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/multican-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `multican-devel` on Fedora 36.
### What is `multican-devel`
> This package contains the header files, libraries needed to develop applications that use multican library to access Canon cameras.
We can use `yum` or `dnf` to install `multican-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install multican-devel.
## Install multican-devel 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 multican-devel
using dnf
by running the following command:
sudo dnf -y install multican-devel
Install multican-devel on Fedora 36 Using yum
/usr/include/canonio.h /usr/include/usbio.h /usr/lib/libmultican.so /usr/share/doc/multican-devel /usr/share/doc/multican-devel/ChangeLog /usr/share/doc/multican-devel/TODO
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install multican-devel
using yum
by running the following command:
sudo yum -y install multican-devel
How To Uninstall multican-devel on Fedora 36
## References
To uninstall only the `multican-devel` package we can use the following command:
```bash
* [multican-devel website](http://multican.sourceforge.net/)
sudo dnf remove multican-devel
## Summary
multican-devel Package Contents on Fedora 36
In this tutorial we learn how to install multican-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/canonio.h
/usr/include/usbio.h
/usr/lib64/libmultican.so
/usr/share/doc/multican-devel
/usr/share/doc/multican-devel/ChangeLog
/usr/share/doc/multican-devel/TODO
References
Summary
In this tutorial we learn how to install multican-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).