I cant install wine.
Why when I install 'libgtk2.0-dev' forces me to remove 'libgli-mesa-dev:i386'?
I need 'libgli-mesa-dev:i386' to compile 1 project and I need 'libgtk2.0-dev'for another.
Quote:
$ sudo apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree
Reading state information...
I was trying to install oracle-xe 10g on Kubuntu 12.04 x64. I had to install the i386 version of bc and it prompted me to remove kubuntu desktop and cups printing driver.
sudo apt-get install bc:i386
Reading package lists... Done
Building dependency tree
Reading state information...
I tried to install flex and yacc in my Ubuntu machine.
sudo apt-get install byacc flex
But I get a big error like this :
Reading package lists... Done
Building dependency tree
Reading state information...
cam@Cam:~$ sudo apt-get -f install
[sudo] password for cam:
Reading package lists... Done
Building dependency tree
Reading state information...
Everytime I am trying to install a package with apt-get install I get this.
Reading package lists... Done
Building dependency tree
Reading state information...
I've managed to break apt-get, I think it had something to do with competing versions of libqt between supercollider and skype.
I'm trying to install wine but there are a lot of dependencies, which I can't remove.
If I choose no, them even more dependencies are asked to be removed.
Any idea how to install it?
rodhash@preciousSS:~$ sudo aptitude install wine
The following NEW packages will be installed:
binfmt-support{a} cabextract{a} fonts-droid{a} fonts-horai-umefont fonts-unfonts-core{a} gcc-4.7-base:i386{a} gettex
My Debian kernel is linux-image-2.6.32-5-amd64, and the command uname -m returns x86_64. However, apt-get do get i386 packages (those /var/cache/apt/archives/*_i386.deb), but never get amd64 package.
I want to install virtualbox, but neither -i386 nor -amd64 work for me.