Install Libusb Compat Ubuntu Server

I need the package libusb for another package I am installing.

  1. Linux Libusb
  2. How To Install Libusb Linux

I tried the following which seemed to install the package, Download naruto ova 8 sub indo.

This feature allows libusb-win32 to communicate with many installed USB device. 100% API and functional compatible with the libusb 0.1 project. Has its own asynchronous API which is not available to libusb-0.1 under Linux or other OS.

but when I try to install the other package I get,

When I run the command dpkg -L libusb-dev, I get:

Any ideas??

TomSelleckTomSelleck

2 Answers

You need to install libusb-1.0-0-dev

To install the package

To find out the dependency of the package use the command apt-cache search libusb-1.0

Server

Here is the output of the command

Hope this helps

devav2devav2

You need to download the package libusb-1.0-0-dev, the new libusbx fork.

Daniele NapolitanoDaniele Napolitano

Not the answer you're looking for? Browse other questions tagged 11.10usbpackage-managementdpkg or ask your own question.

I have just changed to Fedora 20 and I am trying to get used to it and to learn it. Before I have only worked with ubuntu so there are some new things for me.

I have tried to compile openni_master by downloading the package from git. The first step is to enter

ans to run sudo ./RedistMaker .

When I do that I get the following:

So I tried running

Running locate libgusb gives the .so files

but no libusb-1.0.h.

So I tried downloading the package libusb-1.0.18 from the web and compile it on my computer.But running ./configure in the folder gives

So I installed

and

Pearl harbor jippii game. Probably I am installing the wrong packages, but I am new to Fedora and I don't really know where to search for them.

Linux Libusb

Libusb-compat

Any help is appreciated!

/ Erik

El_LocoEl_Loco

2 Answers

In Fedora (and other distros using yum for package management), you can find out which package provides a certain file like so:

If you only know a portion of the filename, you can use wildcards:

So, what provides libusb.h?

So you need to install libusbx-devel.

smanismani

How To Install Libusb Linux

I had a similar problem but libusb.h was present.

Fixed by installing an updated libudev: Firmware samsung.

Allan ChapmanAllan Chapman

Not the answer you're looking for? Browse other questions tagged fedoraopennilibusb-1.0 or ask your own question.

Posted on