< Home - < Back

libusb1


Information about the package, libusb1, which is shipped with common Linux distributions. The libusb1 package is designed for, A library which allows userspace access to USB devices.


Package Name:

libusb1

Summary:

A library which allows userspace access to USB devices

Description:

This package provides a way for applications to access USB devices. Note that this library is not compatible with the original libusb-0.1 series.

Architecture:

x86_64

Version:

1.0.9

Release:

0.7.rc1.el6

Size:

80 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libusb1


Control the libusb1 package with the following handy commands outlined below.


Command

Description of Command

yum install libusb1

This command will install libusb1 on the server.

yum remove libusb1

This command will un-install libusb1 on the server. When you run this command, you will be asked if you are sure that you want to remove libusb1, so you have to manually confirm that you want to do this.

yum -y remove libusb1

This command will un-install libusb1 on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libusb1 when using the -y flag.

yum update libusb1

This command will update libusb1 to the latest version. When you run this command, you will be asked if you are sure that you want to remove libusb1, so you have to manually confirm that you want to do this.

yum -y update libusb1

This command will update libusb1 to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libusb1 when using the -y flag.

yum info libusb1

This command will show you core information about the libusb1 package.

yum deplist libusb1

This command will show you the dependencies for libusb1. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libusb1

This command will check if there is an update waiting on libusb1. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.