How To Install ustr-static on Fedora 36

In this tutorial we learn how to install ustr-static in Fedora 36. ustr-static is Static development files for ustr

Introduction

In this tutorial we learn how to install ustr-static on Fedora 36.

What is ustr-static

Static library for the Ustr string library.

We can use yum or dnf to install ustr-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ustr-static.

Install ustr-static 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 ustr-static using dnf by running the following command:

sudo dnf -y install ustr-static

Install ustr-static on Fedora 36 Using yum

title: “How To Install ustr-static on Fedora 36” Update yum database with yum using the following command. linkTitle: “ustr-static”

type: “docs”

sudo yum makecache --refresh
description: "In this tutorial we learn how to install ustr-static in Fedora 36. ustr-static is Static development files for ustr"

date: “2022-08-17”

lastmod: “2022-08-17” After updating yum database, We can install ustr-static using yum by running the following command: #image: /images/fedora/36/ustr-static-featured.png


## Introduction
sudo yum -y install ustr-static

How To Uninstall ustr-static on Fedora 36

In this tutorial we learn how to install ustr-static on Fedora 36.

What is ustr-static

To uninstall only the ustr-static package we can use the following command:

Static library for the Ustr string library.


sudo dnf remove ustr-static

We can use yum or dnf to install ustr-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ustr-static.

ustr-static Package Contents on Fedora 36

Install ustr-static on Fedora 36 Using dnf


Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install ustr-static using dnf by running the following command:

sudo dnf -y install ustr-static

Install ustr-static 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 ustr-static using yum by running the following command:

sudo yum -y install ustr-static

How To Uninstall ustr-static on Fedora 36

To uninstall only the ustr-static package we can use the following command:

sudo dnf remove ustr-static

ustr-static Package Contents on Fedora 36

/usr/lib64/libustr.a

References

Summary

In this tutorial we learn how to install ustr-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/libustr.a


## References

* [ustr-static website](http://www.and.org/ustr/)

## Summary

In this tutorial we learn how to install `ustr-static` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).