How To Install librttopo on Fedora 36
Introduction
In this tutorial we learn how to install librttopo
on Fedora 36.
What is librttopo
The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided data stores.
We can use yum
or dnf
to install librttopo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librttopo.
Install librttopo 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 librttopo
using dnf
by running the following command:
sudo dnf -y install librttopo
Install librttopo 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 librttopo
using yum
by running the following command:
sudo yum -y install librttopo
How To Uninstall librttopo on Fedora 36
To uninstall only the librttopo
package we can use the following command:
sudo dnf remove librttopo
librttopo Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/bcc368de0d448ef3143eeaa023c3f553f67521
/usr/lib64/librttopo.so.1
/usr/lib64/librttopo.so.1.1.0
/usr/share/doc/librttopo
/usr/share/doc/librttopo/CREDITS
/usr/share/doc/librttopo/NEWS.md
/usr/share/doc/librttopo/README.md
/usr/share/doc/librttopo/TODO
/usr/share/licenses/librttopo
/usr/share/licenses/librttopo/COPYING
References
Summary
In this tutorial we learn how to install librttopo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install librttopo on Fedora 36” linkTitle: “librttopo” type: “docs” description: “In this tutorial we learn how to install librttopo in Fedora 36. librttopo is Create and manage SQL/MM topologies” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/librttopo-featured.png
Introduction
In this tutorial we learn how to install librttopo
on Fedora 36.
What is librttopo
The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided data stores.
We can use yum
or dnf
to install librttopo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librttopo.
Install librttopo 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 librttopo
using dnf
by running the following command:
sudo dnf -y install librttopo
Install librttopo 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 librttopo
using yum
by running the following command:
sudo yum -y install librttopo
How To Uninstall librttopo on Fedora 36
To uninstall only the librttopo
package we can use the following command:
sudo dnf remove librttopo
librttopo Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/9e823ac9457e6742134e00f79846fcd5d5e473
/usr/lib/librttopo.so.1
/usr/lib/librttopo.so.1.1.0
/usr/share/doc/librttopo
/usr/share/doc/librttopo/CREDITS
/usr/share/doc/librttopo/NEWS.md
/usr/share/doc/librttopo/README.md
/usr/share/doc/librttopo/TODO
/usr/share/licenses/librttopo
/usr/share/licenses/librttopo/COPYING
References
Summary
In this tutorial we learn how to install librttopo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).