How To Install sweep-devel on Fedora 36
Introduction
In this tutorial we learn how to install sweep-devel
on Fedora 36.
What is sweep-devel
Header files and libraries for Sweep development.
We can use yum
or dnf
to install sweep-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sweep-devel.
Install sweep-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 sweep-devel
using dnf
by running the following command:
sudo dnf -y install sweep-devel
Install sweep-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 sweep-devel
using yum
by running the following command:
sudo yum -y install sweep-devel
How To Uninstall sweep-devel on Fedora 36
To uninstall only the sweep-devel
package we can use the following command:
sudo dnf remove sweep-devel
sweep-devel Package Contents on Fedora 36
/usr/include/sweep
/usr/include/sweep/sweep.h
/usr/include/sweep/sweep_filter.h
/usr/include/sweep/sweep_i18n.h
/usr/include/sweep/sweep_sample.h
/usr/include/sweep/sweep_selection.h
/usr/include/sweep/sweep_sounddata.h
/usr/include/sweep/sweep_typeconvert.h
/usr/include/sweep/sweep_types.h
/usr/include/sweep/sweep_undo.h
/usr/include/sweep/sweep_version.h
/usr/share/doc/sweep-devel
/usr/share/doc/sweep-devel/plugin_writers_guide.txt
References
Summary
In this tutorial we learn how to install sweep-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sweep-devel on Fedora 36” linkTitle: “sweep-devel” type: “docs” description: “In this tutorial we learn how to install sweep-devel in Fedora 36. sweep-devel is Development files for Sweep” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sweep-devel-featured.png
Introduction
In this tutorial we learn how to install sweep-devel
on Fedora 36.
What is sweep-devel
Header files and libraries for Sweep development.
We can use yum
or dnf
to install sweep-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sweep-devel.
Install sweep-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 sweep-devel
using dnf
by running the following command:
sudo dnf -y install sweep-devel
Install sweep-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 sweep-devel
using yum
by running the following command:
sudo yum -y install sweep-devel
How To Uninstall sweep-devel on Fedora 36
To uninstall only the sweep-devel
package we can use the following command:
sudo dnf remove sweep-devel
sweep-devel Package Contents on Fedora 36
/usr/include/sweep
/usr/include/sweep/sweep.h
/usr/include/sweep/sweep_filter.h
/usr/include/sweep/sweep_i18n.h
/usr/include/sweep/sweep_sample.h
/usr/include/sweep/sweep_selection.h
/usr/include/sweep/sweep_sounddata.h
/usr/include/sweep/sweep_typeconvert.h
/usr/include/sweep/sweep_types.h
/usr/include/sweep/sweep_undo.h
/usr/include/sweep/sweep_version.h
/usr/share/doc/sweep-devel
/usr/share/doc/sweep-devel/plugin_writers_guide.txt
References
Summary
In this tutorial we learn how to install sweep-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).