Author Topic: Error during update on fresh install  (Read 533 times)

WindowsSucks

  • Guest
Error during update on fresh install
« on: May 04, 2010, 10:14:38 PM »
root@localhost ~]# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded
  kdebase4-workspace
The following packages have been kept back
  libgpod libgpod4 sdparm
1 upgraded, 0 newly installed, 0 removed and 3 not upgraded.
Need to get 0B/81.2MB of archives.
After unpacking 1474kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Committing changes...
Preparing                                ############################## [100%]
Updating / installing
  kdebase4-workspace-4.4.2-5pclos2010.i5 ############################## [100%]
error: unpacking of archive failed on file /usr/share/icons/oxygen/128x128/apps/kcmkwm.png;4be0d453: cpio: File digest mismatch
Done.
W: Some errors occurred while running transaction
[root@localhost ~]#

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: Error during update on fresh install
« Reply #1 on: May 04, 2010, 10:25:39 PM »


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

WindowsSucks

  • Guest
Re: Error during update on fresh install
« Reply #2 on: May 04, 2010, 10:41:09 PM »
ah,well thank you sir. uh oh'


While installing package etherape-0.9.8-2pclos2010:

gtk-update-icon-cache: No theme index file.

While installing package waheela-0.3-2pclos2010:

gtk-update-icon-cache: No theme index file.

While installing package kdebase4-workspace-4.4.2-5pclos2010:

error: unpacking of archive failed on file /usr/share/icons/oxygen/128x128/apps/kcmkwm.png;4be0db8f: cpio: File digest mismatch

The error is still there using this method,also there are other errors as well.
« Last Edit: May 04, 2010, 10:50:48 PM by WindowsSucks »

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: Error during update on fresh install
« Reply #3 on: May 04, 2010, 10:59:24 PM »
The recommended method of updating a new 2010 install would be as follows.

Run "Repository Speed Test" from the menu and follow the instructions. Then use synaptic/ click the "reload" button/ Mark All Updates, and click "Apply". That is the way to update your install. If you are doing something different than that, you might be on your own.

I know it can be done from the command line in Konsole but that is not the recommended method.  ;)


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Error during update on fresh install
« Reply #4 on: May 05, 2010, 06:36:12 AM »
If you simply must use the CLI, then you should be aware that PCLinuxOS uses apt4rpm, rather than plain apt. Some of those apt-get commands you will find on the net will not work well. Search this forum first.

The correct commands to update:
Code: [Select]
apt-get updateThis will refresh your package lists.

Code: [Select]
apt-get dist-upgradeThis will upgrade your installed applications.