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

Last updated: October 05,2024

1. Install "libsearpc.x86_64" package

This guide let you learn how to install libsearpc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libsearpc.x86_64

2. Uninstall "libsearpc.x86_64" package

Please follow the guidance below to uninstall libsearpc.x86_64 on Fedora 34:

$ sudo dnf remove libsearpc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:38:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libsearpc
Version : 3.2.0
Release : 2.fc34
Architecture : x86_64
Size : 43 k
Source : libsearpc-3.2.0-2.fc34.src.rpm
Repository : fedora
Summary : A simple and easy-to-use C language RPC framework
URL : https://github.com/haiwen/libsearpc
License : LGPLv3
Description : Searpc is a simple C language RPC framework based on GObject system. Searpc
: handles the serialization/deserialization part of RPC, the transport part is
: left to users.