Okay, so I'm getting this error:
pdu@pdu-laptop:~$ 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:
kdebase-workspace-bin
Suggested packages:
plasma-scriptengines
The following packages will be upgraded:
kdebase-workspace-bin
1 upgraded, 0 newly installed, 0 to remove and 582 not upgraded.
Need to get 0B/2099kB of archives.
After this operation, 2445kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 128455 files and directories currently installed.)
Preparing to replace kdebase-workspace-bin 4:4.2.2-0ubuntu2 (using .../kdebase-workspace-bin_4%3a4.3.0-0ubuntu12_i386.deb) ...
Unpacking replacement kdebase-workspace-bin ...
dpkg: error processing /var/cache/apt/archives/kdebase-workspace-bin_4%3a4.3.0-0ubuntu12_i386.deb (--unpack):
trying to overwrite `/usr/share/kde4/apps/kcmsolidactions/solid-action-template.desktop', which is also in packagekdebase-workspace-data
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/kdebase-workspace-bin_4%3a4.3.0-0ubuntu12_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
pdu@pdu-laptop:~$
Question: Can I just remove the file that its trying to overwrite, and if I do, is that likely to solve the problem?
Thanks!
Paul
~~~~
pdu@pdu-laptop:~$ 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:
kdebase-workspace-bin
Suggested packages:
plasma-scriptengines
The following packages will be upgraded:
kdebase-workspace-bin
1 upgraded, 0 newly installed, 0 to remove and 582 not upgraded.
Need to get 0B/2099kB of archives.
After this operation, 2445kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 128455 files and directories currently installed.)
Preparing to replace kdebase-workspace-bin 4:4.2.2-0ubuntu2 (using .../kdebase-workspace-bin_4%3a4.3.0-0ubuntu12_i386.deb) ...
Unpacking replacement kdebase-workspace-bin ...
dpkg: error processing /var/cache/apt/archives/kdebase-workspace-bin_4%3a4.3.0-0ubuntu12_i386.deb (--unpack):
trying to overwrite `/usr/share/kde4/apps/kcmsolidactions/solid-action-template.desktop', which is also in packagekdebase-workspace-data
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/kdebase-workspace-bin_4%3a4.3.0-0ubuntu12_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
pdu@pdu-laptop:~$
Question: Can I just remove the file that its trying to overwrite, and if I do, is that likely to solve the problem?
Thanks!
Paul
~~~~
Comment