how to install a .package?

Christofer C. Bell christofer.c.bell at gmail.com
Fri Sep 13 10:31:57 UTC 2013


On Fri, Sep 13, 2013 at 3:16 AM, Mauro Sanna <mrsanna1 at gmail.com> wrote:

> I installed a 32-bit program on a 64-bit system and had to install package
> "ia32-libs".
>
> I've installed ia32-libs but the error is the same.
>

The default installed Avahi libraries on my system, at least, (12.0.4.3,
amd64) are the following:

cbell at circe:~$ dpkg -l | awk '{if ($2 ~ /avahi/) print $2}'
libavahi-client3
libavahi-common-data
libavahi-common3
cbell at circe:~$

So I'd start with installing the 32-bit versions of these and see how much
further you get:

$ sudo apt-get install $(dpkg -l | awk '{if ($2 ~ /avahi/) print
$2":i386"}')

Here's what your system will do if you run this command:

cbell at circe:~$ sudo apt-get install $(dpkg -l | awk '{if ($2 ~ /avahi/)
print $2":i386"}')
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  gcc-4.6-base:i386 libc6:i386 libdbus-1-3:i386 libgcc1:i386
Suggested packages:
  glibc-doc:i386 locales:i386
The following NEW packages will be installed:
  gcc-4.6-base:i386 libavahi-client3:i386 libavahi-common-data:i386
libavahi-common3:i386 libc6:i386 libdbus-1-3:i386 libgcc1:i386
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 4,237 kB of archives.
After this operation, 10.5 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
cbell at circe:~$

-- 
Chris

"If you wish to make an apple pie from scratch, you must first invent the
Universe." -- Carl Sagan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20130913/5813f03a/attachment.html>


More information about the ubuntu-users mailing list