How To Install litmus on Fedora 36
Introduction
In this tutorial we learn how to install litmus
on Fedora 36.
What is litmus
litmus is a WebDAV server test suite, which aims to test whether a server is compliant with the WebDAV protocol as specified in RFC2518.
We can use yum
or dnf
to install litmus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install litmus.
Install litmus 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 litmus
using dnf
by running the following command:
sudo dnf -y install litmus
Install litmus 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 litmus
using yum
by running the following command:
sudo yum -y install litmus
How To Uninstall litmus on Fedora 36
To uninstall only the litmus
package we can use the following command:
sudo dnf remove litmus
litmus Package Contents on Fedora 36
/usr/bin/litmus
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/bc44628d37f7bd5af9f3313c5dc372c05be10f
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/aa348b4e3b7ab4db7b89b4fa95eb8ea83e6659
/usr/lib/.build-id/40
/usr/lib/.build-id/40/b598e1fec99440fe666b9eb35a598b739ca6e0
/usr/lib/.build-id/55
/usr/lib/.build-id/55/8076c6b46d4760b583705de4f3355feba0e6d5
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/6f4ff34eb628321f22f1884c1a251cb9562609
/usr/libexec/litmus
/usr/libexec/litmus/basic
/usr/libexec/litmus/copymove
/usr/libexec/litmus/http
/usr/libexec/litmus/locks
/usr/libexec/litmus/props
/usr/share/doc/litmus
/usr/share/doc/litmus/COPYING
/usr/share/doc/litmus/FAQ
/usr/share/doc/litmus/README
/usr/share/doc/litmus/THANKS
/usr/share/doc/litmus/TODO
/usr/share/litmus/htdocs
/usr/share/litmus/htdocs/foo
References
Summary
In this tutorial we learn how to install litmus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).