2012-12-04 221 views
2

我需要libusb软件包来安装另一个软件包。安装usblib软件包 - Ubuntu

我想这似乎安装包以下,

sudo apt-get install libusb-dev 

但是当我尝试安装其它的包我得到的,

configure: error: Package requirements (libusb-1.0 >= 0.9.1) were not met: 

No package 'libusb-1.0' found 

Consider adjusting the PKG_CONFIG_PATH environment variable if you 
installed software in a non-standard prefix. 

Alternatively, you may set the environment variables LIBUSB_CFLAGS 
and LIBUSB_LIBS to avoid the need to call pkg-config. 
See the pkg-config man page for more details. 

当我运行命令的dpkg -L的libusb -dev,我得到:

/. 
/usr 
/usr/bin 
/usr/bin/libusb-config 
/usr/include 
/usr/include/usb.h 
/usr/lib 
/usr/lib/libusb.a 
/usr/lib/libusb.la 
/usr/lib/pkgconfig 
/usr/lib/pkgconfig/libusb.pc 
/usr/share 
/usr/share/doc 
/usr/share/doc/libusb-dev 
/usr/share/doc/libusb-dev/html 
/usr/share/doc/libusb-dev/html/index.html 
/usr/share/doc/libusb-dev/html/preface.html 
/usr/share/doc/libusb-dev/html/intro.html 
/usr/share/doc/libusb-dev/html/intro-overview.html 
/usr/share/doc/libusb-dev/html/intro-support.html 
/usr/share/doc/libusb-dev/html/api.html 
/usr/share/doc/libusb-dev/html/api-device-interfaces.html 
/usr/share/doc/libusb-dev/html/api-timeouts.html 
/usr/share/doc/libusb-dev/html/api-types.html 
/usr/share/doc/libusb-dev/html/api-synchronous.html 
/usr/share/doc/libusb-dev/html/api-return-values.html 
/usr/share/doc/libusb-dev/html/functions.html 
/usr/share/doc/libusb-dev/html/ref.core.html 
/usr/share/doc/libusb-dev/html/function.usbinit.html 
/usr/share/doc/libusb-dev/html/function.usbfindbusses.html 
/usr/share/doc/libusb-dev/html/function.usbfinddevices.html 
/usr/share/doc/libusb-dev/html/function.usbgetbusses.html 
/usr/share/doc/libusb-dev/html/ref.deviceops.html 
/usr/share/doc/libusb-dev/html/function.usbopen.html 
/usr/share/doc/libusb-dev/html/function.usbclose.html 
/usr/share/doc/libusb-dev/html/function.usbsetconfiguration.html 
/usr/share/doc/libusb-dev/html/function.usbsetaltinterface.html 
/usr/share/doc/libusb-dev/html/function.usbresetep.html 
/usr/share/doc/libusb-dev/html/function.usbclearhalt.html 
/usr/share/doc/libusb-dev/html/function.usbreset.html 
/usr/share/doc/libusb-dev/html/function.usbclaiminterface.html 
/usr/share/doc/libusb-dev/html/function.usbreleaseinterface.html 
/usr/share/doc/libusb-dev/html/ref.control.html 
/usr/share/doc/libusb-dev/html/function.usbcontrolmsg.html 
/usr/share/doc/libusb-dev/html/function.usbgetstring.html 
/usr/share/doc/libusb-dev/html/function.usbgetstringsimple.html 
/usr/share/doc/libusb-dev/html/function.usbgetdescriptor.html 
/usr/share/doc/libusb-dev/html/function.usbgetdescriptorbyendpoint.html 
/usr/share/doc/libusb-dev/html/ref.bulk.html 
/usr/share/doc/libusb-dev/html/function.usbbulkwrite.html 
/usr/share/doc/libusb-dev/html/function.usbbulkread.html 
/usr/share/doc/libusb-dev/html/ref.interrupt.html 
/usr/share/doc/libusb-dev/html/function.usbinterruptwrite.html 
/usr/share/doc/libusb-dev/html/function.usbinterruptread.html 
/usr/share/doc/libusb-dev/html/ref.nonportable.html 
/usr/share/doc/libusb-dev/html/function.usbgetdrivernp.html 
/usr/share/doc/libusb-dev/html/function.usbdetachkerneldrivernp.html 
/usr/share/doc/libusb-dev/html/examples.html 
/usr/share/doc/libusb-dev/html/examples-code.html 
/usr/share/doc/libusb-dev/html/examples-tests.html 
/usr/share/doc/libusb-dev/html/examples-other.html 
/usr/share/doc/libusb-dev/copyright 
/usr/share/doc-base 
/usr/share/doc-base/libusb-dev 
/usr/share/man 
/usr/share/man/man1 
/usr/share/man/man1/libusb-config.1.gz 
/usr/lib/libusb.so 
/usr/share/doc/libusb-dev/changelog.Debian.gz 

任何想法?

+0

感谢您的帮助,希望它值得-1。 – TomSelleck

+2

@Antoine,那里有很多关于安装问题的评论。它是所有程序员为了能够编程而踏出的垫脚石。 –

回答