Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 96295  / 3 Years ago, fri, june 25, 2021, 2:48:32

Recently I upgraded my netbook to Ubuntu 13.04 64-bit from Ubuntu 13.04 beta 2 32-bit.



I want to be able to run 32-bit programs (such as WPS, which is a clone of MS Office 2012) on my PC.



How do I do it? Is there an easy way of doing it via the terminal?


More From » multiarch

 Answers
7

If you install the 32-bit compatibility libraries, you should be able to run 32 bit programs normally:



sudo apt-get install ia32-libs


Note: if you use Ubuntu 13.10 or higher, you'll need install these packages instead:



sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

[#31148] Friday, June 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anoalk

Total Points: 271
Total Questions: 90
Total Answers: 112

Location: Zambia
Member since Wed, Dec 16, 2020
3 Years ago
;