I cannot install Package manager on 12.04 LTS

Asked by Brent Bradberry

Here is what happens when I try to install using apt-get install synaptic:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-34-generic but it is not going to be installed
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-48-generic-pae but it is not going to be installed
 synaptic : Depends: libept1.4.12 but it is not going to be installed
            Depends: libvte9 (>= 1:0.24.0) but it is not going to be installed
            Recommends: rarian-compat but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Then I cannot run apt-get -f install, even when I log in as root

Question information

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

Why install synaptic when software centre is in a default install. What does synaptic give that software centre does not?

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#2

On 06/25/2013 10:46 AM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> Why install synaptic when software centre is in a default install. What
> does synaptic give that software centre does not?
>
Software Center might indeed suffice. However it is broken; here is the
message when I access it: "items cannot be installed or removed until
the package catalog is repaired .....". Attempts to repair fail because
of dependency problems.

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

Then you need to fix that. Its not software centre that is broken. The packages are in an inconsistent state. You could install ANY package application and you will get the SAME issue. They all manipulate the same packages. Think about it...

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#4

On 06/25/2013 01:26 PM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Then you need to fix that. Its not software centre that is broken. The
> packages are in an inconsistent state. You could install ANY package
> application and you will get the SAME issue. They all manipulate the
> same packages. Think about it...
>
Fair enough. How do I repair the unmet dependencies?

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

What is the output of:

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

Thanks

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#6

On 06/25/2013 09:26 PM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What is the output of:
>
> dpkg -l | grep linux-image; lsb_release -a; uname -a
>
> Thanks
>
brent@brent-MM061:~$ dpkg -l | grep linux-image; lsb_release -a; uname -a
ii linux-image-3.5.0-23-generic 3.5.0-23.35~precise1
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-27-generic 3.5.0-27.46~precise1
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-28-generic 3.5.0-28.48~precise1
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-30-generic 3.5.0-30.51~precise1
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-34-generic 3.5.0-34.55~precise1
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-generic-lts-quantal
3.5.0.34.41 Generic Linux kernel image
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
Linux brent-MM061 3.5.0-34-generic #55~precise1-Ubuntu SMP Fri Jun 7
16:32:06 UTC 2013 i686 i686 i386 GNU/Linux

Thank you,
Brent Bradberry

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Please first run these commands:

sudo apt-get update

sudo apt-get remove linux-headers-generic-lts-quantal

sudo apt-get remove linux-headers-generic-pae

sudo apt-get install linux-headers-3.5.0-34-generic

sudo apt-get install linux-headers-generic

Then please follow this procedure:

https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

Please post full Terminal output from step 5 here:

https://answers.launchpad.net/ubuntu/+question/231357

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#8

brent@brent-MM061:~$ sudo grep -R proxy /etc/apt/*
brent@brent-MM061:~$ grep proxy /etc/environment
brent@brent-MM061:~$ echo $http_proxy

brent@brent-MM061:~$ echo $ftp_proxy

brent@brent-MM061:~$ grep proxy /etc/bash.bashrc
brent@brent-MM061:~$ grep proxy ~/.bashrc
brent@brent-MM061:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
brent@brent-MM061:~$ sudo fuser -vvv /var/lib/dpkg/lock
brent@brent-MM061:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"
brent@brent-MM061:~$ uname -a
Linux brent-MM061 3.5.0-34-generic #55~precise1-Ubuntu SMP Fri Jun 7 16:32:06 UTC 2013 i686 i686 i386 GNU/Linux
brent@brent-MM061:~$ sudo rm /var/lib/apt/lists/lock
brent@brent-MM061:~$ sudo rm /var/lib/dpkg/lock
brent@brent-MM061:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
brent@brent-MM061:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
brent@brent-MM061:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
brent@brent-MM061:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
brent@brent-MM061:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
brent@brent-MM061:~$ sudo rm -rf /var/lib/dpkg/updates/*
brent@brent-MM061:~$ sudo rm -rf /var/lib/apt/lists
brent@brent-MM061:~$ sudo rm /var/cache/apt/*.bin
brent@brent-MM061:~$ sudo mkdir /var/lib/apt/lists
brent@brent-MM061:~$ sudo mkdir /var/lib/apt/lists/partial
brent@brent-MM061:~$ LANG=C;sudo apt-get clean
brent@brent-MM061:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
brent@brent-MM061:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-34-generic but it is not installable
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-48-generic-pae but it is not installable
E: Unmet dependencies. Try using -f.
brent@brent-MM061:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://archive.ubuntu.com precise Release.gpg [198 B]
Get:2 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:3 http://archive.ubuntu.com precise-backports Release.gpg [198 B]
Get:4 http://archive.ubuntu.com precise-security Release.gpg [198 B]
Get:5 http://archive.ubuntu.com precise Release [49.6 kB]
Get:6 http://archive.ubuntu.com precise-updates Release [49.6 kB]
Get:7 http://archive.ubuntu.com precise-backports Release [49.6 kB]
Get:8 http://archive.ubuntu.com precise-security Release [49.6 kB]
Get:9 http://archive.ubuntu.com precise/main Sources [934 kB]
Get:10 http://archive.ubuntu.com precise/restricted Sources [5470 B]
Get:11 http://archive.ubuntu.com precise/universe Sources [5019 kB]
Get:12 http://archive.ubuntu.com precise/multiverse Sources [155 kB]
Get:13 http://archive.ubuntu.com precise/main i386 Packages [1274 kB]
Get:14 http://archive.ubuntu.com precise/restricted i386 Packages [8431 B]
Get:15 http://archive.ubuntu.com precise/universe i386 Packages [4796 kB]
Get:16 http://archive.ubuntu.com precise/multiverse i386 Packages [121 kB]
Get:17 http://archive.ubuntu.com precise/main TranslationIndex [3706 B]
Get:18 http://archive.ubuntu.com precise/multiverse TranslationIndex [2676 B]
Get:19 http://archive.ubuntu.com precise/restricted TranslationIndex [2596 B]
Get:20 http://archive.ubuntu.com precise/universe TranslationIndex [2922 B]
Get:21 http://archive.ubuntu.com precise-updates/main Sources [397 kB]
Get:22 http://archive.ubuntu.com precise-updates/restricted Sources [5467 B]
Get:23 http://archive.ubuntu.com precise-updates/universe Sources [90.9 kB]
Get:24 http://archive.ubuntu.com precise-updates/multiverse Sources [6571 B]
Get:25 http://archive.ubuntu.com precise-updates/main i386 Packages [661 kB]
Get:26 http://archive.ubuntu.com precise-updates/restricted i386 Packages [10.0 kB]
Get:27 http://archive.ubuntu.com precise-updates/universe i386 Packages [209 kB]
Get:28 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [13.8 kB]
Get:29 http://archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
Get:30 http://archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
Get:31 http://archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
Get:32 http://archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
Get:33 http://archive.ubuntu.com precise-backports/main Sources [2899 B]
Get:34 http://archive.ubuntu.com precise-backports/restricted Sources [14 B]
Get:35 http://archive.ubuntu.com precise-backports/universe Sources [30.5 kB]
Get:36 http://archive.ubuntu.com precise-backports/multiverse Sources [4385 B]
Get:37 http://archive.ubuntu.com precise-backports/main i386 Packages [2376 B]
Get:38 http://archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
Get:39 http://archive.ubuntu.com precise-backports/universe i386 Packages [30.7 kB]
Get:40 http://archive.ubuntu.com precise-backports/multiverse i386 Packages [4594 B]
Get:41 http://archive.ubuntu.com precise-backports/main TranslationIndex [72 B]
Get:42 http://archive.ubuntu.com precise-backports/multiverse TranslationIndex [72 B]
Get:43 http://archive.ubuntu.com precise-backports/restricted TranslationIndex [70 B]
Get:44 http://archive.ubuntu.com precise-backports/universe TranslationIndex [73 B]
Get:45 http://archive.ubuntu.com precise-security/main Sources [81.6 kB]
Get:46 http://archive.ubuntu.com precise-security/restricted Sources [2494 B]
Get:47 http://archive.ubuntu.com precise-security/universe Sources [26.3 kB]
Get:48 http://archive.ubuntu.com precise-security/multiverse Sources [1383 B]
Get:49 http://archive.ubuntu.com precise-security/main i386 Packages [308 kB]
Get:50 http://archive.ubuntu.com precise-security/restricted i386 Packages [4620 B]
Get:51 http://archive.ubuntu.com precise-security/universe i386 Packages [78.8 kB]
Get:52 http://archive.ubuntu.com precise-security/multiverse i386 Packages [2367 B]
Get:53 http://archive.ubuntu.com precise-security/main TranslationIndex [74 B]
Get:54 http://archive.ubuntu.com precise-security/multiverse TranslationIndex [71 B]
Get:55 http://archive.ubuntu.com precise-security/restricted TranslationIndex [72 B]
Get:56 http://archive.ubuntu.com precise-security/universe TranslationIndex [73 B]
Get:57 http://archive.ubuntu.com precise/main Translation-en [726 kB]
Get:58 http://archive.ubuntu.com precise/multiverse Translation-en [93.4 kB]
Get:59 http://archive.ubuntu.com precise/restricted Translation-en [2395 B]
Get:60 http://archive.ubuntu.com precise/universe Translation-en [3341 kB]
Get:61 http://archive.ubuntu.com precise-updates/main Translation-en [294 kB]
Get:62 http://archive.ubuntu.com precise-updates/multiverse Translation-en [7834 B]
Get:63 http://archive.ubuntu.com precise-updates/restricted Translation-en [2432 B]
Get:64 http://archive.ubuntu.com precise-updates/universe Translation-en [122 kB]
Get:65 http://archive.ubuntu.com precise-backports/main Translation-en [1512 B]
Get:66 http://archive.ubuntu.com precise-backports/multiverse Translation-en [4043 B]
Get:67 http://archive.ubuntu.com precise-backports/restricted Translation-en [14 B]
Get:68 http://archive.ubuntu.com precise-backports/universe Translation-en [22.9 kB]
Get:69 http://archive.ubuntu.com precise-security/main Translation-en [142 kB]
Get:70 http://archive.ubuntu.com precise-security/multiverse Translation-en [995 B]
Get:71 http://archive.ubuntu.com precise-security/restricted Translation-en [1253 B]
Get:72 http://archive.ubuntu.com precise-security/universe Translation-en [48.7 kB]
Fetched 19.3 MB in 28s (683 kB/s)
Reading package lists... Done
brent@brent-MM061:~$ sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of linux-headers-generic-pae:
 linux-headers-generic-pae depends on linux-headers-3.2.0-48-generic-pae; however:
  Package linux-headers-3.2.0-48-generic-pae is not installed.
dpkg: error processing linux-headers-generic-pae (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-headers-generic-lts-quantal:
 linux-headers-generic-lts-quantal depends on linux-headers-3.5.0-34-generic; however:
  Package linux-headers-3.5.0-34-generic is not installed.
dpkg: error processing linux-headers-generic-lts-quantal (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic-lts-quantal:
 linux-generic-lts-quantal depends on linux-headers-generic-lts-quantal; however:
  Package linux-headers-generic-lts-quantal is not configured yet.
dpkg: error processing linux-generic-lts-quantal (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-generic-pae
 linux-headers-generic-lts-quantal
 linux-generic-lts-quantal
brent@brent-MM061:~$ sudo dpkg --clear-avail
brent@brent-MM061:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  linux-headers-3.2.0-48 linux-headers-3.2.0-48-generic-pae
  linux-headers-3.5.0-34 linux-headers-3.5.0-34-generic
The following NEW packages will be installed:
  linux-headers-3.2.0-48 linux-headers-3.2.0-48-generic-pae
  linux-headers-3.5.0-34 linux-headers-3.5.0-34-generic
0 upgraded, 4 newly installed, 0 to remove and 17 not upgraded.
3 not fully installed or removed.
Need to get 25.7 MB of archives.
After this operation, 138 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.5.0-34 all 3.5.0-34.55~precise1 [12.1 MB]
Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.5.0-34-generic i386 3.5.0-34.55~precise1 [946 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-48 all 3.2.0-48.74 [11.7 MB]
Get:4 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-48-generic-pae i386 3.2.0-48.74 [977 kB]
Fetched 25.7 MB in 55s (466 kB/s)
(Reading database ... 339787 files and directories currently installed.)
Unpacking linux-headers-3.5.0-34 (from .../linux-headers-3.5.0-34_3.5.0-34.55~precise1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.5.0-34_3.5.0-34.55~precise1_all.deb (--unpack):
 error creating directory `./usr/src/linux-headers-3.5.0-34/arch/ia64/hp/sim/boot': No space left on device
No apport report written because the error message indicates a disk full error
     dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.5.0-34-generic (from .../linux-headers-3.5.0-34-generic_3.5.0-34.55~precise1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.5.0-34-generic_3.5.0-34.55~precise1_i386.deb (--unpack):
 unable to create `/usr/src/linux-headers-3.5.0-34-generic/include/config/scsi/dh/emc.h.dpkg-new' (while processing `./usr/src/linux-headers-3.5.0-34-generic/include/config/scsi/dh/emc.h'): No space left on device
No apport report written because the error message indicates a disk full error
     dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-48 (from .../linux-headers-3.2.0-48_3.2.0-48.74_all.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.2.0-48_3.2.0-48.74_all.deb (--unpack):
 error creating directory `./usr/src/linux-headers-3.2.0-48/scripts/dtc/libfdt': No space left on device
No apport report written because the error message indicates a disk full error
     dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-48-generic-pae (from .../linux-headers-3.2.0-48-generic-pae_3.2.0-48.74_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.2.0-48-generic-pae_3.2.0-48.74_i386.deb (--unpack):
 unable to create `/usr/src/linux-headers-3.2.0-48-generic-pae/include/config/virtio.h.dpkg-new' (while processing `./usr/src/linux-headers-3.2.0-48-generic-pae/include/config/virtio.h'): No space left on device
No apport report written because MaxReports is reached already
                                                              dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-headers-3.5.0-34_3.5.0-34.55~precise1_all.deb
 /var/cache/apt/archives/linux-headers-3.5.0-34-generic_3.5.0-34.55~precise1_i386.deb
 /var/cache/apt/archives/linux-headers-3.2.0-48_3.2.0-48.74_all.deb
 /var/cache/apt/archives/linux-headers-3.2.0-48-generic-pae_3.2.0-48.74_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
brent@brent-MM061:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-34-generic but it is not installed
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-48-generic-pae but it is not installed
E: Unmet dependencies. Try using -f.
brent@brent-MM061:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Hit http://archive.ubuntu.com precise Release.gpg
Hit http://archive.ubuntu.com precise-updates Release.gpg
Hit http://archive.ubuntu.com precise-backports Release.gpg
Hit http://archive.ubuntu.com precise-security Release.gpg
Hit http://archive.ubuntu.com precise Release
Hit http://archive.ubuntu.com precise-updates Release
Hit http://archive.ubuntu.com precise-backports Release
Hit http://archive.ubuntu.com precise-security Release
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/multiverse Sources
Hit http://archive.ubuntu.com precise-updates/main i386 Packages
Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise-backports/main Sources
Hit http://archive.ubuntu.com precise-backports/restricted Sources
Hit http://archive.ubuntu.com precise-backports/universe Sources
Hit http://archive.ubuntu.com precise-backports/multiverse Sources
Hit http://archive.ubuntu.com precise-backports/main i386 Packages
Hit http://archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/multiverse Sources
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-backports/main Translation-en
Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://archive.ubuntu.com precise-backports/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-34-generic but it is not installed
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-48-generic-pae but it is not installed
E: Unmet dependencies. Try using -f.
brent@brent-MM061:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list.d/precise-partner.list

     1 # deb http://archive.canonical.com/ubuntu precise partner #Added by software-center

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release i386 (20130214)]/ precise main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://archive.ubuntu.com/ubuntu precise main restricted
     6 deb-src http://archive.ubuntu.com/ubuntu precise main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
    11 deb-src http://archive.ubuntu.com/ubuntu precise-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://archive.ubuntu.com/ubuntu precise universe
    17 deb-src http://archive.ubuntu.com/ubuntu precise universe
    18 deb http://archive.ubuntu.com/ubuntu precise-updates universe
    19 deb-src http://archive.ubuntu.com/ubuntu precise-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://archive.ubuntu.com/ubuntu precise multiverse
    27 deb-src http://archive.ubuntu.com/ubuntu precise multiverse
    28 deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
    29 deb-src http://archive.ubuntu.com/ubuntu precise-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
    37 deb-src http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
    38
    39 deb http://archive.ubuntu.com/ubuntu precise-security main restricted
    40 deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
    41 deb http://archive.ubuntu.com/ubuntu precise-security universe
    42 deb-src http://archive.ubuntu.com/ubuntu precise-security universe
    43 deb http://archive.ubuntu.com/ubuntu precise-security multiverse
    44 deb-src http://archive.ubuntu.com/ubuntu precise-security multiverse
    45
    46 ## Uncomment the following two lines to add software from Canonical's
    47 ## 'partner' repository.
    48 ## This software is not part of Ubuntu, but is offered by Canonical and the
    49 ## respective vendors as a service to Ubuntu users.
    50 # deb http://archive.canonical.com/ubuntu precise partner
    51 # deb-src http://archive.canonical.com/ubuntu precise partner
    52
    53 ## This software is not part of Ubuntu, but is offered by third-party
    54 ## developers who want to ship their latest software.
    55 # deb http://extras.ubuntu.com/ubuntu precise main
    56 # deb-src http://extras.ubuntu.com/ubuntu precise main
brent@brent-MM061:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#9

Here is the real issue:

emc.h'): No space left on device
No apport report written because the error message indicates a disk full error
     dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-48 (from .../linux-headers-3.2.0-48_3.2.0-48.74_all.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.2.0-48_3.2.0-48.74_all.deb (--unpack):
 error creating directory `./usr/src/linux-headers-3.2.0-48/scripts/dtc/libfdt': No space left on device
No apport report written because the error message indicates a disk full error
     dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

Your harddisk has no free diskspace left (disk full).

Please clean up...

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

sudo apt-get clean

 A great start as well as clearing browser cache. You could even uninstall large apps like libreoffice then install the update and then remove old unused kernels. You can then reinstate libreoffice.

Also check the size of ~/.xsession-errors

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#11

On 06/26/2013 08:16 AM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> actionparsnip proposed the following answer:
> sudo apt-get clean
>
> A great start as well as clearing browser cache. You could even
> uninstall large apps like libreoffice then install the update and then
> remove old unused kernels. You can then reinstate libreoffice.
>
> Also check the size of ~/.xsession-errors
>
Thanks, but sudo apt-get clean was the very first thing I tried, with no
luck. My file '/' is the one that is full, and I don't know how to clean
it. Here is the terminal output from my attempts (is my syntax wrong?
Nothing happens)

brent@brent-MM061:~$ sudo apt-get clean
brent@brent-MM061:~$ sudo apt-get clean '/'
brent@brent-MM061:~$

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#12

On 06/26/2013 08:16 AM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> actionparsnip proposed the following answer:
> sudo apt-get clean
>
> A great start as well as clearing browser cache. You could even
> uninstall large apps like libreoffice then install the update and then
> remove old unused kernels. You can then reinstate libreoffice.
>
> Also check the size of ~/.xsession-errors
>
Here is some more info. When I tried to uninstall libreoffice impress,
an error message appeared and said I should run apt-get install -f. Here
is the terminal output from running apt-get install -f and then sudo
apt-get install -f. What should I try next?

brent@brent-MM061:~$ apt-get install -f
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission
denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you
root?
brent@brent-MM061:~$ sudo apt-get install -f
[sudo] password for brent:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer
required:
   linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
   linux-headers-3.2.0-48 linux-headers-3.2.0-48-generic-pae
   linux-headers-3.5.0-34 linux-headers-3.5.0-34-generic
The following NEW packages will be installed:
   linux-headers-3.2.0-48 linux-headers-3.2.0-48-generic-pae
   linux-headers-3.5.0-34 linux-headers-3.5.0-34-generic
0 upgraded, 4 newly installed, 0 to remove and 22 not upgraded.
3 not fully installed or removed.
Need to get 0 B/25.7 MB of archives.
After this operation, 138 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 339787 files and directories currently installed.)
Unpacking linux-headers-3.5.0-34 (from
.../linux-headers-3.5.0-34_3.5.0-34.55~precise1_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.5.0-34_3.5.0-34.55~precise1_all.deb
(--unpack):
  error creating directory
`./usr/src/linux-headers-3.5.0-34/arch/ia64/sn/pci/pcibr': No space left
on device
No apport report written because the error message indicates a disk full
error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.5.0-34-generic (from
.../linux-headers-3.5.0-34-generic_3.5.0-34.55~precise1_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.5.0-34-generic_3.5.0-34.55~precise1_i386.deb
(--unpack):
  error creating directory
`./usr/src/linux-headers-3.5.0-34-generic/include/config/scsi/generic':
No space left on device
No apport report written because the error message indicates a disk full
error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-48 (from
.../linux-headers-3.2.0-48_3.2.0-48.74_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.2.0-48_3.2.0-48.74_all.deb
(--unpack):
  unable to create
`/usr/src/linux-headers-3.2.0-48/scripts/dtc/Makefile.dpkg-new' (while
processing `./usr/src/linux-headers-3.2.0-48/scripts/dtc/Makefile'): No
space left on device
No apport report written because the error message indicates a disk full
error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-48-generic-pae (from
.../linux-headers-3.2.0-48-generic-pae_3.2.0-48.74_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.2.0-48-generic-pae_3.2.0-48.74_i386.deb
(--unpack):
  error creating directory
`./usr/src/linux-headers-3.2.0-48-generic-pae/include/config/mutex/spin/on':
No space left on device
No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
  /var/cache/apt/archives/linux-headers-3.5.0-34_3.5.0-34.55~precise1_all.deb
  /var/cache/apt/archives/linux-headers-3.5.0-34-generic_3.5.0-34.55~precise1_i386.deb
  /var/cache/apt/archives/linux-headers-3.2.0-48_3.2.0-48.74_all.deb
  /var/cache/apt/archives/linux-headers-3.2.0-48-generic-pae_3.2.0-48.74_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
brent@brent-MM061:~$

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

Uninstall libreoffice like I said earlier. ...

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

try the commands

sudo dpkg --purge linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic linux-image-3.5.0-23-generic linux-image-3.5.0-27-generic
sudo dpkg --configure -a

and copy/paste the output as done before.

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#15

On 06/27/2013 02:01 AM, Manfred Hampl wrote:
> sudo dpkg --purge linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic linux-image-3.5.0-23-generic linux-image-3.5.0-27-generic
> sudo dpkg --configure -a
brent@brent-MM061:~$ sudo dpkg --purge linux-headers-3.5.0-23
linux-headers-3.5.0-23-generic linux-image-3.5.0-23-generic
linux-image-3.5.0-27-generic
[sudo] password for brent:
Sorry, try again.
[sudo] password for brent:
(Reading database ... 339786 files and directories currently installed.)
Removing linux-headers-3.5.0-23-generic ...
Removing linux-image-3.5.0-23-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.5.0-23-generic /boot/vmlinuz-3.5.0-23-generic
update-initramfs: Deleting /boot/initrd.img-3.5.0-23-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.5.0-23-generic /boot/vmlinuz-3.5.0-23-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-34-generic
Found initrd image: /boot/initrd.img-3.5.0-34-generic
Found linux image: /boot/vmlinuz-3.5.0-30-generic
Found initrd image: /boot/initrd.img-3.5.0-30-generic
Found linux image: /boot/vmlinuz-3.5.0-28-generic
Found initrd image: /boot/initrd.img-3.5.0-28-generic
Found linux image: /boot/vmlinuz-3.5.0-27-generic
Found initrd image: /boot/initrd.img-3.5.0-27-generic
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-3.5.0-23-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.5.0-23-generic /boot/vmlinuz-3.5.0-23-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.5.0-23-generic /boot/vmlinuz-3.5.0-23-generic
Removing linux-image-3.5.0-27-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.5.0-27-generic /boot/vmlinuz-3.5.0-27-generic
update-initramfs: Deleting /boot/initrd.img-3.5.0-27-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.5.0-27-generic /boot/vmlinuz-3.5.0-27-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-34-generic
Found initrd image: /boot/initrd.img-3.5.0-34-generic
Found linux image: /boot/vmlinuz-3.5.0-30-generic
Found initrd image: /boot/initrd.img-3.5.0-30-generic
Found linux image: /boot/vmlinuz-3.5.0-28-generic
Found initrd image: /boot/initrd.img-3.5.0-28-generic
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-3.5.0-27-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.5.0-27-generic /boot/vmlinuz-3.5.0-27-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.5.0-27-generic /boot/vmlinuz-3.5.0-27-generic
Removing linux-headers-3.5.0-23 ...
brent@brent-MM061:~$

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

What is the output of:

df -h

now?

Thanks

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#17

On 06/27/2013 07:51 AM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What is the output of:
>
> df -h
>
> now?
>
> Thanks
>
brent@brent-MM061:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 5.5G 4.8G 445M 92% /
udev 490M 4.0K 490M 1% /dev
tmpfs 199M 812K 198M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 497M 200K 497M 1% /run/shm
/dev/sda6 67G 352M 64G 1% /home
brent@brent-MM061:~$

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

With only a 5.5Gb / partition you will need to trim down some. Uninstall applications you don't use to free space (Remmina f you dont use remote desktop and so forth). A default install of Ubuntu has a lot of applications, some of which you will never use.

Uninstall the email client if you use webmail.

That sort of jazz.

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#19

On 06/27/2013 08:21 AM, actionparsnip wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> With only a 5.5Gb / partition you will need to trim down some. Uninstall
> applications you don't use to free space (Remmina f you dont use remote
> desktop and so forth). A default install of Ubuntu has a lot of
> applications, some of which you will never use.
>
> Uninstall the email client if you use webmail.
>
> That sort of jazz.
>
Thanks. I really want to clear some space, but have not been able to do
so. For instance, when I try to use Ubuntu Software Center, I
immediately get an error message: "Items cannot be installed or removed
until the package catalog is repaired.....". Any suggestions on how to
clear space?

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

Don't mix different issues!

Having no free inodes is one issue, and a broken package catalogue is another thing.
Before we can tackle the broken catalogue, we have to make sure that there is enough free space (resp. free inodes).

It seems that the dpkg --purge command has provided some free space. Now let us see how far we got, if we can get a bit further, and what the status of the package management system is.

please provide the output of the following commands:

df -I
dpkg -l | grep headers
sudo dpkg --purge linux-image-3.5.0-28-generic linux-image-3.5.0-28-generic
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
df -h
df -i

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#21

On 06/27/2013 09:56 AM, Manfred Hampl wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Don't mix different issues!
>
> Having no free inodes is one issue, and a broken package catalogue is another thing.
> Before we can tackle the broken catalogue, we have to make sure that there is enough free space (resp. free inodes).
>
> It seems that the dpkg --purge command has provided some free space. Now
> let us see how far we got, if we can get a bit further, and what the
> status of the package management system is.
>
> please provide the output of the following commands:
>
> df -I
> dpkg -l | grep headers
> sudo dpkg --purge linux-image-3.5.0-28-generic linux-image-3.5.0-28-generic
> sudo dpkg --configure -a
> sudo apt-get update
> sudo apt-get upgrade
> df -h
> df -i
>
brent@brent-MM061:~$ df -I
df: invalid option -- 'I'
Try `df --help' for more information.
brent@brent-MM061:~$ dpkg -l | grep headers
ii linux-generic-lts-quantal 3.5.0.34.41
Generic Linux kernel image and headers
ii linux-headers-3.2.0-40 3.2.0-40.64
Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-40-generic-pae
3.2.0-40.64 Linux kernel headers for version
3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-41 3.2.0-41.66
Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-41-generic-pae
3.2.0-41.66 Linux kernel headers for version
3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-43 3.2.0-43.68
Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-43-generic-pae
3.2.0-43.68 Linux kernel headers for version
3.2.0 on 32 bit x86 SMP
iU linux-headers-3.2.0-48-generic-pae
3.2.0-48.74 Linux kernel headers for version
3.2.0 on 32 bit x86 SMP
ii linux-headers-3.5.0-27 3.5.0-27.46~precise1
Header files related to Linux kernel version 3.5.0
ii linux-headers-3.5.0-27-generic
3.5.0-27.46~precise1 Linux kernel headers for version
3.5.0 on 32 bit x86 SMP
ii linux-headers-3.5.0-28 3.5.0-28.48~precise1
Header files related to Linux kernel version 3.5.0
ii linux-headers-3.5.0-28-generic
3.5.0-28.48~precise1 Linux kernel headers for version
3.5.0 on 32 bit x86 SMP
ii linux-headers-3.5.0-30 3.5.0-30.51~precise1
Header files related to Linux kernel version 3.5.0
ii linux-headers-3.5.0-30-generic
3.5.0-30.51~precise1 Linux kernel headers for version
3.5.0 on 32 bit x86 SMP
ii linux-headers-3.5.0-34 3.5.0-34.55~precise1
Header files related to Linux kernel version 3.5.0
ii linux-headers-3.5.0-34-generic
3.5.0-34.55~precise1 Linux kernel headers for version
3.5.0 on 32 bit x86 SMP
ii linux-headers-generic-lts-quantal
3.5.0.34.41 Generic Linux kernel headers
iU linux-headers-generic-pae 3.2.0.48.58
Generic Linux kernel headers
brent@brent-MM061:~$ sudo dpkg --purge linux-image-3.5.0-28-generic
linux-image-3.5.0-28-generic
[sudo] password for brent:
Sorry, try again.
[sudo] password for brent:
Package linux-image-3.5.0-28-generic listed more than once, only
processing once.
(Reading database ... 339298 files and directories currently installed.)
Removing linux-image-3.5.0-28-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic
update-initramfs: Deleting /boot/initrd.img-3.5.0-28-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-34-generic
Found initrd image: /boot/initrd.img-3.5.0-34-generic
Found linux image: /boot/vmlinuz-3.5.0-30-generic
Found initrd image: /boot/initrd.img-3.5.0-30-generic
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-3.5.0-28-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic
brent@brent-MM061:~$

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

sorry, there was a typo error in one of my commands, but also the incomplete output provides information for the next step.

Please open a terminal and issue the following commands and copy/paste the output (all of them, not only the first one or two!):

sudo dpkg --purge linux-headers-3.2.0-40 linux-headers-3.2.0-40-generic-pae linux-headers-3.2.0-41 linux-headers-3.2.0-41-generic-pae linux-headers-3.5.0-27 linux-headers-3.5.0-27-generic linux-headers-3.5.0-28 linux-headers-3.5.0-28-generic

sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
df -h
df -i

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#23

On 06/27/2013 10:56 PM, Manfred Hampl wrote:
> Your question #231357 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/231357
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> sorry, there was a typo error in one of my commands, but also the
> incomplete output provides information for the next step.
>
> Please open a terminal and issue the following commands and copy/paste
> the output (all of them, not only the first one or two!):
>
> sudo dpkg --purge linux-headers-3.2.0-40 linux-headers-3.2.0-40-generic-
> pae linux-headers-3.2.0-41 linux-headers-3.2.0-41-generic-pae linux-
> headers-3.5.0-27 linux-headers-3.5.0-27-generic linux-headers-3.5.0-28
> linux-headers-3.5.0-28-generic
>
> sudo dpkg --configure -a
> sudo apt-get update
> sudo apt-get upgrade
> sudo apt-get -f install
> df -h
> df -i
>
Manfred,
I'm sorry, but when I copy and paste the commands you sent, the results
look odd. Here is the output:
brent@brent-MM061:~$ sudo dpkg --purge linux-headers-3.2.0-40
linux-headers-3.2.0-40-generic-pae linux-headers-3.2.0-41
linux-headers-3.2.0-41-generic-pae linux-headers-3.5.0-27
linux-headers-3.5.0-27-generic
linux-headers-3.5.0-28linux-headers-3.5.0-28-generic sudo dpkg
--configure -a sudo apt-get update sudo apt-get upgrade sudo apt-get -f
install df -h df -i
[sudo] password for brent:
Sorry, try again.
[sudo] password for brent:
dpkg: warning: there's no installed package matching
linux-headers-3.5.0-28linux-headers-3.5.0-28-generic
dpkg: error: package name in specifier '--configure' is illegal: must
start with an alphanumeric character
brent@brent-MM061:~$

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

Launchpad keeps a log of all messages related to a question in one document, and it sends out notifications by e-mail.
It seems that you look at the e-mail notification, but your e-mail system does not correctly preserve line breaks, and thus the commands that I gave got scrambled.

Please use the web-based version of Launchpad by opening the page https://answers.launchpad.net/ubuntu/+question/231357
In the top right corner there is a 'login' link, please login with your e-mail-address and launchpad password (if you aren't already logged in), and then scroll down to the end of that document and look at the message #24.
There is a list of ten commands. Copy the one by one to execute them in a terminal window of your Ubuntu system, and then copy/paste the results back into the 'Message:' box.

sudo dpkg --purge linux-headers-3.2.0-40 linux-headers-3.2.0-40-generic-pae
sudo dpkg --purge linux-headers-3.2.0-41 linux-headers-3.2.0-41-generic-pae
sudo dpkg --purge linux-headers-3.5.0-27 linux-headers-3.5.0-27-generic
sudo spkg --purge linux-headers-3.5.0-28 linux-headers-3.5.0-28-generic
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
df -h
df -i

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

sorry, two typo errors, should have been

...Copy them one by one... instead of ...Copy the one by one...
and
...sudo dpkg... instead of ...sudo spkg...

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#26

brent@brent-MM061:~$ sudo dpkg --purge linux-headers-3.2.0-40 linux-headers-3.2.0-40-generic-pae
[sudo] password for brent:
(Reading database ... 334817 files and directories currently installed.)
Removing linux-headers-3.2.0-40-generic-pae ...
Removing linux-headers-3.2.0-40 ...
brent@brent-MM061:~$ sudo dpkg --purge linux-headers-3.5.0-27 linux-headers-3.5.0-27-generic
(Reading database ... 312508 files and directories currently installed.)
Removing linux-headers-3.5.0-27-generic ...
Removing linux-headers-3.5.0-27 ...
brent@brent-MM061:~$ sudo dpkg --purge linux-headers-3.5.0-27 linux-headers-3.5.0-27-generic
dpkg: warning: there's no installed package matching linux-headers-3.5.0-27
dpkg: warning: there's no installed package matching linux-headers-3.5.0-27-generic
brent@brent-MM061:~$ sudo dpkg --purge linux-headers-3.5.0-28 linux-headers-3.5.0-28-generic
(Reading database ... 289464 files and directories currently installed.)
Removing linux-headers-3.5.0-28-generic ...
Removing linux-headers-3.5.0-28 ...
brent@brent-MM061:~$ sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of linux-headers-3.2.0-48-generic-pae:
 linux-headers-3.2.0-48-generic-pae depends on linux-headers-3.2.0-48; however:
  Package linux-headers-3.2.0-48 is not installed.
dpkg: error processing linux-headers-3.2.0-48-generic-pae (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-headers-generic-pae:
 linux-headers-generic-pae depends on linux-headers-3.2.0-48-generic-pae; however:
  Package linux-headers-3.2.0-48-generic-pae is not configured yet.
dpkg: error processing linux-headers-generic-pae (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-3.2.0-48-generic-pae
 linux-headers-generic-pae
brent@brent-MM061:~$ sudo apt-get update
Hit http://archive.ubuntu.com precise Release.gpg
Get:1 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:2 http://archive.ubuntu.com precise-backports Release.gpg [198 B]
Hit http://archive.ubuntu.com precise-security Release.gpg
Hit http://archive.ubuntu.com precise Release
Get:3 http://archive.ubuntu.com precise-updates Release [49.6 kB]
Get:4 http://archive.ubuntu.com precise-backports Release [49.6 kB]
Hit http://archive.ubuntu.com precise-security Release
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Get:5 http://archive.ubuntu.com precise-updates/main Sources [398 kB]
Get:6 http://archive.ubuntu.com precise-updates/restricted Sources [5,467 B]
Get:7 http://archive.ubuntu.com precise-updates/universe Sources [91.3 kB]
Get:8 http://archive.ubuntu.com precise-updates/multiverse Sources [6,571 B]
Get:9 http://archive.ubuntu.com precise-updates/main i386 Packages [663 kB]
Get:10 http://archive.ubuntu.com precise-updates/restricted i386 Packages [10.0 kB]
Get:11 http://archive.ubuntu.com precise-updates/universe i386 Packages [211 kB]
Get:12 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [13.8 kB]
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Get:13 http://archive.ubuntu.com precise-backports/main Sources [2,899 B]
Get:14 http://archive.ubuntu.com precise-backports/restricted Sources [14 B]
Get:15 http://archive.ubuntu.com precise-backports/universe Sources [30.9 kB]
Get:16 http://archive.ubuntu.com precise-backports/multiverse Sources [4,385 B]
Get:17 http://archive.ubuntu.com precise-backports/main i386 Packages [2,376 B]
Get:18 http://archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
Get:19 http://archive.ubuntu.com precise-backports/universe i386 Packages [30.8 kB]
Get:20 http://archive.ubuntu.com precise-backports/multiverse i386 Packages [4,594 B]
Hit http://archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/multiverse Sources
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-backports/main Translation-en
Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://archive.ubuntu.com precise-backports/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
Fetched 1,575 kB in 16s (95.7 kB/s)
Reading package lists... Done
brent@brent-MM061:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-headers-3.2.0-48-generic-pae : Depends: linux-headers-3.2.0-48 but it is not installed
E: Unmet dependencies. Try using -f.
brent@brent-MM061:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.2.0-48
The following NEW packages will be installed:
  linux-headers-3.2.0-48
0 upgraded, 1 newly installed, 0 to remove and 35 not upgraded.
2 not fully installed or removed.
Need to get 0 B/11.7 MB of archives.
After this operation, 56.3 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 266421 files and directories currently installed.)
Unpacking linux-headers-3.2.0-48 (from .../linux-headers-3.2.0-48_3.2.0-48.74_all.deb) ...
Setting up linux-headers-3.2.0-48 (3.2.0-48.74) ...
Setting up linux-headers-3.2.0-48-generic-pae (3.2.0-48.74) ...
Setting up linux-headers-generic-pae (3.2.0.48.58) ...
brent@brent-MM061:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 5.5G 4.5G 805M 85% /
udev 490M 4.0K 490M 1% /dev
tmpfs 199M 852K 198M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 497M 140K 497M 1% /run/shm
/dev/sda6 67G 480M 64G 1% /home
brent@brent-MM061:~$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda1 361440 301640 59800 84% /
udev 125219 485 124734 1% /dev
tmpfs 127203 415 126788 1% /run
none 127203 3 127200 1% /run/lock
none 127203 6 127197 1% /run/shm
/dev/sda6 4464640 4124 4460516 1% /home
brent@brent-MM061:~$

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

This looks good!

"df -i" shows that there are now 59800 inodes free on your root file system. This should be sufficient, as long as you keep an eye on it to make sure that you do not run out of inodes again.

"sudo apt-get -f install" has installed the missing header packages, so your package management system should be clean again.

Next steps: do the missing package updates ("...and 35 not upgraded...") and check if there is some more disk space/inodes that can be regained.

sudo apt-get update
sudo apt-get upgrade
dpkg -l | grep header
dpkg -l | grep image

Please copy/paste all output as done before.

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#28

brent@brent-MM061:~$ sudo apt-get update
[sudo] password for brent:
Sorry, try again.
[sudo] password for brent:
Hit http://archive.ubuntu.com precise Release.gpg
Get:1 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:2 http://archive.ubuntu.com precise-backports Release.gpg [198 B]
Get:3 http://archive.ubuntu.com precise-security Release.gpg [198 B]
Hit http://archive.ubuntu.com precise Release
Get:4 http://archive.ubuntu.com precise-updates Release [49.6 kB]
Get:5 http://archive.ubuntu.com precise-backports Release [49.6 kB]
Get:6 http://archive.ubuntu.com precise-security Release [49.6 kB]
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Get:7 http://archive.ubuntu.com precise-updates/main Sources [399 kB]
Get:8 http://archive.ubuntu.com precise-updates/restricted Sources [5,467 B]
Get:9 http://archive.ubuntu.com precise-updates/universe Sources [91.3 kB]
Get:10 http://archive.ubuntu.com precise-updates/multiverse Sources [6,571 B]
Get:11 http://archive.ubuntu.com precise-updates/main i386 Packages [663 kB]
Get:12 http://archive.ubuntu.com precise-updates/restricted i386 Packages [10.0 kB]
Get:13 http://archive.ubuntu.com precise-updates/universe i386 Packages [211 kB]
Get:14 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [13.8 kB]
Get:15 http://archive.ubuntu.com precise-updates/main TranslationIndex [3,564 B]
Get:16 http://archive.ubuntu.com precise-updates/multiverse TranslationIndex [2,605 B]
Get:17 http://archive.ubuntu.com precise-updates/restricted TranslationIndex [2,461 B]
Get:18 http://archive.ubuntu.com precise-updates/universe TranslationIndex [2,850 B]
Get:19 http://archive.ubuntu.com precise-backports/main Sources [2,899 B]
Get:20 http://archive.ubuntu.com precise-backports/restricted Sources [14 B]
Get:21 http://archive.ubuntu.com precise-backports/universe Sources [30.9 kB]
Get:22 http://archive.ubuntu.com precise-backports/multiverse Sources [4,385 B]
Get:23 http://archive.ubuntu.com precise-backports/main i386 Packages [2,376 B]
Get:24 http://archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
Get:25 http://archive.ubuntu.com precise-backports/universe i386 Packages [30.8 kB]
Get:26 http://archive.ubuntu.com precise-backports/multiverse i386 Packages [4,594 B]
Hit http://archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex
Get:27 http://archive.ubuntu.com precise-security/main Sources [82.5 kB]
Get:28 http://archive.ubuntu.com precise-security/restricted Sources [2,494 B]
Get:29 http://archive.ubuntu.com precise-security/universe Sources [26.3 kB]
Get:30 http://archive.ubuntu.com precise-security/multiverse Sources [1,383 B]
Get:31 http://archive.ubuntu.com precise-security/main i386 Packages [309 kB]
Get:32 http://archive.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
Get:33 http://archive.ubuntu.com precise-security/universe i386 Packages [79.8 kB]
Get:34 http://archive.ubuntu.com precise-security/multiverse i386 Packages [2,367 B]
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-backports/main Translation-en
Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://archive.ubuntu.com precise-backports/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
Fetched 2,146 kB in 10s (202 kB/s)
Reading package lists... Done
brent@brent-MM061:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  libcurl3 libcurl3-gnutls libcurl3-nss
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 711 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-gnutls i386 7.22.0-3ubuntu4.2 [232 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 i386 7.22.0-3ubuntu4.2 [241 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-nss i386 7.22.0-3ubuntu4.2 [238 kB]
Fetched 711 kB in 3s (186 kB/s)
(Reading database ... 280280 files and directories currently installed.)
Preparing to replace libcurl3-gnutls 7.22.0-3ubuntu4.1 (using .../libcurl3-gnutls_7.22.0-3ubuntu4.2_i386.deb) ...
Unpacking replacement libcurl3-gnutls ...
Preparing to replace libcurl3 7.22.0-3ubuntu4.1 (using .../libcurl3_7.22.0-3ubuntu4.2_i386.deb) ...
Unpacking replacement libcurl3 ...
Preparing to replace libcurl3-nss 7.22.0-3ubuntu4.1 (using .../libcurl3-nss_7.22.0-3ubuntu4.2_i386.deb) ...
Unpacking replacement libcurl3-nss ...
Setting up libcurl3-gnutls (7.22.0-3ubuntu4.2) ...
Setting up libcurl3 (7.22.0-3ubuntu4.2) ...
Setting up libcurl3-nss (7.22.0-3ubuntu4.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
brent@brent-MM061:~$ dpkg -l | grep header
ii linux-generic-lts-quantal 3.5.0.34.41 Generic Linux kernel image and headers
ii linux-headers-3.2.0-41 3.2.0-41.66 Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-41-generic-pae 3.2.0-41.66 Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-43 3.2.0-43.68 Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-43-generic-pae 3.2.0-43.68 Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-48 3.2.0-48.74 Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-48-generic-pae 3.2.0-48.74 Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.5.0-30 3.5.0-30.51~precise1 Header files related to Linux kernel version 3.5.0
ii linux-headers-3.5.0-30-generic 3.5.0-30.51~precise1 Linux kernel headers for version 3.5.0 on 32 bit x86 SMP
ii linux-headers-3.5.0-34 3.5.0-34.55~precise1 Header files related to Linux kernel version 3.5.0
ii linux-headers-3.5.0-34-generic 3.5.0-34.55~precise1 Linux kernel headers for version 3.5.0 on 32 bit x86 SMP
ii linux-headers-generic-lts-quantal 3.5.0.34.41 Generic Linux kernel headers
ii linux-headers-generic-pae 3.2.0.48.58 Generic Linux kernel headers
brent@brent-MM061:~$ dpkg -l | grep image
ii genisoimage 9:1.1.11-2ubuntu2 Creates ISO-9660 CD-ROM filesystem images
ii imagemagick 8:6.6.9.7-5ubuntu3.2 image manipulation programs
ii imagemagick-common 8:6.6.9.7-5ubuntu3.2 image manipulation programs -- infrastructure
ii libcupsimage2 1.5.3-0ubuntu8 Common UNIX Printing System(tm) - Raster image library
ii libdjvulibre21 3.5.24-9 Runtime support for the DjVu image format
ii libgif4 4.1.6-9ubuntu1 library for GIF images (library)
ii libijs-0.35 0.35-8 IJS raster image transport protocol: shared library
ii libisofs6 1.1.6-1ubuntu1 library to create ISO9660 images
ii liblqr-1-0 0.4.1-1.1 converts plain array images into multi-size representation
ii libmagickcore4 8:6.6.9.7-5ubuntu3.2 low-level image manipulation library
ii libmagickcore4-extra 8:6.6.9.7-5ubuntu3.2 low-level image manipulation library - extra codecs
ii libmagickwand4 8:6.6.9.7-5ubuntu3.2 image manipulation library
ii libmng1 1.0.10-3 Multiple-image Network Graphics library
ii libopenexr6 1.6.1-4.1 runtime files for the OpenEXR image library
ii libraw5 0.14.4-0ubuntu2.1 raw image decoder library
ii linux-generic-lts-quantal 3.5.0.34.41 Generic Linux kernel image and headers
ii linux-image-3.5.0-30-generic 3.5.0-30.51~precise1 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-34-generic 3.5.0-34.55~precise1 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-generic-lts-quantal 3.5.0.34.41 Generic Linux kernel image
ii netpbm 2:10.0-15 Graphics conversion tools between image formats
ii usb-creator-common 0.2.38 create a startup disk using a CD or disc image (common files)
ii usb-creator-gtk 0.2.38 create a startup disk using a CD or disc image (for GNOME)
brent@brent-MM061:~$

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#29

Thanks Manfred Hampl, that solved my question.

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

Glad to see that the problem has been solved.
To create some more free space you could/should remove some more outdated header packages:

sudo apt-get purge '^linux-headers-3.2.0-4*'
sudo apt-get purge linux-headers-3.5.0-30 linux-headers-3.5.0-30-generic

If such apt-get terminal commands are too cryptic for you, you could also use software-center or synaptic to identify obsolete kernel header files (in fact all linux-header-* packages with a number lower than your current kernel version) and deinstall them using these programs.

Revision history for this message
Brent Bradberry (brentbradberry-d) said :
#31

On 07/02/2013 11:36 PM, Manfred Hampl wrote:
> Your question #231357 on apt in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/231357
>
> Manfred Hampl posted a new comment:
> Glad to see that the problem has been solved.
> To create some more free space you could/should remove some more outdated header packages:
>
> sudo apt-get purge '^linux-headers-3.2.0-4*'
> sudo apt-get purge linux-headers-3.5.0-30 linux-headers-3.5.0-30-generic
>
> If such apt-get terminal commands are too cryptic for you, you could
> also use software-center or synaptic to identify obsolete kernel header
> files (in fact all linux-header-* packages with a number lower than your
> current kernel version) and deinstall them using these programs.
>
Thank you very much, Manfred. This information is exactly what I needed.

Brent Bradberry
Moscow, Idaho USA