How To Install meanwhile-devel on Fedora 36
Introduction
In this tutorial we learn how to install meanwhile-devel
on Fedora 36.
What is meanwhile-devel
This package contains the header files, static libraries and development documentation for meanwhile. If you like to develop programs using meanwhile, you will need to install meanwhile-devel.
We can use yum
or dnf
to install meanwhile-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install meanwhile-devel.
Install meanwhile-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 meanwhile-devel
using dnf
by running the following command:
sudo dnf -y install meanwhile-devel
Install meanwhile-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 meanwhile-devel
using yum
by running the following command:
sudo yum -y install meanwhile-devel
How To Uninstall meanwhile-devel on Fedora 36
To uninstall only the meanwhile-devel
package we can use the following command:
sudo dnf remove meanwhile-devel
meanwhile-devel Package Contents on Fedora 36
/usr/include/meanwhile
/usr/include/meanwhile/mw_channel.h
/usr/include/meanwhile/mw_cipher.h
/usr/include/meanwhile/mw_common.h
/usr/include/meanwhile/mw_error.h
/usr/include/meanwhile/mw_message.h
/usr/include/meanwhile/mw_service.h
/usr/include/meanwhile/mw_session.h
/usr/include/meanwhile/mw_srvc_aware.h
/usr/include/meanwhile/mw_srvc_conf.h
/usr/include/meanwhile/mw_srvc_dir.h
/usr/include/meanwhile/mw_srvc_ft.h
/usr/include/meanwhile/mw_srvc_im.h
/usr/include/meanwhile/mw_srvc_place.h
/usr/include/meanwhile/mw_srvc_resolve.h
/usr/include/meanwhile/mw_srvc_store.h
/usr/include/meanwhile/mw_st_list.h
/usr/lib64/libmeanwhile.so
/usr/lib64/pkgconfig/meanwhile.pc
References
Summary
In this tutorial we learn how to install meanwhile-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install meanwhile-devel on Fedora 36” linkTitle: “meanwhile-devel” type: “docs” description: “In this tutorial we learn how to install meanwhile-devel in Fedora 36. meanwhile-devel is Header files, libraries and development documentation for meanwhile” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/meanwhile-devel-featured.png
Introduction
In this tutorial we learn how to install meanwhile-devel
on Fedora 36.
What is meanwhile-devel
This package contains the header files, static libraries and development documentation for meanwhile. If you like to develop programs using meanwhile, you will need to install meanwhile-devel.
We can use yum
or dnf
to install meanwhile-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install meanwhile-devel.
Install meanwhile-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 meanwhile-devel
using dnf
by running the following command:
sudo dnf -y install meanwhile-devel
Install meanwhile-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 meanwhile-devel
using yum
by running the following command:
sudo yum -y install meanwhile-devel
How To Uninstall meanwhile-devel on Fedora 36
To uninstall only the meanwhile-devel
package we can use the following command:
sudo dnf remove meanwhile-devel
meanwhile-devel Package Contents on Fedora 36
/usr/include/meanwhile
/usr/include/meanwhile/mw_channel.h
/usr/include/meanwhile/mw_cipher.h
/usr/include/meanwhile/mw_common.h
/usr/include/meanwhile/mw_error.h
/usr/include/meanwhile/mw_message.h
/usr/include/meanwhile/mw_service.h
/usr/include/meanwhile/mw_session.h
/usr/include/meanwhile/mw_srvc_aware.h
/usr/include/meanwhile/mw_srvc_conf.h
/usr/include/meanwhile/mw_srvc_dir.h
/usr/include/meanwhile/mw_srvc_ft.h
/usr/include/meanwhile/mw_srvc_im.h
/usr/include/meanwhile/mw_srvc_place.h
/usr/include/meanwhile/mw_srvc_resolve.h
/usr/include/meanwhile/mw_srvc_store.h
/usr/include/meanwhile/mw_st_list.h
/usr/lib/libmeanwhile.so
/usr/lib/pkgconfig/meanwhile.pc
References
Summary
In this tutorial we learn how to install meanwhile-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).