How To Install srm-ifce on Fedora 36
Introduction
In this tutorial we learn how to install srm-ifce
on Fedora 36.
What is srm-ifce
srm-ifce is a client side implementation of the SRMv2 specification for GFAL1/2 and FTS. SRM means Storage Resource Manager Interface, it is a specification of a SOAP interface providing a generic way to manage distributed storage systems.
We can use yum
or dnf
to install srm-ifce
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install srm-ifce.
Install srm-ifce 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 srm-ifce
using dnf
by running the following command:
sudo dnf -y install srm-ifce
Install srm-ifce 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 srm-ifce
using yum
by running the following command:
sudo yum -y install srm-ifce
How To Uninstall srm-ifce on Fedora 36
To uninstall only the srm-ifce
package we can use the following command:
sudo dnf remove srm-ifce
srm-ifce Package Contents on Fedora 36
/usr/bin/gfal_srm_ifce_version
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/306184e0d865af61c70cde06aa73a53a8fbe81
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/9f11fc5026ddabd45d8837826ef8292d2d2fce
/usr/lib/libgfal_srm_ifce.so.1
/usr/lib/libgfal_srm_ifce.so.1.24.3
/usr/share/doc/srm-ifce
/usr/share/doc/srm-ifce/LICENSE
/usr/share/doc/srm-ifce/README
/usr/share/doc/srm-ifce/VERSION
/usr/share/doc/srm-ifce/readme.html
---
title: "How To Install srm-ifce on Fedora 36"
linkTitle: "srm-ifce"
type: "docs"
description: "In this tutorial we learn how to install srm-ifce in Fedora 36. srm-ifce is SRM client side library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/srm-ifce-featured.png
---
## Introduction
In this tutorial we learn how to install `srm-ifce` on Fedora 36.
What is srm-ifce
References
srm-ifce is a client side implementation of the SRMv2 specification for GFAL1/2 and FTS. SRM means Storage Resource Manager Interface, it is a specification of a SOAP interface providing a generic way to manage distributed storage systems.
Summary
We can use yum
or dnf
to install srm-ifce
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install srm-ifce.
Install srm-ifce on Fedora 36 Using dnf
In this tutorial we learn how to install srm-ifce
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install srm-ifce
using dnf
by running the following command:
sudo dnf -y install srm-ifce
Install srm-ifce 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 srm-ifce
using yum
by running the following command:
sudo yum -y install srm-ifce
How To Uninstall srm-ifce on Fedora 36
To uninstall only the srm-ifce
package we can use the following command:
sudo dnf remove srm-ifce
srm-ifce Package Contents on Fedora 36
/usr/bin/gfal_srm_ifce_version
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/797f6ec800dbf5ba369950698e269023219427
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/b79f3804099c95553d996312e75527ca3d8ad5
/usr/lib64/libgfal_srm_ifce.so.1
/usr/lib64/libgfal_srm_ifce.so.1.24.3
/usr/share/doc/srm-ifce
/usr/share/doc/srm-ifce/LICENSE
/usr/share/doc/srm-ifce/README
/usr/share/doc/srm-ifce/VERSION
/usr/share/doc/srm-ifce/readme.html
References
Summary
In this tutorial we learn how to install srm-ifce
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).