0
votes
0answers
71 views

Errors were encountered while processing:libglib2.0-0:i386

Every time i run: sudo apt-get upgrade or when i try to: sudo apt-get install a program, it gives me this error: Errors were encountered while processing: libglib2.0-0:i386 E: Sub-process ...
1
vote
0answers
56 views

`libqapt-runtime' contains empty filename error while updating

Whenever I try to update Ubuntu 12.10, it always gets interrupted by this error: files list file for package `libqapt-runtime' contains empty filename I have tried to install with apt-get as well ...
0
votes
0answers
144 views

Ubuntu 12.10 and ia32-libs error

When trying to install ia32-libs I get his error apt-get install ia32-libs Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be ...
1
vote
0answers
68 views

how to remove a foreign architecture?

On Ubuntu 12.04 LTS x64, we'd like to remove the i386 foreign architecture it comes with, but I don't see a "dpkg" command to do this cleanly. In Stuck with foreign-architecture=i386 when using ...
0
votes
1answer
100 views

Installing cunit on UBuntu quantal

I'm trying to install the cunit (C unit testing framework) packages on Quantal (64bit). cunit seems to be held in a number of packages, but according to apt-get these are broken. Attempt 1: $ sudo ...
4
votes
2answers
129 views

How can I install both 32 and 64 bit versions of the same -dev package?

I'm trying to install libsqlite3-dev for both i386 and amd64 on the same Ubuntu 12.04 machine. I'm developing an application that uses sqlite3, and want to compile and test both the 32-bit and 64-bit ...
2
votes
1answer
173 views

Can I install `libssl-dev:i386` on x86_64 system without losing important packages?

On my x86_64 12.10 system, when I try to apt-get install libssl-dev:i386 apt wants to remove a bunch of things: The following packages will be REMOVED: build-essential dkms g++ g++-multilib gcc ...
3
votes
1answer
249 views

How to get mit-scheme from the package manager? [closed]

I installed the latest version of x64 lubuntu and I want to install a scheme interpreter. Strangely, in Synaptic only debugger and documentation is available to install. I would rather not compile my ...
1
vote
1answer
140 views

How to remove bandwidthd 32 bit from 64 bit Xubuntu

i downloaded bandwidthd from here and tried to install it using Ubuntu Software Center. It failed, but still it breaks my Xubuntu. Later i found that it is for 32 bit while mine is 64 bit system. ...
3
votes
2answers
4k views

Installing Wine on 64 Bit

I have tried to install wine through the software center and terminal and I get this error. chris@ubuntu:~$ sudo apt-get install wine1.5 [sudo] password for chris: Reading package lists... Done ...
2
votes
3answers
5k views

Installing Skype on 12.04 64 bit causes errors [duplicate]

Possible Duplicate: Fixing Broken Packages Hi there I am trying to install Skype through apt-get but I am having some trouble. The Skype package depends on skype-bin which is not found in ...
0
votes
1answer
181 views

apt-get update not solving the issue

W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages) W: ...
2
votes
3answers
1k views

Can't install Skype because of 'ia32-libs-multiarch' several dependencies

I'm trying to install Skype in 12.04LTS. It fails to install from the Software Center, complains about skype-bin being a virtual package. skype-bin fails to install from apt-get, requires ia32-libs. ...
5
votes
2answers
2k views

apt-get broken, cannot fix or remove libapt-pkg4.12

I managed to break my package management. If I try to make an upgrade, I get: $ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... ...
1
vote
1answer
123 views

How to get rid of i386 libs?

Yesterday, I tried to install the Ubuntu 64bit package for Netviewer. This package seems to be a big mess as it is not really a 64bit version of the app, but instead uses Wine to get it to run. Along ...
0
votes
1answer
3k views

Couldn't find package ia32-libs [duplicate]

Possible Duplicate: What happened to the ia32-libs package? I want to install some Android plugins in Eclipse on my 64bit Ubuntu, but since android is 32bit compatible, I also have to ...
4
votes
5answers
4k views

How do I install a 32-bit proprietary deb on a 64-bit system without causing dependency problems?

I know Guitar pro doesn't support 64 bit, but i did get it to work with this command jeggy@jeggy-XPS:~$ sudo dpkg --force-architecture -i GuitarPro6-rev9063.deb [sudo] password for jeggy: Selecting ...
3
votes
5answers
13k views

How to fix a broken package, when “apt-get install -f” does not work?

I tried to install Scala with the typesafe stack and got into trouble. Now I cannot do much with apt (except update), the broken package seems to be impossible to remove/clean: Here's the result of ...
4
votes
1answer
730 views

Why does aptitude want to remove a bunch of files?

Recently I encountered dependencies resolve issues when using APTITUDE (it is my favorite). Nevertheless, I started to feel that APTITUDE does not behave as it is supposed to be in 64 bits systems ...
7
votes
2answers
433 views

How to cross-compile an existing deb package from 64bit to 32bit architecture

I have rebuilt a deb package with a custom patch for my computer which is a 64bit machine. I did it using: sudo apt-get -b source [package name] Now my question is, how to do that in a similar ...
13
votes
3answers
21k views

How do I apt-get a 32-bit package on a 64-bit installation?

I was trying to get a game working. But I have Lucid Lynx on amd64 running while the game binary was 32 bit (no 64 bit version available and nobody was in the mood for recompiling). It lacked ...
2
votes
1answer
256 views

Packages not showing up in created APT repository

I created an APT repository using deb-scanpackages, and it seemed to go well. When I did a apt-get update on another server, the Packages.gz file was retrieved, and all seemed well - until I went to ...
2
votes
2answers
616 views

How do I install TweetDeck?

See question here: ===============> http://superuser.com/questions/218868/tweetdeck-adobe-air-on-ubuntu-10-10 Getting the issue: sudo apt-get install Reading package lists... Done Building ...