How To Install lasi-devel on Fedora 36

In this tutorial we learn how to install lasi-devel in Fedora 36. lasi-devel is Development headers and libraries for lasi

Introduction

In this tutorial we learn how to install lasi-devel on Fedora 36.

What is lasi-devel

Development headers and libraries for lasi.

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

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

sudo dnf -y install lasi-devel

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

sudo yum -y install lasi-devel

How To Uninstall lasi-devel on Fedora 36

To uninstall only the lasi-devel package we can use the following command:

sudo dnf remove lasi-devel

lasi-devel Package Contents on Fedora 36

---
title: "How To Install lasi-devel on Fedora 36"
linkTitle: "lasi-devel"
type: "docs"
description: "In this tutorial we learn how to install lasi-devel in Fedora 36. lasi-devel is Development headers and libraries for lasi"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lasi-devel-featured.png
/usr/include/LASi.h
/usr/lib/libLASi.so
/usr/lib/pkgconfig/lasi.pc
/usr/share/lasi1.1.3
/usr/share/lasi1.1.3/examples
/usr/share/lasi1.1.3/examples/ComplexTextLayoutExample.cpp
/usr/share/lasi1.1.3/examples/ComplexTextLayoutExample.png
/usr/share/lasi1.1.3/examples/Makefile
/usr/share/lasi1.1.3/examples/MissingGlyphExample.cpp
/usr/share/lasi1.1.3/examples/MissingGlyphExample.png
/usr/share/lasi1.1.3/examples/README
/usr/share/lasi1.1.3/examples/SimpleLASiExample.cpp
/usr/share/lasi1.1.3/examples/SimpleLASiExample.png
---

## Introduction

In this tutorial we learn how to install `lasi-devel` on Fedora 36.

### What is `lasi-devel`

> Development headers and libraries for lasi.  

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

## Install lasi-devel 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 lasi-devel using dnf by running the following command:

sudo dnf -y install lasi-devel

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

sudo yum -y install lasi-devel

How To Uninstall lasi-devel on Fedora 36

To uninstall only the lasi-devel package we can use the following command:

sudo dnf remove lasi-devel


## References
## lasi-devel Package Contents on Fedora 36


```bash
* [lasi-devel website](http://www.unifont.org/lasi/)

## Summary

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

/usr/include/LASi.h
/usr/lib64/libLASi.so
/usr/lib64/pkgconfig/lasi.pc
/usr/share/lasi1.1.3
/usr/share/lasi1.1.3/examples
/usr/share/lasi1.1.3/examples/ComplexTextLayoutExample.cpp
/usr/share/lasi1.1.3/examples/ComplexTextLayoutExample.png
/usr/share/lasi1.1.3/examples/Makefile
/usr/share/lasi1.1.3/examples/MissingGlyphExample.cpp
/usr/share/lasi1.1.3/examples/MissingGlyphExample.png
/usr/share/lasi1.1.3/examples/README
/usr/share/lasi1.1.3/examples/SimpleLASiExample.cpp
/usr/share/lasi1.1.3/examples/SimpleLASiExample.png

References

Summary

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