Question / Help [Solved] Ubuntu 16.04 libx264-146 dependency

adamos42

New Member
Hello,

I trying to install the obs-studio package on Ubuntu 16.04 64bit but I get a dependency error for libx264-146. I have already installed libx264 but I have a updated version called libx264-148, can you change the ppa for accept the libx264-148 also?

Okay, I did not installed ffmpeg by ppa, because I using a few plus feature too what can't be added by that way, so I compiled it from the lattest sources, it worked on Ubuntu 15.10, I just upgraded my system to the new version.

Installing in terminal (I translated the words from my language):
Code:
adamos42@a42linux:~$ sudo apt-get install obs-studio
Reading package lists... Done
Building Dependency tree
Reading statuses.. Done
Some packages could not be installed. This may mean that
requested an impossible situation or if the unstable distribution
use, some required packages have not yet been created or
It has been moved out of Incoming.
The following information can help solve the problem:

The following packages have unmet dependencies:
 obs-studio : Depend from: libx264-146 but it's not installable
E: The problems are not solvable because of damaged packages

Checking the libx264:
Code:
adamos42@a42linux:~$ sudo apt-cache search libx264
libx264-148 - x264 video coding library
libx264-dev - development files for libx264

FFMPEG:
Code:
adamos42@a42linux:~$ ffmpeg
ffmpeg version N-79599-gc84ba07 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.1 (Ubuntu 5.3.1-14ubuntu2) 20160413
  configuration: --enable-gpl --enable-gray --enable-runtime-cpudetect --enable-bzlib --enable-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-openal --enable-zlib --enable-nonfree --enable-version3 --enable-x11grab
  libavutil      55. 22.101 / 55. 22.101
  libavcodec     57. 38.100 / 57. 38.100
  libavformat    57. 34.103 / 57. 34.103
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 44.100 /  6. 44.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
Hyper fast Audio and Video encoder

Thanks for the help in advance!
Best Regards: Adamos42
 

adamos42

New Member
Okay, my bad!

I did not check the ppa, it was somehow on willy, I changed to xenial and it's installed.
Sorry, for open a Thread about it, now it's work fine, it can be closed.

Best Regards: Adamos42
 
Top