How To Install usbip on Fedora 36

In this tutorial we learn how to install usbip in Fedora 36. usbip is USB/IP user-space

Introduction

In this tutorial we learn how to install usbip on Fedora 36.

What is usbip

USB/IP allows you to share USB devices over a network. With USB/IP, you can plug a USB device into one computer and use it on a different computer on the network. This package contains the user-space tools for USB/IP, both for servers and clients

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

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

sudo dnf -y install usbip

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

sudo yum -y install usbip

How To Uninstall usbip on Fedora 36

To uninstall only the usbip package we can use the following command:

sudo dnf remove usbip

usbip Package Contents on Fedora 36

---
title: "How To Install usbip on Fedora 36"
linkTitle: "usbip"
type: "docs"
description: "In this tutorial we learn how to install usbip in Fedora 36. usbip is USB/IP user-space"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/usbip-featured.png
---

## Introduction

In this tutorial we learn how to install `usbip` on Fedora 36.

### What is `usbip`

> USB/IP allows you to share USB devices over a network.  With USB/IP, you can plug a USB device into one computer and use it on a different computer on the network.  This package contains the user-space tools for USB/IP, both for servers and clients  

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

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

sudo dnf -y install usbip

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

sudo yum -y install usbip

How To Uninstall usbip on Fedora 36

To uninstall only the usbip package we can use the following command:

sudo dnf remove usbip

usbip Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/e0b401b8ac3324c3cd41684a0839136847464b
/usr/lib/.build-id/db
/usr/lib/.build-id/db/6d4f4d676285e5adc31d0e90c6afb31a982c15
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/b259dd4019be4aeb6e086c0dcad6665ba1b4b5
/usr/lib/systemd/system/usbip-client.service
/usr/lib/systemd/system/usbip-server.service
/usr/lib64/libusbip.so.0
/usr/lib64/libusbip.so.0.0.1
/usr/sbin/usbip
/usr/sbin/usbipd
/usr/share/doc/usbip
/usr/share/doc/usbip/AUTHORS
/usr/share/doc/usbip/README
/usr/share/licenses/usbip
/usr/share/licenses/usbip/COPYING
/usr/share/man/man8/usbip.8.gz
/usr/share/man/man8/usbipd.8.gz

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/21 /usr/lib/.build-id/21/dfd09a9f9f6949a4a6020f25728d5d606978f4 /usr/lib/.build-id/99 /usr/lib/.build-id/99/28fe39d5d5833608c9d3df6ce28b4cf7a5e10a /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/753ccdeb9ab7538c829bdb061b11d62f3438ac /usr/lib/libusbip.so.0 /usr/lib/libusbip.so.0.0.1 /usr/lib/systemd/system/usbip-client.service /usr/lib/systemd/system/usbip-server.service /usr/sbin/usbip /usr/sbin/usbipd /usr/share/doc/usbip /usr/share/doc/usbip/AUTHORS /usr/share/doc/usbip/README /usr/share/licenses/usbip /usr/share/licenses/usbip/COPYING /usr/share/man/man8/usbip.8.gz /usr/share/man/man8/usbipd.8.gz


## References

* [usbip website](https://www.kernel.org)

## Summary

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