Jag har använt Ubuntu i många år, men inte på någon expertnivå precis. Just nu har jag version 12.04. Med hjälp av googlande har jag gissat att mina nuvarande problem är: 1) det är fullt på /-partitionen (jag har separata /, /boot, och /home-partitioner) 2) det är något som inte har installerat sig ordentligt, antagligen på grund av 1). Men jag lyckas inte fixa det.
Min senaste kärna är 3.2.0-32-generic-pae. När jag försöker installera vad som helst, så säger datorn:
Kod: Markera allt
elin@aklavik:~$ sudo 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-pae : Depends: linux-headers-3.2.0-32-generic-pae but it is not going to be installed
synaptic : Depends: libept1.4.12 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Kod: Markera allt
elin@aklavik:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
screen-resolution-extra
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
linux-headers-3.2.0-32-generic-pae
The following NEW packages will be installed:
linux-headers-3.2.0-32-generic-pae
0 upgraded, 1 newly installed, 0 to remove and 120 not upgraded.
1 not fully installed or removed.
Need to get 982 kB of archives.
After this operation, 11.3 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://se.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-32-generic-pae i386 3.2.0-32.51 [982 kB]
Fetched 982 kB in 1s (914 kB/s)
(Reading database ... 408651 files and directories currently installed.)
Unpacking linux-headers-3.2.0-32-generic-pae (from .../linux-headers-3.2.0-32-generic-pae_3.2.0-32.51_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.2.0-32-generic-pae_3.2.0-32.51_i386.deb (--unpack):
unable to create `/usr/src/linux-headers-3.2.0-32-generic-pae/include/config/wext/proc.h.dpkg-new' (while processing `./usr/src/linux-headers-3.2.0-32-generic-pae/include/config/wext/proc.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.2.0-32-generic-pae_3.2.0-32.51_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Kod: Markera allt
elin@aklavik:~$ sudo apt-get remove linux-image-3.0.0-19-generic-pae
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-pae : Depends: linux-headers-3.2.0-32-generic-pae but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Har jag tolkat problemet rätt? Någon som kan hjälpa till?