Advertisement
Guest User

Untitled

a guest
Aug 18th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. $ sudo apt-get install vlc-nox
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. vlc-nox : Depends: libavcodec52 (>= 4:0.6-1~) but it is not going to be installed or
  13. libavcodec-extra-52 (>= 4:0.6-1~) but it is not going to be installed
  14. Depends: libavformat52 (>= 4:0.6-1~) but it is not going to be installed or
  15. libavformat-extra-52 (>= 4:0.6-1~) but it is not going to be installed
  16. E: Broken packages
  17. $ dpkg -l | grep libav
  18. ii avifile-xvid-plugin 1:0.7.48~20090503.ds-2build1 XviD video encoding plugin for libavifile
  19. ii libavahi-client-dev 0.6.27-2ubuntu3.1 Development files for the Avahi client library
  20. ii libavahi-client3 0.6.27-2ubuntu3.1 Avahi client library
  21. ii libavahi-common-data 0.6.27-2ubuntu3.1 Avahi common data files
  22. ii libavahi-common-dev 0.6.27-2ubuntu3.1 Development files for the Avahi common library
  23. ii libavahi-common3 0.6.27-2ubuntu3.1 Avahi common library
  24. ii libavahi-core7 0.6.27-2ubuntu3.1 Avahi's embeddable mDNS/DNS-SD library
  25. ii libavahi-glib1 0.6.27-2ubuntu3.1 Avahi glib integration library
  26. ii libavahi-gobject0 0.6.27-2ubuntu3.1 Avahi GObject library
  27. ii libavahi-ui0 0.6.27-2ubuntu3.1 Avahi GTK+ User interface library
  28. ii libavalon-framework-java 4.2.0-7 Common framework for Java server applications
  29. ii libavc1394-0 0.5.3-1build4 control IEEE 1394 audio/video devices
  30. ii libavcodec-dev 4:0.6-2ubuntu6.1 development files for libavcodec
  31. rc libavcodec-extra-52 4:0.6-2ubuntu3.1 ffmpeg codec library
  32. ii libavcodec52 4:0.6-2ubuntu6.1 ffmpeg codec library
  33. rc libavdevice-extra-52 4:0.6-2ubuntu3.1 ffmpeg device handling library
  34. ii libavdevice52 4:0.6-2ubuntu6.1 ffmpeg device handling library
  35. ii libavfilter1 4:0.6-2ubuntu6.1 ffmpeg video filtering library
  36. ii libavformat-dev 4:0.6-2ubuntu6.1 development files for libavformat
  37. rc libavformat-extra-52 4:0.6-2ubuntu3.1 ffmpeg file format library
  38. ii libavformat52 4:0.6-2ubuntu6.1 ffmpeg file format library
  39. ii libavifile-0.7c2 1:0.7.48~20090503.ds-2build1 shared libraries for AVI read/writing
  40. ii libavutil-dev 4:0.6-2ubuntu6.1 development files for libavutil
  41. rc libavutil-extra-50 4:0.6-2ubuntu3.1 ffmpeg utility library
  42. ii libavutil50 4:0.6-2ubuntu6.1 ffmpeg utility library
  43. $ sudo apt-get install libavcodec52 libavformat52
  44. Reading package lists... Done
  45. Building dependency tree
  46. Reading state information... Done
  47. libavcodec52 is already the newest version.
  48. libavformat52 is already the newest version.
  49. 0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement