How to Install and Uninstall libscn.x86_64 Package on CentOS 8 / RHEL 8
Last updated: November 17,2024
1. Install "libscn.x86_64" package
Here is a brief guide to show you how to install libscn.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
libscn.x86_64
Copied
2. Uninstall "libscn.x86_64" package
This is a short guide on how to uninstall libscn.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
libscn.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libscn.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 5:50:05 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libscn
Version : 0.3
Release : 2.el8
Architecture : x86_64
Size : 55 k
Source : libscn-0.3-2.el8.src.rpm
Repository : epel
Summary : Library for replacing scanf and std::istream
URL : https://github.com/eliaskosunen/scnlib
License : ASL 2.0
Description : scnlib is a modern C++ library for replacing scanf and std::istream.
:
: This library attempts to move us ever so closer to replacing iostreams
: and C stdio altogether. It's faster than iostream (see Benchmarks) and
: type-safe, unlike scanf. Think {fmt} but in the other direction.
:
: This library is the reference implementation of the ISO C++ standards
: proposal P1729 "Text Parsing".
Available Packages
Name : libscn
Version : 0.3
Release : 2.el8
Architecture : x86_64
Size : 55 k
Source : libscn-0.3-2.el8.src.rpm
Repository : epel
Summary : Library for replacing scanf and std::istream
URL : https://github.com/eliaskosunen/scnlib
License : ASL 2.0
Description : scnlib is a modern C++ library for replacing scanf and std::istream.
:
: This library attempts to move us ever so closer to replacing iostreams
: and C stdio altogether. It's faster than iostream (see Benchmarks) and
: type-safe, unlike scanf. Think {fmt} but in the other direction.
:
: This library is the reference implementation of the ISO C++ standards
: proposal P1729 "Text Parsing".