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

Last updated: October 07,2024

1. Install "openosc.i686" package

Please follow the steps below to install openosc.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install openosc.i686

2. Uninstall "openosc.i686" package

This tutorial shows how to uninstall openosc.i686 on Fedora 34:

$ sudo dnf remove openosc.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:11:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : openosc
Version : 1.0.2
Release : 3.fc34
Architecture : i686
Size : 20 k
Source : openosc-1.0.2-3.fc34.src.rpm
Repository : fedora
Summary : Open Object Size Check Library
URL : https://github.com/cisco/openosc
License : ASL 2.0
Description : OpenOSC is an open-source object size check library written in C. It has been
: developed in order to promote the use of compiler builtin object size check
: capability for enhanced security. It provides robust support for detecting
: buffer overflows in various functions that perform operations on memory and
: strings. Not all types of buffer overflows can be detected with this library,
: but it does provide an extra level of validation for some functions that are
: potentially a source of buffer overflow flaws. It protects both C and C++ code.