How To Install orc-devel on Fedora 36
date: “2022-08-17” lastmod: “2022-08-17” title: “How To Install orc-devel on Fedora 36” #image: /images/fedora/36/orc-devel-featured.png linkTitle: “orc-devel”
type: “docs”
Introduction
description: “In this tutorial we learn how to install orc-devel in Fedora 36. orc-devel is Development files and libraries for Orc”
date: “2022-08-17”
lastmod: “2022-08-17”
In this tutorial we learn how to install orc-devel
on Fedora 36.
#image: /images/fedora/36/orc-devel-featured.png
What is orc-devel
This package contains the files needed to build packages that depend on orc.
Introduction
In this tutorial we learn how to install orc-devel
on Fedora 36.
We can use yum
or dnf
to install orc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install orc-devel.
What is orc-devel
Install orc-devel on Fedora 36 Using dnf
This package contains the files needed to build packages that depend on orc.
Update yum database with dnf
using the following command.
We can use yum
or dnf
to install orc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install orc-devel.
sudo dnf makecache --refresh
## Install orc-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install orc-devel
using dnf
by running the following command:
```bash
sudo dnf makecache --refresh
sudo dnf -y install orc-devel
After updating yum database, We can install `orc-devel` using `dnf` by running the following command:
## Install orc-devel on Fedora 36 Using yum
```bash
sudo dnf -y install orc-devel
Update yum database with `yum` using the following command.
sudo yum makecache --refresh
## Install orc-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install orc-devel
using yum
by running the following command:
```bash
sudo yum makecache --refresh
sudo yum -y install orc-devel
## How To Uninstall orc-devel on Fedora 36
After updating yum database, We can install `orc-devel` using `yum` by running the following command:
To uninstall only the `orc-devel` package we can use the following command:
```bash
sudo yum -y install orc-devel
```bash
sudo dnf remove orc-devel
How To Uninstall orc-devel on Fedora 36
To uninstall only the `orc-devel` package we can use the following command:
## orc-devel Package Contents on Fedora 36
```bash
```bash
sudo dnf remove orc-devel
orc-devel Package Contents on Fedora 36
/usr/include/orc-0.4
/usr/include/orc-0.4/orc
/usr/include/orc-0.4/orc-test
/usr/include/orc-0.4/orc-test/orcarray.h
/usr/include/orc-0.4/orc-test/orcprofile.h
/usr/include/orc-0.4/orc-test/orcrandom.h
/usr/include/orc-0.4/orc-test/orctest.h
/usr/include/orc-0.4/orc/orc-stdint.h
/usr/include/orc-0.4/orc/orc.h
/usr/include/orc-0.4/orc/orcarm.h
/usr/include/orc-0.4/orc/orcbytecode.h
/usr/include/orc-0.4/orc/orcbytecodes.h
/usr/include/orc-0.4/orc/orccode.h
/usr/include/orc-0.4/orc/orccompiler.h
/usr/include/orc-0.4/orc/orcconstant.h
/usr/include/orc-0.4/orc/orccpu.h
/usr/include/orc-0.4/orc/orccpuinsn.h
/usr/include/orc-0.4/orc/orcdebug.h
/usr/include/orc-0.4/orc/orcemulateopcodes.h
/usr/include/orc-0.4/orc/orcexecutor.h
/usr/include/orc-0.4/orc/orcfunctions.h
/usr/include/orc-0.4/orc/orcinstruction.h
/usr/include/orc-0.4/orc/orcinternal.h
/usr/include/orc-0.4/orc/orclimits.h
/usr/include/orc-0.4/orc/orcmips.h
/usr/include/orc-0.4/orc/orcmmx.h
/usr/include/orc-0.4/orc/orcneon.h
/usr/include/orc-0.4/orc/orconce.h
/usr/include/orc-0.4/orc/orcopcode.h
/usr/include/orc-0.4/orc/orcparse.h
/usr/include/orc-0.4/orc/orcpowerpc.h
/usr/include/orc-0.4/orc/orcprogram.h
/usr/include/orc-0.4/orc/orcrule.h
/usr/include/orc-0.4/orc/orcsse.h
/usr/include/orc-0.4/orc/orctarget.h
/usr/include/orc-0.4/orc/orcutils.h
/usr/include/orc-0.4/orc/orcvariable.h
/usr/include/orc-0.4/orc/orcx86.h
/usr/include/orc-0.4/orc/orcx86insn.h
/usr/lib64/liborc-0.4.so
/usr/lib64/liborc-test-0.4.so
/usr/lib64/pkgconfig/orc-0.4.pc
/usr/lib64/pkgconfig/orc-test-0.4.pc
/usr/share/aclocal/orc.m4
/usr/share/doc/orc-devel
/usr/share/doc/orc-devel/example1.c
/usr/share/doc/orc-devel/example2.c
/usr/share/doc/orc-devel/example3.c
/usr/share/doc/orc-devel/mt19937ar.c
/usr/share/doc/orc-devel/volscale.c
References
Summary
In this tutorial we learn how to install orc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/orc-0.4 /usr/include/orc-0.4/orc /usr/include/orc-0.4/orc-test /usr/include/orc-0.4/orc-test/orcarray.h /usr/include/orc-0.4/orc-test/orcprofile.h /usr/include/orc-0.4/orc-test/orcrandom.h /usr/include/orc-0.4/orc-test/orctest.h /usr/include/orc-0.4/orc/orc-stdint.h /usr/include/orc-0.4/orc/orc.h /usr/include/orc-0.4/orc/orcarm.h /usr/include/orc-0.4/orc/orcbytecode.h /usr/include/orc-0.4/orc/orcbytecodes.h /usr/include/orc-0.4/orc/orccode.h /usr/include/orc-0.4/orc/orccompiler.h /usr/include/orc-0.4/orc/orcconstant.h /usr/include/orc-0.4/orc/orccpu.h /usr/include/orc-0.4/orc/orccpuinsn.h /usr/include/orc-0.4/orc/orcdebug.h /usr/include/orc-0.4/orc/orcemulateopcodes.h /usr/include/orc-0.4/orc/orcexecutor.h /usr/include/orc-0.4/orc/orcfunctions.h /usr/include/orc-0.4/orc/orcinstruction.h /usr/include/orc-0.4/orc/orcinternal.h /usr/include/orc-0.4/orc/orclimits.h /usr/include/orc-0.4/orc/orcmips.h /usr/include/orc-0.4/orc/orcmmx.h /usr/include/orc-0.4/orc/orcneon.h /usr/include/orc-0.4/orc/orconce.h /usr/include/orc-0.4/orc/orcopcode.h /usr/include/orc-0.4/orc/orcparse.h /usr/include/orc-0.4/orc/orcpowerpc.h /usr/include/orc-0.4/orc/orcprogram.h /usr/include/orc-0.4/orc/orcrule.h /usr/include/orc-0.4/orc/orcsse.h /usr/include/orc-0.4/orc/orctarget.h /usr/include/orc-0.4/orc/orcutils.h /usr/include/orc-0.4/orc/orcvariable.h /usr/include/orc-0.4/orc/orcx86.h /usr/include/orc-0.4/orc/orcx86insn.h /usr/lib/liborc-0.4.so /usr/lib/liborc-test-0.4.so /usr/lib/pkgconfig/orc-0.4.pc /usr/lib/pkgconfig/orc-test-0.4.pc /usr/share/aclocal/orc.m4 /usr/share/doc/orc-devel /usr/share/doc/orc-devel/example1.c /usr/share/doc/orc-devel/example2.c /usr/share/doc/orc-devel/example3.c /usr/share/doc/orc-devel/mt19937ar.c /usr/share/doc/orc-devel/volscale.c
## References
* [orc-devel website](http://cgit.freedesktop.org/gstreamer/orc/)
## Summary
In this tutorial we learn how to install `orc-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).