1
|
mitydsp@vagrantup:~$ sudo apt-get install ia32-libs
|
2
|
Reading package lists... Done
|
3
|
Building dependency tree
|
4
|
Reading state information... Done
|
5
|
Package ia32-libs is not available, but is referred to by another package.
|
6
|
This may mean that the package is missing, has been obsoleted, or
|
7
|
is only available from another source
|
8
|
However the following packages replace it:
|
9
|
lib32z1 lib32ncurses5 lib32bz2-1.0
|
10
|
|
11
|
E: Package 'ia32-libs' has no installation candidate
|
12
|
|
13
|
mitydsp@vagrantup:~$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
|
14
|
Reading package lists... Done
|
15
|
Building dependency tree
|
16
|
Reading state information... Done
|
17
|
lib32ncurses5 is already the newest version.
|
18
|
lib32z1 is already the newest version.
|
19
|
The following packages were automatically installed and are no longer required:
|
20
|
gvfs-libs:i386 libart-2.0-2:i386 libcolord1:i386 liblcms2-2:i386
|
21
|
libpopt0:i386 libsecret-1-0:i386 libwayland-client0:i386
|
22
|
libwayland-cursor0:i386 libxkbcommon0:i386
|
23
|
Use 'apt-get autoremove' to remove them.
|
24
|
The following NEW packages will be installed:
|
25
|
lib32bz2-1.0
|
26
|
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
|
27
|
Need to get 0 B/33.2 kB of archives.
|
28
|
After this operation, 110 kB of additional disk space will be used.
|
29
|
Do you want to continue? [Y/n] y
|
30
|
Selecting previously unselected package lib32bz2-1.0.
|
31
|
(Reading database ... 167058 files and directories currently installed.)
|
32
|
Preparing to unpack .../lib32bz2-1.0_1.0.6-5_amd64.deb ...
|
33
|
Unpacking lib32bz2-1.0 (1.0.6-5) ...
|
34
|
Setting up lib32bz2-1.0 (1.0.6-5) ...
|
35
|
Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
|
36
|
mitydsp@vagrantup:~$
|