How To Install lld-devel on Fedora 36
Introduction
In this tutorial we learn how to install lld-devel
on Fedora 36.
What is lld-devel
This package contains library and header files needed to develop new native programs that use the LLD infrastructure.
We can use yum
or dnf
to install lld-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lld-devel.
Install lld-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 lld-devel
using dnf
by running the following command:
sudo dnf -y install lld-devel
Install lld-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 lld-devel
using yum
by running the following command:
sudo yum -y install lld-devel
How To Uninstall lld-devel on Fedora 36
To uninstall only the lld-devel
package we can use the following command:
sudo dnf remove lld-devel
lld-devel Package Contents on Fedora 36
/usr/include/lld
/usr/include/lld/Common
/usr/include/lld/Common/Args.h
/usr/include/lld/Common/Arrays.h
/usr/include/lld/Common/CommonLinkerContext.h
/usr/include/lld/Common/DWARF.h
/usr/include/lld/Common/Driver.h
/usr/include/lld/Common/ErrorHandler.h
/usr/include/lld/Common/Filesystem.h
/usr/include/lld/Common/LLVM.h
/usr/include/lld/Common/Memory.h
/usr/include/lld/Common/Reproduce.h
/usr/include/lld/Common/Strings.h
/usr/include/lld/Common/TargetOptionsCommandFlags.h
/usr/include/lld/Common/Timer.h
/usr/include/lld/Common/Version.h
/usr/include/lld/Core
/usr/include/lld/Core/AbsoluteAtom.h
/usr/include/lld/Core/ArchiveLibraryFile.h
/usr/include/lld/Core/Atom.h
/usr/include/lld/Core/DefinedAtom.h
/usr/include/lld/Core/Error.h
/usr/include/lld/Core/File.h
/usr/include/lld/Core/Instrumentation.h
/usr/include/lld/Core/LinkingContext.h
/usr/include/lld/Core/Node.h
/usr/include/lld/Core/Pass.h
/usr/include/lld/Core/PassManager.h
/usr/include/lld/Core/Reader.h
/usr/include/lld/Core/Reference.h
/usr/include/lld/Core/Resolver.h
/usr/include/lld/Core/SharedLibraryAtom.h
/usr/include/lld/Core/SharedLibraryFile.h
/usr/include/lld/Core/Simple.h
/usr/include/lld/Core/SymbolTable.h
/usr/include/lld/Core/UndefinedAtom.h
/usr/include/lld/Core/Writer.h
/usr/lib/cmake/lld
/usr/lib/cmake/lld/LLDConfig.cmake
/usr/lib/cmake/lld/LLDTargets-noconfig.cmake
/usr/lib/cmake/lld/LLDTargets.cmake
/usr/lib/liblldCOFF.so
/usr/lib/liblldCommon.so
/usr/lib/liblldELF.so
/usr/lib/liblldMachO.so
/usr/lib/liblldMinGW.so
/usr/lib/liblldWasm.so
References
Summary
In this tutorial we learn how to install lld-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lld-devel on Fedora 36” linkTitle: “lld-devel” type: “docs” description: “In this tutorial we learn how to install lld-devel in Fedora 36. lld-devel is Libraries and header files for LLD” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lld-devel-featured.png
Introduction
In this tutorial we learn how to install lld-devel
on Fedora 36.
What is lld-devel
This package contains library and header files needed to develop new native programs that use the LLD infrastructure.
We can use yum
or dnf
to install lld-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lld-devel.
Install lld-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 lld-devel
using dnf
by running the following command:
sudo dnf -y install lld-devel
Install lld-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 lld-devel
using yum
by running the following command:
sudo yum -y install lld-devel
How To Uninstall lld-devel on Fedora 36
To uninstall only the lld-devel
package we can use the following command:
sudo dnf remove lld-devel
lld-devel Package Contents on Fedora 36
/usr/include/lld
/usr/include/lld/Common
/usr/include/lld/Common/Args.h
/usr/include/lld/Common/Arrays.h
/usr/include/lld/Common/CommonLinkerContext.h
/usr/include/lld/Common/DWARF.h
/usr/include/lld/Common/Driver.h
/usr/include/lld/Common/ErrorHandler.h
/usr/include/lld/Common/Filesystem.h
/usr/include/lld/Common/LLVM.h
/usr/include/lld/Common/Memory.h
/usr/include/lld/Common/Reproduce.h
/usr/include/lld/Common/Strings.h
/usr/include/lld/Common/TargetOptionsCommandFlags.h
/usr/include/lld/Common/Timer.h
/usr/include/lld/Common/Version.h
/usr/include/lld/Core
/usr/include/lld/Core/AbsoluteAtom.h
/usr/include/lld/Core/ArchiveLibraryFile.h
/usr/include/lld/Core/Atom.h
/usr/include/lld/Core/DefinedAtom.h
/usr/include/lld/Core/Error.h
/usr/include/lld/Core/File.h
/usr/include/lld/Core/Instrumentation.h
/usr/include/lld/Core/LinkingContext.h
/usr/include/lld/Core/Node.h
/usr/include/lld/Core/Pass.h
/usr/include/lld/Core/PassManager.h
/usr/include/lld/Core/Reader.h
/usr/include/lld/Core/Reference.h
/usr/include/lld/Core/Resolver.h
/usr/include/lld/Core/SharedLibraryAtom.h
/usr/include/lld/Core/SharedLibraryFile.h
/usr/include/lld/Core/Simple.h
/usr/include/lld/Core/SymbolTable.h
/usr/include/lld/Core/UndefinedAtom.h
/usr/include/lld/Core/Writer.h
/usr/lib64/cmake/lld
/usr/lib64/cmake/lld/LLDConfig.cmake
/usr/lib64/cmake/lld/LLDTargets-noconfig.cmake
/usr/lib64/cmake/lld/LLDTargets.cmake
/usr/lib64/liblldCOFF.so
/usr/lib64/liblldCommon.so
/usr/lib64/liblldELF.so
/usr/lib64/liblldMachO.so
/usr/lib64/liblldMinGW.so
/usr/lib64/liblldWasm.so
References
Summary
In this tutorial we learn how to install lld-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).