I am currently on ubuntu 14.04 and I am trying to download steam launcher but when I try I get a screen that reads.
"The package system is broken
Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f"
and when I open details it reads.
"The following packages have unmet dependencies:
linux-image-extra-3.13.0-73-generic: Depends: linux-image-3.13.0-73-generic but it is not installed
linux-image-generic: Depends: linux-image-3.13.0-73-generic but it is not installed"
Please Help Thank You.
Filesystem Size Used Avail Use% Mounted on
udev 914M 4.0K 914M 1% /dev
tmpfs 185M 940K 184M 1% /run
/dev/mapper/ubuntu--kylin--vg-root 292G 43G 235G 16% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
none 924M 184K 924M 1% /run/shm
none 100M 44K 100M 1% /run/user
/dev/sda1 236M 236M 0 100% /boot
izzy-22@Randys-PC:~$
sudo apt-get install -f
, thensudo apt-get update
, and finallysudo apt-get dist-upgrade
. – George Udosen Mar 18 '17 at 13:26sudo apt-get install -f
first then run then other ones I gave – George Udosen Mar 18 '17 at 14:01sudo df -h
and paste in your question – George Udosen Mar 18 '17 at 14:45/boot
dir is full and needs to be clean of junk – George Udosen Mar 18 '17 at 15:43ls /boot
and post – George Udosen Mar 18 '17 at 15:47