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

Last updated: January 15,2025

1. Install "ccnet.x86_64" package

In this section, we are going to explain the necessary steps to install ccnet.x86_64 on Fedora 34

$ 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 34:

$ sudo dnf remove ccnet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:43:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ccnet
Version : 6.1.8
Release : 9.fc34
Architecture : x86_64
Size : 153 k
Source : ccnet-6.1.8-9.fc34.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