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

Last updated: October 07,2024

1. Install "libcss.i686" package

This guide covers the steps necessary to install libcss.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libcss.i686

2. Uninstall "libcss.i686" package

This guide covers the steps necessary to uninstall libcss.i686 on Fedora 34:

$ sudo dnf remove libcss.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:00:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libcss
Version : 0.9.1
Release : 3.fc34
Architecture : i686
Size : 167 k
Source : libcss-0.9.1-3.fc34.src.rpm
Repository : fedora
Summary : A CSS parser and selection engine
URL : http://www.netsurf-browser.org/projects/libcss/
License : MIT
Description : LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
: written in C. It was developed as part of the NetSurf project. For
: further details, see README.
:
: Features:
: * Parses CSS, good and bad
: * Simple C API
: * Low memory usage
: * Fast selection engine
: * Portable