libav installment for downloading YouTube videos to Ubuntu16.04 LTS

Asked by me@mogenseliasen.com

I am trying to install libav-tools on my Ubuntu 16.04 LTS with

sudo apt-get -y libav-tools ubuntu-restricted-extras

as asked by the downloader. But the terminal comes back with this message, which I do not understand:

The following packages have unmet dependencies:
 libav-tools : Depends: ffmpeg but it is not going to be installed
 linux-image-extra-4.4.0-59-generic : Depends: linux-image-4.4.0-59-generic but it is not going to be installed
 linux-image-extra-4.4.0-91-generic : Depends: linux-image-4.4.0-91-generic but it is not going to be installed
 linux-image-generic : Depends: linux-image-4.4.0-91-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Could anybody help me over this obstacle. I am not a programmer, so the recommendation makes no sense to me - I don't know how to do what it says.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu libav Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy libav-tools

Thanks

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

And please also provide the output that you receive for the command

sudo dpkg --audit

Revision history for this message
me@mogenseliasen.com (x-ge-u) said :
#3

Sorry oir the delay - I have been out of town. Here are the responses I get on your suggestions:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
libav-tools:
  Installed: (none)
  Candidate: 7:2.8.11-0ubuntu0.16.04.1
  Version table:
     7:2.8.11-0ubuntu0.16.04.1 500
        500 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
        500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
     7:2.8.6-1ubuntu2 500
        500 http://ca.archive.ubuntu.com/ubuntu xenial/universe i386 Packages

And:

The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 linux-generic Complete Generic Linux kernel and headers
 linux-generic-lts-xenial Complete Generic Linux kernel and headers (dummy tran
 linux-headers-4.4.0-91 Header files related to Linux kernel version 4.4.0
 linux-headers-4.4.0-91-generic Linux kernel headers for version 4.4.0 on 32 bi
 linux-headers-generic Generic Linux kernel headers
 linux-image-extra-4.4.0-47-generic Linux kernel extra modules for version 4.4.
 linux-image-extra-4.4.0-51-generic Linux kernel extra modules for version 4.4.
 linux-image-extra-4.4.0-53-generic Linux kernel extra modules for version 4.4.
 linux-image-extra-4.4.0-59-generic Linux kernel extra modules for version 4.4.
 linux-image-extra-4.4.0-91-generic Linux kernel extra modules for version 4.4.
 linux-image-generic Generic Linux kernel image

The following packages are only half configured, probably due to problems
configuring them the first time. The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 initramfs-tools generic modular initramfs generator (automation)
 linux-firmware Firmware for Linux kernel drivers
 linux-image-4.4.0-47-generic Linux kernel image for version 4.4.0 on 32 bit x8
 linux-image-4.4.0-51-generic Linux kernel image for version 4.4.0 on 32 bit x8
 linux-image-4.4.0-53-generic Linux kernel image for version 4.4.0 on 32 bit x8
 linux-image-extra-4.4.0-45-generic Linux kernel extra modules for version 4.4.

Does that help anything?

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

The package management system on you computer is in an inconsistent status.
The installation of additional packages will be possible only after repairing the package management system.

What output do you get for the commands

df -h
sudo dpkg --configure -a

Revision history for this message
me@mogenseliasen.com (x-ge-u) said :
#5

Filesystem Size Used Avail Use% Mounted on
udev 983M 0 983M 0% /dev
tmpfs 201M 6.5M 194M 4% /run
/dev/mapper/ubuntu--vg-root 292G 272G 5.1G 99% /
tmpfs 1002M 796K 1001M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1002M 0 1002M 0% /sys/fs/cgroup
/dev/sda1 236M 235M 0 100% /boot
cgmfs 100K 0 100K 0% /run/cgmanager/fs
tmpfs 201M 88K 201M 1% /run/user/1000
/dev/sdc 3.8G 540M 3.3G 15% /media/mogens/6C5B-45DA

[sudo] password for mogens:
dpkg: dependency problems prevent configuration of linux-image-extra-4.4.0-91-generic:
 linux-image-extra-4.4.0-91-generic depends on linux-image-4.4.0-91-generic; however:
  Package linux-image-4.4.0-91-generic is not installed.

dpkg: error processing package linux-image-extra-4.4.0-91-generic (--configure):
 dependency problems - leaving unconfigured
Setting up linux-image-extra-4.4.0-45-generic (4.4.0-45.66) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-45-generic /boot/vmlinuz-4.4.0-45-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-45-generic /boot/vmlinuz-4.4.0-45-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-45-generic

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

/boot is full. You need to uninstall some old kernels

What is the output of:

uname -a; dpkg -l | grep linux-image

Thanks

Revision history for this message
Launchpad Janitor (janitor) said :
#7

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.