How To Install lld-test on Fedora 36
In this tutorial we learn how to install lld-test in Fedora 36. lld-test is LLD regression tests
Introduction
In this tutorial we learn how to install lld-test
on Fedora 36.
What is lld-test
LLVM regression tests.
We can use yum
or dnf
to install lld-test
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lld-test.
Install lld-test 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-test
using dnf
by running the following command:
sudo dnf -y install lld-test
Install lld-test 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-test
using yum
by running the following command:
sudo yum -y install lld-test
How To Uninstall lld-test on Fedora 36
To uninstall only the lld-test
package we can use the following command:
sudo dnf remove lld-test
lld-test Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/89ba6ffedab9f309df5f4d29cd43fe8fb5dadc
/usr/lib/.build-id/7a/89ba6ffedab9f309df5f4d29cd43fe8fb5dadc.1
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/f2b8dceddf54316121549b3a4f8eca02294d8c
/usr/lib/.build-id/c9/f2b8dceddf54316121549b3a4f8eca02294d8c.1
/usr/lib64/lld
/usr/lib64/lld/libgtest.so
/usr/lib64/lld/libgtest.so.14
/usr/lib64/lld/libgtest_main.so
/usr/lib64/lld/libgtest_main.so.14
/usr/libexec/tests/lld
/usr/libexec/tests/lld/run-lit-tests
/usr/share/lld/lit.lld-test.cfg.py
/usr/share/lld/src/test.tar.gz
/usr/share/lld/src/x86_64.Unit.site.cfg.py
/usr/share/lld/src/x86_64.site.cfg.py
References
Summary
In this tutorial we learn how to install lld-test
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).