How to Install and Uninstall libscn.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "libscn.x86_64" package

This tutorial shows how to install libscn.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libscn.x86_64

2. Uninstall "libscn.x86_64" package

This is a short guide on how to uninstall libscn.x86_64 on Fedora 36:

$ sudo dnf remove libscn.x86_64 $ sudo dnf autoremove

3. Information about the libscn.x86_64 package on Fedora 36

Last metadata expiration check: 1:24:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libscn
Version : 1.1.2
Release : 1.fc36
Architecture : x86_64
Size : 156 k
Source : libscn-1.1.2-1.fc36.src.rpm
Repository : fedora
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".