How To Install ccnet-devel on Fedora 36
Introduction
In this tutorial we learn how to install ccnet-devel
on Fedora 36.
What is ccnet-devel
The ccnet-devel package contains libraries and header files for developing applications that use ccnet.
We can use yum
or dnf
to install ccnet-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccnet-devel.
Install ccnet-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 ccnet-devel
using dnf
by running the following command:
sudo dnf -y install ccnet-devel
Install ccnet-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 ccnet-devel
using yum
by running the following command:
sudo yum -y install ccnet-devel
How To Uninstall ccnet-devel on Fedora 36
To uninstall only the ccnet-devel
package we can use the following command:
sudo dnf remove ccnet-devel
ccnet-devel Package Contents on Fedora 36
/usr/include/ccnet
/usr/include/ccnet.h
/usr/include/ccnet/async-rpc-proc.h
/usr/include/ccnet/ccnet-client.h
/usr/include/ccnet/ccnet-object.h
/usr/include/ccnet/ccnet-session-base.h
/usr/include/ccnet/ccnetrpc-transport.h
/usr/include/ccnet/cevent.h
/usr/include/ccnet/invoke-service-proc.h
/usr/include/ccnet/job-mgr.h
/usr/include/ccnet/message.h
/usr/include/ccnet/mqclient-proc.h
/usr/include/ccnet/option.h
/usr/include/ccnet/packet.h
/usr/include/ccnet/peer.h
/usr/include/ccnet/proc-factory.h
/usr/include/ccnet/processor.h
/usr/include/ccnet/rpcserver-proc.h
/usr/include/ccnet/sendcmd-proc.h
/usr/include/ccnet/status-code.h
/usr/include/ccnet/threaded-rpcserver-proc.h
/usr/include/ccnet/timer.h
/usr/include/ccnet/valid-check.h
/usr/lib64/libccnet.so
/usr/lib64/pkgconfig/libccnet.pc
/usr/share/licenses/ccnet-devel
/usr/share/licenses/ccnet-devel/LICENSE.txt
References
Summary
In this tutorial we learn how to install ccnet-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ccnet-devel on Fedora 36” linkTitle: “ccnet-devel” type: “docs” description: “In this tutorial we learn how to install ccnet-devel in Fedora 36. ccnet-devel is Development files for ccnet” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ccnet-devel-featured.png
Introduction
In this tutorial we learn how to install ccnet-devel
on Fedora 36.
What is ccnet-devel
The ccnet-devel package contains libraries and header files for developing applications that use ccnet.
We can use yum
or dnf
to install ccnet-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccnet-devel.
Install ccnet-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 ccnet-devel
using dnf
by running the following command:
sudo dnf -y install ccnet-devel
Install ccnet-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 ccnet-devel
using yum
by running the following command:
sudo yum -y install ccnet-devel
How To Uninstall ccnet-devel on Fedora 36
To uninstall only the ccnet-devel
package we can use the following command:
sudo dnf remove ccnet-devel
ccnet-devel Package Contents on Fedora 36
/usr/include/ccnet
/usr/include/ccnet.h
/usr/include/ccnet/async-rpc-proc.h
/usr/include/ccnet/ccnet-client.h
/usr/include/ccnet/ccnet-object.h
/usr/include/ccnet/ccnet-session-base.h
/usr/include/ccnet/ccnetrpc-transport.h
/usr/include/ccnet/cevent.h
/usr/include/ccnet/invoke-service-proc.h
/usr/include/ccnet/job-mgr.h
/usr/include/ccnet/message.h
/usr/include/ccnet/mqclient-proc.h
/usr/include/ccnet/option.h
/usr/include/ccnet/packet.h
/usr/include/ccnet/peer.h
/usr/include/ccnet/proc-factory.h
/usr/include/ccnet/processor.h
/usr/include/ccnet/rpcserver-proc.h
/usr/include/ccnet/sendcmd-proc.h
/usr/include/ccnet/status-code.h
/usr/include/ccnet/threaded-rpcserver-proc.h
/usr/include/ccnet/timer.h
/usr/include/ccnet/valid-check.h
/usr/lib/libccnet.so
/usr/lib/pkgconfig/libccnet.pc
/usr/share/licenses/ccnet-devel
/usr/share/licenses/ccnet-devel/LICENSE.txt
References
Summary
In this tutorial we learn how to install ccnet-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).