How To Install ccnet on Fedora 36

In this tutorial we learn how to install ccnet in Fedora 36. ccnet is A framework for writing networked applications in C

Introduction

In this tutorial we learn how to install ccnet on Fedora 36.

What is ccnet

Ccnet is a framework for writing networked applications in C. It provides the following basic services * Peer identification * Connection Management * Service invocation * Message sending In ccnet network, there are two types of nodes, i.e., client and server. Server has the following functions * User management * Group management * Cluster management

We can use yum or dnf to install ccnet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccnet.

Install ccnet 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 using dnf by running the following command:

sudo dnf -y install ccnet

Install ccnet 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 using yum by running the following command:

sudo yum -y install ccnet

How To Uninstall ccnet on Fedora 36

To uninstall only the ccnet package we can use the following command:

sudo dnf remove ccnet

ccnet Package Contents on Fedora 36

/usr/bin/ccnet
/usr/bin/ccnet-init
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/6bf3d586766aaf77e8e9f31990444967e00228
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/a0eb53c0fb9773cf49eea370f1a2c02e6467b5
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/16311720afdbec7517e47adc973b004992ece4
/usr/lib/libccnet.so.0
/usr/lib/libccnet.so.0.0.0
/usr/lib/python3.10/site-packages/ccnet
/usr/lib/python3.10/site-packages/ccnet/__init__.py
/usr/lib/python3.10/site-packages/ccnet/__pycache__
/usr/lib/python3.10/site-packages/ccnet/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/message.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/message.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/packet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/packet.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/pool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/pool.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/rpc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/rpc.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/status_code.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/status_code.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/sync_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/sync_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async
/usr/lib/python3.10/site-packages/ccnet/async/__init__.py
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/async_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/async_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/mqclientproc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/mqclientproc.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/processor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/processor.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/rpcserverproc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/rpcserverproc.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/sendcmdproc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/sendcmdproc.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/timer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ccnet/async/__pycache__/timer.cpython-310.pyc
/usr/lib/python3.10/site-packages/ccnet/async/async_client.py
/usr/lib/python3.10/site-packages/ccnet/async/mqclientproc.py
/usr/lib/python3.10/site-packages/ccnet/async/processor.py
/usr/lib/python3.10/site-packages/ccnet/async/rpcserverproc.py
/usr/lib/python3.10/site-packages/ccnet/async/sendcmdproc.py
/usr/lib/python3.10/site-packages/ccnet/async/timer.py
/usr/lib/python3.10/site-packages/ccnet/client.py
/usr/lib/python3.10/site-packages/ccnet/errors.py
/usr/lib/python3.10/site-packages/ccnet/message.py
/usr/lib/python3.10/site-packages/ccnet/packet.py
/usr/lib/python3.10/site-packages/ccnet/pool.py
/usr/lib/python3.10/site-packages/ccnet/rpc.py
/usr/lib/python3.10/site-packages/ccnet/status_code.py
/usr/lib/python3.10/site-packages/ccnet/sync_client.py
/usr/lib/python3.10/site-packages/ccnet/utils.py
/usr/share/doc/ccnet
/usr/share/doc/ccnet/HACKING
/usr/share/doc/ccnet/README.markdown
/usr/share/licenses/ccnet
/usr/share/licenses/ccnet/LICENSE.txt

References

Summary

In this tutorial we learn how to install ccnet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ccnet on Fedora 36” linkTitle: “ccnet” type: “docs” description: “In this tutorial we learn how to install ccnet in Fedora 36. ccnet is A framework for writing networked applications in C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ccnet-featured.png

Introduction

In this tutorial we learn how to install ccnet on Fedora 36.

What is ccnet

Ccnet is a framework for writing networked applications in C. It provides the following basic services * Peer identification * Connection Management * Service invocation * Message sending In ccnet network, there are two types of nodes, i.e., client and server. Server has the following functions * User management * Group management * Cluster management

We can use yum or dnf to install ccnet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccnet.

Install ccnet 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 using dnf by running the following command:

sudo dnf -y install ccnet

Install ccnet 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 using yum by running the following command:

sudo yum -y install ccnet

How To Uninstall ccnet on Fedora 36

To uninstall only the ccnet package we can use the following command:

sudo dnf remove ccnet

ccnet Package Contents on Fedora 36

/usr/bin/ccnet
/usr/bin/ccnet-init
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/04bc0985ac05c621de174e08ceec85096e44b3
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/8a0ddb9e219356001d216ed9754dc8f1e0ada0
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/4eeb199112d9368c9a6b0fcfbb9171714a4f8f
/usr/lib64/libccnet.so.0
/usr/lib64/libccnet.so.0.0.0
/usr/lib64/python3.10/site-packages/ccnet
/usr/lib64/python3.10/site-packages/ccnet/__init__.py
/usr/lib64/python3.10/site-packages/ccnet/__pycache__
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/client.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/errors.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/message.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/message.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/packet.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/packet.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/pool.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/pool.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/rpc.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/rpc.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/status_code.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/status_code.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/sync_client.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/sync_client.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async
/usr/lib64/python3.10/site-packages/ccnet/async/__init__.py
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/async_client.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/async_client.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/mqclientproc.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/mqclientproc.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/processor.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/processor.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/rpcserverproc.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/rpcserverproc.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/sendcmdproc.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/sendcmdproc.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/timer.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/__pycache__/timer.cpython-310.pyc
/usr/lib64/python3.10/site-packages/ccnet/async/async_client.py
/usr/lib64/python3.10/site-packages/ccnet/async/mqclientproc.py
/usr/lib64/python3.10/site-packages/ccnet/async/processor.py
/usr/lib64/python3.10/site-packages/ccnet/async/rpcserverproc.py
/usr/lib64/python3.10/site-packages/ccnet/async/sendcmdproc.py
/usr/lib64/python3.10/site-packages/ccnet/async/timer.py
/usr/lib64/python3.10/site-packages/ccnet/client.py
/usr/lib64/python3.10/site-packages/ccnet/errors.py
/usr/lib64/python3.10/site-packages/ccnet/message.py
/usr/lib64/python3.10/site-packages/ccnet/packet.py
/usr/lib64/python3.10/site-packages/ccnet/pool.py
/usr/lib64/python3.10/site-packages/ccnet/rpc.py
/usr/lib64/python3.10/site-packages/ccnet/status_code.py
/usr/lib64/python3.10/site-packages/ccnet/sync_client.py
/usr/lib64/python3.10/site-packages/ccnet/utils.py
/usr/share/doc/ccnet
/usr/share/doc/ccnet/HACKING
/usr/share/doc/ccnet/README.markdown
/usr/share/licenses/ccnet
/usr/share/licenses/ccnet/LICENSE.txt

References

Summary

In this tutorial we learn how to install ccnet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).