How to Install and Uninstall libscn.i686 Package on Fedora 35

Last updated: October 04,2024

1. Install "libscn.i686" package

This tutorial shows how to install libscn.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libscn.i686

2. Uninstall "libscn.i686" package

This guide let you learn how to uninstall libscn.i686 on Fedora 35:

$ sudo dnf remove libscn.i686 $ sudo dnf autoremove

3. Information about the libscn.i686 package on Fedora 35

Last metadata expiration check: 0:34:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libscn
Version : 0.4
Release : 3.fc35
Architecture : i686
Size : 57 k
Source : libscn-0.4-3.fc35.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".