How To Install hokuyoaist on Fedora 36
Introduction
In this tutorial we learn how to install hokuyoaist
on Fedora 36.
What is hokuyoaist
This library provides a driver for Hokuyo laser scanner devices using the SCIP protocol version 1 or 2. It has been tested with the Hokuyo URG-04LX, UBG-04LX, UHG-08LX, UTM-30LX and UXM-30LX-E but it should work with any scanner that conforms to these protocol versions, including the URG-04LX-F01 and the URG-04LX-UG01 (Simple-URG).
We can use yum
or dnf
to install hokuyoaist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hokuyoaist.
Install hokuyoaist 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 hokuyoaist
using dnf
by running the following command:
sudo dnf -y install hokuyoaist
Install hokuyoaist 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 hokuyoaist
using yum
by running the following command:
sudo yum -y install hokuyoaist
How To Uninstall hokuyoaist on Fedora 36
To uninstall only the hokuyoaist
package we can use the following command:
sudo dnf remove hokuyoaist
hokuyoaist Package Contents on Fedora 36
---
title: "How To Install hokuyoaist on Fedora 36"
linkTitle: "hokuyoaist"
type: "docs"
description: "In this tutorial we learn how to install hokuyoaist in Fedora 36. hokuyoaist is Hokuyo Laser SCIP driver"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/hokuyoaist-featured.png
---
## Introduction
In this tutorial we learn how to install `hokuyoaist` on Fedora 36.
### What is `hokuyoaist`
> This library provides a driver for Hokuyo laser scanner devices using the SCIP protocol version 1 or 2. It has been tested with the Hokuyo URG-04LX, UBG-04LX, UHG-08LX, UTM-30LX and UXM-30LX-E but it should work with any scanner that conforms to these protocol versions, including the URG-04LX-F01 and the URG-04LX-UG01 (Simple-URG).
We can use `yum` or `dnf` to install `hokuyoaist` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hokuyoaist.
## Install hokuyoaist 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 hokuyoaist
using dnf
by running the following command:
sudo dnf -y install hokuyoaist
Install hokuyoaist 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 hokuyoaist
using yum
by running the following command:
sudo yum -y install hokuyoaist
How To Uninstall hokuyoaist on Fedora 36
To uninstall only the hokuyoaist
package we can use the following command:
sudo dnf remove hokuyoaist
hokuyoaist Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/e4504dd6a71e7e090b2c6bc0e613bcb4653877
/usr/lib64/libhokuyoaist.so.3
/usr/lib64/libhokuyoaist.so.3.0.2
/usr/share/doc/hokuyoaist
/usr/share/doc/hokuyoaist/COPYING
/usr/share/doc/hokuyoaist/COPYING.LESSER
References
/usr/lib/.build-id /usr/lib/.build-id/59 /usr/lib/.build-id/59/85803e82ec78d34be3298ddf8c3df36095fa97 /usr/lib/libhokuyoaist.so.3 /usr/lib/libhokuyoaist.so.3.0.2 /usr/share/doc/hokuyoaist /usr/share/doc/hokuyoaist/COPYING /usr/share/doc/hokuyoaist/COPYING.LESSER
Summary
In this tutorial we learn how to install `hokuyoaist` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## References
* [hokuyoaist website](https://github.com/gbiggs/hokuyoaist)
## Summary
In this tutorial we learn how to install `hokuyoaist` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).