broken dependencies, apt did it! apt can't fix it!
Somehow I got a broken dependency....I thought apt wouldn't let that happen...but somehow I guess it did....so it says so "apt-get install -f"....and I did....and it says:
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxcursor-dev (1.0.2-2)
The following NEW packages will be installed:
libxcursor-dev (1.0.2-2)
0 upgraded, 1 newly installed, 0 to remove and 80 not upgraded.
7 not fully installed or removed.
Need to get 0B/27.3kB of archives.
After unpacking 135kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 113340 files and directories currently installed.)
Unpacking libxcursor-dev (from .../libxcursor-dev_1.0.2-2_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxcursor-dev_1.0.2-2_i386.deb (--unpack):
trying to overwrite `/usr/X11R6/include/X11/Xcursor/Xcursor.h', which is also in package xlibs-dev
Errors were encountered while processing:
/var/cache/apt/archives/libxcursor-dev_1.0.2-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
So here I am still stuck with this broken dependency. I can't run apt-get upgrade to upgrade any packages it seems until this is fixed....does anybody know what the problem is?
Re: broken dependencies, apt did it! apt can't fix it!
Quote:
Originally Posted by lavaman094
Somehow I got a broken dependency....I thought apt wouldn't let that happen...but somehow I guess it did....so it says so "apt-get install -f"....and I did....and it says:
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxcursor-dev (1.0.2-2)
The following NEW packages will be installed:
libxcursor-dev (1.0.2-2)
0 upgraded, 1 newly installed, 0 to remove and 80 not upgraded.
7 not fully installed or removed.
Need to get 0B/27.3kB of archives.
After unpacking 135kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 113340 files and directories currently installed.)
Unpacking libxcursor-dev (from .../libxcursor-dev_1.0.2-2_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxcursor-dev_1.0.2-2_i386.deb (--unpack):
trying to overwrite `/usr/X11R6/include/X11/Xcursor/Xcursor.h', which is also in package xlibs-dev
Errors were encountered while processing:
/var/cache/apt/archives/libxcursor-dev_1.0.2-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
So here I am still stuck with this broken dependency. I can't run apt-get upgrade to upgrade any packages it seems until this is fixed....does anybody know what the problem is?
Try dpkg -i force-overwrite libxcursor-dev_1.0.2-2_i386.deb and that should let you install other applications.
Re: broken dependencies, apt did it! apt can't fix it!
Quote:
Try dpkg -i force-overwrite libxcursor-dev_1.0.2-2_i386.deb and that should let you install other applications.
No luck:
root@Harkonnen:~# dpkg -i force-overwrite libxcursor-dev_1.0.2-2_i386.deb
dpkg: error processing force-overwrite (--install):
cannot access archive: No such file or directory
dpkg: error processing libxcursor-dev_1.0.2-2_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
force-overwrite
libxcursor-dev_1.0.2-2_i386.deb
Re: broken dependencies, apt did it! apt can't fix it!
Quote:
Originally Posted by lavaman094
Quote:
Try dpkg -i force-overwrite libxcursor-dev_1.0.2-2_i386.deb and that should let you install other applications.
No luck:
root@Harkonnen:~# dpkg -i force-overwrite libxcursor-dev_1.0.2-2_i386.deb
dpkg: error processing force-overwrite (--install):
cannot access archive: No such file or directory
dpkg: error processing libxcursor-dev_1.0.2-2_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
force-overwrite
libxcursor-dev_1.0.2-2_i386.deb
You would have to cd /var/cache/apt/archives/ first to be in the actual directory where the file is sorry should have been clearer in the instructions.
Re: broken dependencies, apt did it! apt can't fix it!
Quote:
You would have to cd /var/cache/apt/archives/ first to be in the actual directory where the file is sorry should have been clearer in the instructions.
That, I also tried, but it errors:
root@Harkonnen:/var/cache/apt/archives# dpkg -i force-overwrite libxcursor-dev_1.0.2-2_i386.deb
dpkg: error processing force-overwrite (--install):
cannot access archive: No such file or directory
(Reading database ... 113340 files and directories currently installed.)
Unpacking libxcursor-dev (from libxcursor-dev_1.0.2-2_i386.deb) ...
dpkg: error processing libxcursor-dev_1.0.2-2_i386.deb (--install):
trying to overwrite `/usr/X11R6/include/X11/Xcursor/Xcursor.h', which is also in package xlibs-dev
Errors were encountered while processing:
force-overwrite
libxcursor-dev_1.0.2-2_i386.deb