How To Install mlt-devel on Rocky Linux 8

In this tutorial we learn how to install mlt-devel on Rocky Linux 8. mlt-devel is Libraries, includes to develop applications with mlt

Introduction

In this tutorial we learn how to install mlt-devel on Rocky Linux 8.

What is mlt-devel

The mlt-devel package contains the header files and static libraries for building applications which use mlt.

We can use yum or dnf to install mlt-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mlt-devel.

Install mlt-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mlt-devel using dnf by running the following command:

sudo dnf -y install mlt-devel

Install mlt-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mlt-devel using yum by running the following command:

sudo yum -y install mlt-devel

How To Uninstall mlt-devel on Rocky Linux 8

To uninstall only the mlt-devel package we can use the following command:

sudo dnf remove mlt-devel

mlt-devel Package Contents on Rocky Linux 8

/usr/include/mlt
/usr/include/mlt++
/usr/include/mlt++/Mlt.h
/usr/include/mlt++/MltAnimation.h
/usr/include/mlt++/MltAudio.h
/usr/include/mlt++/MltConfig.h
/usr/include/mlt++/MltConsumer.h
/usr/include/mlt++/MltDeque.h
/usr/include/mlt++/MltEvent.h
/usr/include/mlt++/MltFactory.h
/usr/include/mlt++/MltField.h
/usr/include/mlt++/MltFilter.h
/usr/include/mlt++/MltFilteredConsumer.h
/usr/include/mlt++/MltFilteredProducer.h
/usr/include/mlt++/MltFrame.h
/usr/include/mlt++/MltGeometry.h
/usr/include/mlt++/MltMultitrack.h
/usr/include/mlt++/MltParser.h
/usr/include/mlt++/MltPlaylist.h
/usr/include/mlt++/MltProducer.h
/usr/include/mlt++/MltProfile.h
/usr/include/mlt++/MltProperties.h
/usr/include/mlt++/MltPushConsumer.h
/usr/include/mlt++/MltRepository.h
/usr/include/mlt++/MltService.h
/usr/include/mlt++/MltTokeniser.h
/usr/include/mlt++/MltTractor.h
/usr/include/mlt++/MltTransition.h
/usr/include/mlt/framework
/usr/include/mlt/framework/mlt.h
/usr/include/mlt/framework/mlt_animation.h
/usr/include/mlt/framework/mlt_audio.h
/usr/include/mlt/framework/mlt_cache.h
/usr/include/mlt/framework/mlt_consumer.h
/usr/include/mlt/framework/mlt_deque.h
/usr/include/mlt/framework/mlt_events.h
/usr/include/mlt/framework/mlt_factory.h
/usr/include/mlt/framework/mlt_field.h
/usr/include/mlt/framework/mlt_filter.h
/usr/include/mlt/framework/mlt_frame.h
/usr/include/mlt/framework/mlt_geometry.h
/usr/include/mlt/framework/mlt_log.h
/usr/include/mlt/framework/mlt_luma_map.h
/usr/include/mlt/framework/mlt_multitrack.h
/usr/include/mlt/framework/mlt_parser.h
/usr/include/mlt/framework/mlt_playlist.h
/usr/include/mlt/framework/mlt_pool.h
/usr/include/mlt/framework/mlt_producer.h
/usr/include/mlt/framework/mlt_profile.h
/usr/include/mlt/framework/mlt_properties.h
/usr/include/mlt/framework/mlt_property.h
/usr/include/mlt/framework/mlt_repository.h
/usr/include/mlt/framework/mlt_service.h
/usr/include/mlt/framework/mlt_slices.h
/usr/include/mlt/framework/mlt_tokeniser.h
/usr/include/mlt/framework/mlt_tractor.h
/usr/include/mlt/framework/mlt_transition.h
/usr/include/mlt/framework/mlt_types.h
/usr/include/mlt/framework/mlt_version.h
/usr/lib64/libmlt++.so
/usr/lib64/libmlt.so
/usr/lib64/pkgconfig/mlt++.pc
/usr/lib64/pkgconfig/mlt-framework.pc

References

Summary

In this tutorial we learn how to install mlt-devel on Rocky Linux 8 using yum and dnf.