How To Install llvm-test on Fedora 36
Introduction
In this tutorial we learn how to install llvm-test
on Fedora 36.
What is llvm-test
LLVM regression tests.
We can use yum
or dnf
to install llvm-test
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm-test.
Install llvm-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 llvm-test
using dnf
by running the following command:
sudo dnf -y install llvm-test
Install llvm-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 llvm-test
using yum
by running the following command:
sudo yum -y install llvm-test
How To Uninstall llvm-test on Fedora 36
To uninstall only the llvm-test
package we can use the following command:
sudo dnf remove llvm-test
llvm-test Package Contents on Fedora 36
/usr/bin/count
/usr/bin/lli-child-target
/usr/bin/llvm-isel-fuzzer
/usr/bin/llvm-opt-fuzzer
/usr/bin/not
/usr/bin/yaml-bench
/usr/lib/.build-id
/usr/lib/.build-id/69/7e02fc08f481f486ea91a4e70dcd08f26855e4
/usr/lib/.build-id/80/77b479b0e43fc95014437bd06537850d0eb2b9
/usr/lib/.build-id/bd/eb8c4ee7ad8a015551e0307e96983dbd6e9600
/usr/lib/.build-id/c8/35c08272b48b0cc4bf8ccf6a62a50e6af2e83b
/usr/lib/.build-id/cd/97ba4e1f4edb0712d33b28ad6ee2420fe118c8
/usr/lib/.build-id/f7/b5459354a644e68322156d4d4c1d2da5abfe3e
/usr/share/licenses/llvm-test
/usr/share/licenses/llvm-test/LICENSE.TXT
References
Summary
In this tutorial we learn how to install llvm-test
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install llvm-test on Fedora 36” linkTitle: “llvm-test” type: “docs” description: “In this tutorial we learn how to install llvm-test in Fedora 36. llvm-test is LLVM regression tests” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/llvm-test-featured.png
Introduction
In this tutorial we learn how to install llvm-test
on Fedora 36.
What is llvm-test
LLVM regression tests.
We can use yum
or dnf
to install llvm-test
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm-test.
Install llvm-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 llvm-test
using dnf
by running the following command:
sudo dnf -y install llvm-test
Install llvm-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 llvm-test
using yum
by running the following command:
sudo yum -y install llvm-test
How To Uninstall llvm-test on Fedora 36
To uninstall only the llvm-test
package we can use the following command:
sudo dnf remove llvm-test
llvm-test Package Contents on Fedora 36
/usr/bin/count
/usr/bin/lli-child-target
/usr/bin/llvm-isel-fuzzer
/usr/bin/llvm-opt-fuzzer
/usr/bin/not
/usr/bin/yaml-bench
/usr/lib/.build-id
/usr/lib/.build-id/07/06c32663eaf3d7f68659e9bcbe2e667ed00006
/usr/lib/.build-id/09/e714703f3cb8cc94f5e58de8f078e66c352227
/usr/lib/.build-id/26/b1a587380b650d241d2cab1d1a0bf1e484b177
/usr/lib/.build-id/4d/8335d180e9efc76f7db1808d7f05d519721ee7
/usr/lib/.build-id/4f/87d4d66c6aefb7d91519128bd0ea9eb3caf646
/usr/lib/.build-id/75/8357bd42966e67e22cd3f3ace57cfb7c1aeb09
/usr/share/licenses/llvm-test
/usr/share/licenses/llvm-test/LICENSE.TXT
References
Summary
In this tutorial we learn how to install llvm-test
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).