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

Last updated: July 06,2024

1. Install "ccnet.i686" package

Please follow the steps below to install ccnet.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ccnet.i686

2. Uninstall "ccnet.i686" package

Please follow the instructions below to uninstall ccnet.i686 on Fedora 34:

$ sudo dnf remove ccnet.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:48:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ccnet
Version : 6.1.8
Release : 9.fc34
Architecture : i686
Size : 161 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