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
⑴ Content determines form. First enrich the conten...
As a commonly used database, MySQL requires a lot...
question When installing Docker using Alibaba Clo...
Overview I have been using Docker for more than a...
Preface When sharing a page, you hope to click th...
Preface This article mainly introduces the releva...
This article shares the specific code of Vue to a...
What is a table? It is composed of cell cells. In...
Today, when we were learning about the Niu Nan new...
The blogger hasn't used MySQL for a month or ...
500 (Internal Server Error) The server encountere...
Table of contents The browser's rendering mec...
Table of contents Preface 1. Background 2. Simula...
The specific code is as follows: <a href="...
This time we set up an rtmp live broadcast server...