Install 32-bit libraries on 64 bit-ubuntu 15.04
Closed
WIDED_HECHKEL
Posts
3
Registration date
Monday February 1, 2016
Status
Member
Last seen
March 29, 2016
-
Mar 23, 2016 at 06:01 AM
jisisv Posts 3645 Registration date Saturday March 17, 2001 Status Moderator Last seen January 15, 2017 - Mar 23, 2016 at 07:42 AM
jisisv Posts 3645 Registration date Saturday March 17, 2001 Status Moderator Last seen January 15, 2017 - Mar 23, 2016 at 07:42 AM
Related:
- Ubuntu install 32 bit libraries
- Install .tar.gz ubuntu - Guide
- Install bison ubuntu - Guide
- Download bandlab for pc 32 bit - Download - Musical production
- Dshidmini install - Download - Gaming tools
- Install ncurses ubuntu - Guide
1 response
jisisv
Posts
3645
Registration date
Saturday March 17, 2001
Status
Moderator
Last seen
January 15, 2017
Mar 23, 2016 at 07:42 AM
Mar 23, 2016 at 07:42 AM
You might try for instance
prefixed with sudo if necessary
man dpkg; man apt-get
dpkg --add-architecture i386
apt-get install yournicelibrary1.1_i386
dpkg -i another-package1.2_i386.deb
prefixed with sudo if necessary
man dpkg; man apt-get