How to Install and Uninstall openosc.x86_64 Package on Fedora 35

Last updated: October 02,2024

1. Install "openosc.x86_64" package

Please follow the step by step instructions below to install openosc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install openosc.x86_64

2. Uninstall "openosc.x86_64" package

Please follow the step by step instructions below to uninstall openosc.x86_64 on Fedora 35:

$ sudo dnf remove openosc.x86_64 $ sudo dnf autoremove

3. Information about the openosc.x86_64 package on Fedora 35

Last metadata expiration check: 1:18:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : openosc
Version : 1.0.2
Release : 4.fc35
Architecture : x86_64
Size : 20 k
Source : openosc-1.0.2-4.fc35.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.