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

Last updated: October 06,2024

1. Install "ccnet.x86_64" package

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

$ sudo dnf update $ sudo dnf install ccnet.x86_64

2. Uninstall "ccnet.x86_64" package

Please follow the steps below to uninstall ccnet.x86_64 on Fedora 35:

$ sudo dnf remove ccnet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:27:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ccnet
Version : 6.1.8
Release : 11.fc35
Architecture : x86_64
Size : 149 k
Source : ccnet-6.1.8-11.fc35.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