How To Install mlt-devel on Fedora 36
Introduction
In this tutorial we learn how to install mlt-devel
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mlt-devel.
Install mlt-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 mlt-devel
using dnf
by running the following command:
sudo dnf -y install mlt-devel
Install mlt-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 mlt-devel
using yum
by running the following command:
sudo yum -y install mlt-devel
How To Uninstall mlt-devel on Fedora 36
To uninstall only the mlt-devel
package we can use the following command:
sudo dnf remove mlt-devel
mlt-devel Package Contents on Fedora 36
/usr/include/mlt-7
/usr/include/mlt-7/framework
/usr/include/mlt-7/framework/mlt.h
/usr/include/mlt-7/framework/mlt_animation.h
/usr/include/mlt-7/framework/mlt_audio.h
/usr/include/mlt-7/framework/mlt_cache.h
/usr/include/mlt-7/framework/mlt_chain.h
/usr/include/mlt-7/framework/mlt_consumer.h
/usr/include/mlt-7/framework/mlt_deque.h
/usr/include/mlt-7/framework/mlt_events.h
/usr/include/mlt-7/framework/mlt_factory.h
/usr/include/mlt-7/framework/mlt_field.h
/usr/include/mlt-7/framework/mlt_filter.h
/usr/include/mlt-7/framework/mlt_frame.h
/usr/include/mlt-7/framework/mlt_image.h
/usr/include/mlt-7/framework/mlt_link.h
/usr/include/mlt-7/framework/mlt_log.h
/usr/include/mlt-7/framework/mlt_luma_map.h
/usr/include/mlt-7/framework/mlt_multitrack.h
/usr/include/mlt-7/framework/mlt_parser.h
/usr/include/mlt-7/framework/mlt_playlist.h
/usr/include/mlt-7/framework/mlt_pool.h
/usr/include/mlt-7/framework/mlt_producer.h
/usr/include/mlt-7/framework/mlt_profile.h
/usr/include/mlt-7/framework/mlt_properties.h
/usr/include/mlt-7/framework/mlt_property.h
/usr/include/mlt-7/framework/mlt_repository.h
/usr/include/mlt-7/framework/mlt_service.h
/usr/include/mlt-7/framework/mlt_slices.h
/usr/include/mlt-7/framework/mlt_tokeniser.h
/usr/include/mlt-7/framework/mlt_tractor.h
/usr/include/mlt-7/framework/mlt_transition.h
/usr/include/mlt-7/framework/mlt_types.h
/usr/include/mlt-7/framework/mlt_version.h
/usr/include/mlt-7/mlt++
/usr/include/mlt-7/mlt++/Mlt.h
/usr/include/mlt-7/mlt++/MltAnimation.h
/usr/include/mlt-7/mlt++/MltAudio.h
/usr/include/mlt-7/mlt++/MltChain.h
/usr/include/mlt-7/mlt++/MltConfig.h
/usr/include/mlt-7/mlt++/MltConsumer.h
/usr/include/mlt-7/mlt++/MltDeque.h
/usr/include/mlt-7/mlt++/MltEvent.h
/usr/include/mlt-7/mlt++/MltFactory.h
/usr/include/mlt-7/mlt++/MltField.h
/usr/include/mlt-7/mlt++/MltFilter.h
/usr/include/mlt-7/mlt++/MltFilteredConsumer.h
/usr/include/mlt-7/mlt++/MltFilteredProducer.h
/usr/include/mlt-7/mlt++/MltFrame.h
/usr/include/mlt-7/mlt++/MltImage.h
/usr/include/mlt-7/mlt++/MltLink.h
/usr/include/mlt-7/mlt++/MltMultitrack.h
/usr/include/mlt-7/mlt++/MltParser.h
/usr/include/mlt-7/mlt++/MltPlaylist.h
/usr/include/mlt-7/mlt++/MltProducer.h
/usr/include/mlt-7/mlt++/MltProfile.h
/usr/include/mlt-7/mlt++/MltProperties.h
/usr/include/mlt-7/mlt++/MltPushConsumer.h
/usr/include/mlt-7/mlt++/MltRepository.h
/usr/include/mlt-7/mlt++/MltService.h
/usr/include/mlt-7/mlt++/MltTokeniser.h
/usr/include/mlt-7/mlt++/MltTractor.h
/usr/include/mlt-7/mlt++/MltTransition.h
/usr/lib/cmake/Mlt7/Mlt7Config.cmake
/usr/lib/cmake/Mlt7/Mlt7ConfigVersion.cmake
/usr/lib/cmake/Mlt7/Mlt7Targets-noconfig.cmake
/usr/lib/cmake/Mlt7/Mlt7Targets.cmake
/usr/lib/libmlt++-7.so
/usr/lib/libmlt-7.so
/usr/lib/pkgconfig/mlt++-7.pc
/usr/lib/pkgconfig/mlt-framework-7.pc
References
Summary
title: “How To Install mlt-devel on Fedora 36”
linkTitle: “mlt-devel”
In this tutorial we learn how to install mlt-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
type: “docs”
description: “In this tutorial we learn how to install mlt-devel in Fedora 36. mlt-devel is Libraries, includes to develop applications with mlt” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mlt-devel-featured.png
Introduction
In this tutorial we learn how to install mlt-devel
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mlt-devel.
Install mlt-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 mlt-devel
using dnf
by running the following command:
sudo dnf -y install mlt-devel
Install mlt-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 mlt-devel
using yum
by running the following command:
sudo yum -y install mlt-devel
How To Uninstall mlt-devel on Fedora 36
To uninstall only the mlt-devel
package we can use the following command:
sudo dnf remove mlt-devel
mlt-devel Package Contents on Fedora 36
/usr/include/mlt-7
/usr/include/mlt-7/framework
/usr/include/mlt-7/framework/mlt.h
/usr/include/mlt-7/framework/mlt_animation.h
/usr/include/mlt-7/framework/mlt_audio.h
/usr/include/mlt-7/framework/mlt_cache.h
/usr/include/mlt-7/framework/mlt_chain.h
/usr/include/mlt-7/framework/mlt_consumer.h
/usr/include/mlt-7/framework/mlt_deque.h
/usr/include/mlt-7/framework/mlt_events.h
/usr/include/mlt-7/framework/mlt_factory.h
/usr/include/mlt-7/framework/mlt_field.h
/usr/include/mlt-7/framework/mlt_filter.h
/usr/include/mlt-7/framework/mlt_frame.h
/usr/include/mlt-7/framework/mlt_image.h
/usr/include/mlt-7/framework/mlt_link.h
/usr/include/mlt-7/framework/mlt_log.h
/usr/include/mlt-7/framework/mlt_luma_map.h
/usr/include/mlt-7/framework/mlt_multitrack.h
/usr/include/mlt-7/framework/mlt_parser.h
/usr/include/mlt-7/framework/mlt_playlist.h
/usr/include/mlt-7/framework/mlt_pool.h
/usr/include/mlt-7/framework/mlt_producer.h
/usr/include/mlt-7/framework/mlt_profile.h
/usr/include/mlt-7/framework/mlt_properties.h
/usr/include/mlt-7/framework/mlt_property.h
/usr/include/mlt-7/framework/mlt_repository.h
/usr/include/mlt-7/framework/mlt_service.h
/usr/include/mlt-7/framework/mlt_slices.h
/usr/include/mlt-7/framework/mlt_tokeniser.h
/usr/include/mlt-7/framework/mlt_tractor.h
/usr/include/mlt-7/framework/mlt_transition.h
/usr/include/mlt-7/framework/mlt_types.h
/usr/include/mlt-7/framework/mlt_version.h
/usr/include/mlt-7/mlt++
/usr/include/mlt-7/mlt++/Mlt.h
/usr/include/mlt-7/mlt++/MltAnimation.h
/usr/include/mlt-7/mlt++/MltAudio.h
/usr/include/mlt-7/mlt++/MltChain.h
/usr/include/mlt-7/mlt++/MltConfig.h
/usr/include/mlt-7/mlt++/MltConsumer.h
/usr/include/mlt-7/mlt++/MltDeque.h
/usr/include/mlt-7/mlt++/MltEvent.h
/usr/include/mlt-7/mlt++/MltFactory.h
/usr/include/mlt-7/mlt++/MltField.h
/usr/include/mlt-7/mlt++/MltFilter.h
/usr/include/mlt-7/mlt++/MltFilteredConsumer.h
/usr/include/mlt-7/mlt++/MltFilteredProducer.h
/usr/include/mlt-7/mlt++/MltFrame.h
/usr/include/mlt-7/mlt++/MltImage.h
/usr/include/mlt-7/mlt++/MltLink.h
/usr/include/mlt-7/mlt++/MltMultitrack.h
/usr/include/mlt-7/mlt++/MltParser.h
/usr/include/mlt-7/mlt++/MltPlaylist.h
/usr/include/mlt-7/mlt++/MltProducer.h
/usr/include/mlt-7/mlt++/MltProfile.h
/usr/include/mlt-7/mlt++/MltProperties.h
/usr/include/mlt-7/mlt++/MltPushConsumer.h
/usr/include/mlt-7/mlt++/MltRepository.h
/usr/include/mlt-7/mlt++/MltService.h
/usr/include/mlt-7/mlt++/MltTokeniser.h
/usr/include/mlt-7/mlt++/MltTractor.h
/usr/include/mlt-7/mlt++/MltTransition.h
/usr/lib64/cmake/Mlt7/Mlt7Config.cmake
/usr/lib64/cmake/Mlt7/Mlt7ConfigVersion.cmake
/usr/lib64/cmake/Mlt7/Mlt7Targets-noconfig.cmake
/usr/lib64/cmake/Mlt7/Mlt7Targets.cmake
/usr/lib64/libmlt++-7.so
/usr/lib64/libmlt-7.so
/usr/lib64/pkgconfig/mlt++-7.pc
/usr/lib64/pkgconfig/mlt-framework-7.pc
References
Summary
In this tutorial we learn how to install mlt-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).