Step 1: Confirm the architecture of your system dpkg --print-architecture Output: amd64 The result is amd64, which means the system is 64-bit. Step 2: Confirm that multi-architecture support is enabled dpkg --print-foreign-architectures Output: i386 If i386 is not output here, you need to enable multi-architecture support sudo dpkg --add-architecture i386 sudo apt-get update Step 3: Install the corresponding 32-bit library sudo apt-get dist-upgrade (#This step is to update all software. If you don't need the new version of the software so urgently, you can skip it) Or just install the related libraries sudo apt-get install lib32z1 lib32ncurses5 (some also require 32-bit stdc++ library lib32stdc++6-4.8-dbg) Install gcc multilab sudo apt-get install gcc-multilib g++-multilib Summarize The above is the three steps of Ubuntu 16.04 64-bit compatible with 32-bit programs introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Example of using swiper plugin to implement carousel in Vue
>>: 10 SQL statement optimization techniques to improve MYSQL query efficiency
MySQL allows you to create multiple indexes on a ...
1. Create a sequence table CREATE TABLE `sequence...
Overview of MySQL Partitioned Tables As MySQL bec...
Copy code The code is as follows: <!--[if !IE]...
yum command Yum (full name Yellow dog Updater, Mo...
If you have installed the Win10 system and want t...
In Ubuntu, you often encounter the situation wher...
Table of contents Drop-down multiple-select box U...
There are three main ways to use CSS in a page: ad...
text OK, next it’s time to show the renderings. O...
Table of contents in conclusion Practice Analysis...
The principle of uploading pictures on the front ...
Preface This article lists several common, practi...
I found a strange problem when deploying the proj...
MultiTail is a software used to monitor multiple ...