I wanted to install clipgrab on Trusty, but get the following error when running sudo apt-get install clipgrab
(I added the PPA and ran apt-get update
):
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
clipgrab
0 upgraded, 1 newly installed, 0 to remove and 351 not upgraded.
Need to get 0 B/203 kB of archives.
After this operation, 713 kB of additional disk space will be used.
(Reading database ... 247242 files and directories currently installed.)
Preparing to unpack .../clipgrab_3.4.2~trusty3_amd64.deb ...
Unpacking clipgrab (3.4.2~trusty3) ...
dpkg: error processing archive /var/cache/apt/archives/clipgrab_3.4.2~trusty3_amd64.deb (--unpack):
trying to overwrite '/usr/bin/ffmpeg', which is also in package ffmpeg 7:2.3-1~trusty
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Errors were encountered while processing:
/var/cache/apt/archives/clipgrab_3.4.2~trusty3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
As far as I can understand, the installation process has a problem with ffmpeg already existing. How can I fix this?
ffmpeg
as a Conflicts or rename or not include theffmpeg
binary. – saiarcot895 Jul 29 '14 at 21:20