How To Install openosc on Fedora 36
Introduction
In this tutorial we learn how to install openosc
on Fedora 36.
What is openosc
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.
We can use yum
or dnf
to install openosc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openosc.
Install openosc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install openosc
using dnf
by running the following command:
sudo dnf -y install openosc
Install openosc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install openosc
using yum
by running the following command:
sudo yum -y install openosc
How To Uninstall openosc on Fedora 36
To uninstall only the openosc
package we can use the following command:
sudo dnf remove openosc
openosc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/f59add6ebb14eee2fe02d77d148f8c9df7ad9b
/usr/lib64/libopenosc.so.0
/usr/lib64/libopenosc.so.0.0.0
References
Summary
In this tutorial we learn how to install openosc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install openosc on Fedora 36” linkTitle: “openosc” type: “docs” description: “In this tutorial we learn how to install openosc in Fedora 36. openosc is Open Object Size Check Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openosc-featured.png
Introduction
In this tutorial we learn how to install openosc
on Fedora 36.
What is openosc
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.
We can use yum
or dnf
to install openosc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openosc.
Install openosc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install openosc
using dnf
by running the following command:
sudo dnf -y install openosc
Install openosc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install openosc
using yum
by running the following command:
sudo yum -y install openosc
How To Uninstall openosc on Fedora 36
To uninstall only the openosc
package we can use the following command:
sudo dnf remove openosc
openosc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/de5b924ef4fcd2433f49b85dc59d05bfd1e1a8
/usr/lib/libopenosc.so.0
/usr/lib/libopenosc.so.0.0.0
References
Summary
In this tutorial we learn how to install openosc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).