How To Install dx-devel on Fedora 36
Introduction
In this tutorial we learn how to install dx-devel
on Fedora 36.
What is dx-devel
If you want to write a module to use in the Data Explorer Visual Program Editor, or in the scripting language, you will need this package.
We can use yum
or dnf
to install dx-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dx-devel.
Install dx-devel 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 dx-devel
using dnf
by running the following command:
sudo dnf -y install dx-devel
Install dx-devel on Fedora 36 Using yum
title: “How To Install dx-devel on Fedora 36”
linkTitle: “dx-devel”
Update yum database with yum
using the following command.
type: “docs”
description: "In this tutorial we learn how to install dx-devel in Fedora 36. dx-devel is OpenDX module development headers and libraries"
sudo yum makecache --refresh
date: “2022-08-17”
lastmod: “2022-08-17”
#image: /images/fedora/36/dx-devel-featured.png
After updating yum database, We can install dx-devel
using yum
by running the following command:
## Introduction
sudo yum -y install dx-devel
In this tutorial we learn how to install dx-devel
on Fedora 36.
How To Uninstall dx-devel on Fedora 36
What is dx-devel
To uninstall only the dx-devel
package we can use the following command:
If you want to write a module to use in the Data Explorer Visual Program Editor, or in the scripting language, you will need this package.
sudo dnf remove dx-devel
We can use yum
or dnf
to install dx-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dx-devel.
dx-devel Package Contents on Fedora 36
Install dx-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install dx-devel
using dnf
by running the following command:
sudo dnf -y install dx-devel
Install dx-devel 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 dx-devel
using yum
by running the following command:
sudo yum -y install dx-devel
How To Uninstall dx-devel on Fedora 36
To uninstall only the dx-devel
package we can use the following command:
sudo dnf remove dx-devel
dx-devel Package Contents on Fedora 36
/usr/include/dx
/usr/include/dx/UserInteractors.h
/usr/include/dx/advanced.h
/usr/include/dx/arch.h
/usr/include/dx/arch.mak
/usr/include/dx/array.h
/usr/include/dx/arrayhandles.h
/usr/include/dx/basic.h
/usr/include/dx/cache.h
/usr/include/dx/camera.h
/usr/include/dx/clipped.h
/usr/include/dx/component.h
/usr/include/dx/dx.h
/usr/include/dx/error.h
/usr/include/dx/extract.h
/usr/include/dx/field.h
/usr/include/dx/geometry.h
/usr/include/dx/group.h
/usr/include/dx/grow.h
/usr/include/dx/hash.h
/usr/include/dx/helper.h
/usr/include/dx/image.h
/usr/include/dx/import.h
/usr/include/dx/invalid.h
/usr/include/dx/lexical.h
/usr/include/dx/light.h
/usr/include/dx/memory.h
/usr/include/dx/modflags.h
/usr/include/dx/object.h
/usr/include/dx/partition.h
/usr/include/dx/pending.h
/usr/include/dx/pick.h
/usr/include/dx/private.h
/usr/include/dx/rel_1_bc.h
/usr/include/dx/render.h
/usr/include/dx/resampling.h
/usr/include/dx/screen.h
/usr/include/dx/seglist.h
/usr/include/dx/string.h
/usr/include/dx/task.h
/usr/include/dx/timing.h
/usr/include/dx/version.h
/usr/include/dx/xform.h
/usr/include/dxconfig.h
/usr/include/dxl.h
/usr/include/dxstereo.h
/usr/lib/libDX.so
/usr/lib/libDXL.so
/usr/lib/libDXcallm.so
/usr/lib/libDXlite.so
References
Summary
In this tutorial we learn how to install dx-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/dx /usr/include/dx/UserInteractors.h /usr/include/dx/advanced.h /usr/include/dx/arch.h /usr/include/dx/arch.mak /usr/include/dx/array.h /usr/include/dx/arrayhandles.h /usr/include/dx/basic.h /usr/include/dx/cache.h /usr/include/dx/camera.h /usr/include/dx/clipped.h /usr/include/dx/component.h /usr/include/dx/dx.h /usr/include/dx/error.h /usr/include/dx/extract.h /usr/include/dx/field.h /usr/include/dx/geometry.h /usr/include/dx/group.h /usr/include/dx/grow.h /usr/include/dx/hash.h /usr/include/dx/helper.h /usr/include/dx/image.h /usr/include/dx/import.h /usr/include/dx/invalid.h /usr/include/dx/lexical.h /usr/include/dx/light.h /usr/include/dx/memory.h /usr/include/dx/modflags.h /usr/include/dx/object.h /usr/include/dx/partition.h /usr/include/dx/pending.h /usr/include/dx/pick.h /usr/include/dx/private.h /usr/include/dx/rel_1_bc.h /usr/include/dx/render.h /usr/include/dx/resampling.h /usr/include/dx/screen.h /usr/include/dx/seglist.h /usr/include/dx/string.h /usr/include/dx/task.h /usr/include/dx/timing.h /usr/include/dx/version.h /usr/include/dx/xform.h /usr/include/dxconfig.h /usr/include/dxl.h /usr/include/dxstereo.h /usr/lib64/libDX.so /usr/lib64/libDXL.so /usr/lib64/libDXcallm.so /usr/lib64/libDXlite.so
## References
* [dx-devel website](http://www.opendx.org/)
## Summary
In this tutorial we learn how to install `dx-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).