Guest User

Untitled

a guest
Jun 14th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.19 KB | None | 0 0
  1. user@f9944213b413:~$ sudo apt install libusb-1.0-0-dev
  2. [sudo] password for user:
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. The following package was automatically installed and is no longer required:
  7.   gcc-5-base:i386
  8. Use 'sudo apt autoremove' to remove it.
  9. The following additional packages will be installed:
  10.   libusb-1.0-doc
  11. The following NEW packages will be installed:
  12.   libusb-1.0-0-dev libusb-1.0-doc
  13. 0 upgraded, 2 newly installed, 0 to remove and 41 not upgraded.
  14. Need to get 219 kB of archives.
  15. After this operation, 1683 kB of additional disk space will be used.
  16. Do you want to continue? [Y/n]
  17. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB]
  18. Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB]
  19. Fetched 219 kB in 0s (820 kB/s)        
  20. perl: warning: Setting locale failed.
  21. perl: warning: Please check that your locale settings:
  22.     LANGUAGE = (unset),
  23.     LC_ALL = (unset),
  24.     LC_PAPER = "de_DE.UTF-8",
  25.     LC_ADDRESS = "de_DE.UTF-8",
  26.     LC_MONETARY = "de_DE.UTF-8",
  27.     LC_NUMERIC = "de_DE.UTF-8",
  28.     LC_TELEPHONE = "de_DE.UTF-8",
  29.     LC_IDENTIFICATION = "de_DE.UTF-8",
  30.     LC_MEASUREMENT = "de_DE.UTF-8",
  31.     LC_TIME = "de_DE.UTF-8",
  32.     LC_NAME = "de_DE.UTF-8",
  33.     LANG = "en_US.UTF-8"
  34.     are supported and installed on your system.
  35. perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
  36. locale: Cannot set LC_ALL to default locale: No such file or directory
  37. debconf: delaying package configuration, since apt-utils is not installed
  38. Selecting previously unselected package libusb-1.0-0-dev:amd64.
  39. (Reading database ... 108683 files and directories currently installed.)
  40. Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ...
  41. Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ...
  42. Selecting previously unselected package libusb-1.0-doc.
  43. Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ...
  44. Unpacking libusb-1.0-doc (2:1.0.20-1) ...
  45. Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ...
  46. Setting up libusb-1.0-doc (2:1.0.20-1) ...
  47. user@f9944213b413:~$ ll /usr/include/usb.h
  48. ls: cannot access '/usr/include/usb.h': No such file or directory
Add Comment
Please, Sign In to add comment