Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. $ opam depext srt
  2. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=ubuntu, os-family=debian
  3. # The following system packages are needed:
  4. libsrt-dev
  5. m4
  6. pkg-config
  7. The following command needs to be run through "sudo":
  8.     apt-get install libsrt-dev m4 pkg-config
  9. Allow ? [Y/n] y
  10. Reading package lists... Done
  11. Building dependency tree      
  12. Reading state information... Done
  13. m4 is already the newest version (1.4.18-2).
  14. pkg-config is already the newest version (0.29.1-0ubuntu3).
  15. Suggested packages:
  16.   libsrt-doc
  17. The following NEW packages will be installed:
  18.   libsrt-dev
  19. 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
  20. Need to get 20.2 kB of archives.
  21. After this operation, 88.1 kB of additional disk space will be used.
  22. Do you want to continue? [Y/n] y
  23. Get:1 http://europe-west1.gce.archive.ubuntu.com/ubuntu eoan/universe amd64 libsrt-dev amd64 1.3.2-1 [20.2 kB]
  24. Fetched 20.2 kB in 0s (161 kB/s)
  25. Selecting previously unselected package libsrt-dev:amd64.
  26. (Reading database ... 122278 files and directories currently installed.)
  27. Preparing to unpack .../libsrt-dev_1.3.2-1_amd64.deb ...
  28. Unpacking libsrt-dev:amd64 (1.3.2-1) ...
  29. Setting up libsrt-dev:amd64 (1.3.2-1) ...
  30. # OS packages installation successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement