How to Install and Uninstall ccnet.x86_64 Package on Fedora 36

Last updated: January 10,2025

1. Install "ccnet.x86_64" package

This is a short guide on how to install ccnet.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ccnet.x86_64

2. Uninstall "ccnet.x86_64" package

This guide let you learn how to uninstall ccnet.x86_64 on Fedora 36:

$ sudo dnf remove ccnet.x86_64 $ sudo dnf autoremove

3. Information about the ccnet.x86_64 package on Fedora 36

Last metadata expiration check: 0:40:39 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : ccnet
Version : 6.1.8
Release : 13.fc36
Architecture : x86_64
Size : 149 k
Source : ccnet-6.1.8-13.fc36.src.rpm
Repository : fedora
Summary : A framework for writing networked applications in C
URL : https://github.com/haiwen/ccnet
License : GPLv3
Description : 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