How To Install uhttpmock on Fedora 36
Introduction
In this tutorial we learn how to install uhttpmock
on Fedora 36.
What is uhttpmock
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. It provides a library, libuhttpmock, which implements recording and playback of HTTP request–response traces.
We can use yum
or dnf
to install uhttpmock
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uhttpmock.
Install uhttpmock 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 uhttpmock
using dnf
by running the following command:
sudo dnf -y install uhttpmock
Install uhttpmock 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 uhttpmock
using yum
by running the following command:
sudo yum -y install uhttpmock
How To Uninstall uhttpmock on Fedora 36
To uninstall only the uhttpmock
package we can use the following command:
sudo dnf remove uhttpmock
uhttpmock Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/67f03a80129722e3e095d72997904211a72d5d
/usr/lib/girepository-1.0/Uhm-0.0.typelib
/usr/lib/libuhttpmock-0.0.so.0
/usr/lib/libuhttpmock-0.0.so.0.2.0
/usr/share/doc/uhttpmock
/usr/share/doc/uhttpmock/AUTHORS
/usr/share/doc/uhttpmock/NEWS
/usr/share/doc/uhttpmock/README
/usr/share/licenses/uhttpmock
/usr/share/licenses/uhttpmock/COPYING
References
Summary
In this tutorial we learn how to install uhttpmock
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install uhttpmock on Fedora 36” linkTitle: “uhttpmock” type: “docs” description: “In this tutorial we learn how to install uhttpmock in Fedora 36. uhttpmock is HTTP web service mocking library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/uhttpmock-featured.png
Introduction
In this tutorial we learn how to install uhttpmock
on Fedora 36.
What is uhttpmock
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. It provides a library, libuhttpmock, which implements recording and playback of HTTP request–response traces.
We can use yum
or dnf
to install uhttpmock
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uhttpmock.
Install uhttpmock 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 uhttpmock
using dnf
by running the following command:
sudo dnf -y install uhttpmock
Install uhttpmock 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 uhttpmock
using yum
by running the following command:
sudo yum -y install uhttpmock
How To Uninstall uhttpmock on Fedora 36
To uninstall only the uhttpmock
package we can use the following command:
sudo dnf remove uhttpmock
uhttpmock Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/a207560bd9f57cf9956116520ae2a86ea540a5
/usr/lib64/girepository-1.0/Uhm-0.0.typelib
/usr/lib64/libuhttpmock-0.0.so.0
/usr/lib64/libuhttpmock-0.0.so.0.2.0
/usr/share/doc/uhttpmock
/usr/share/doc/uhttpmock/AUTHORS
/usr/share/doc/uhttpmock/NEWS
/usr/share/doc/uhttpmock/README
/usr/share/licenses/uhttpmock
/usr/share/licenses/uhttpmock/COPYING
References
Summary
In this tutorial we learn how to install uhttpmock
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).