Vault7: CIA Hacking Tools Revealed
Navigation: » Directory » Network Devices Branch (NDB) » Network Devices Branch » How-to articles
Owner: User #14587612
Install ia32-libs on Debian 8.1
Debian 8.1 (jessie) removed ia32-libs from the repository. So to run 32bit code on 64bit system, you need to enable multiarch support
Step-by-step guide
From the shell:
- sudo dpkg --add-architecture i386
- sudo apt-get update
- sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
Related articles
('contentbylabel' missing)
('details' missing)
Previous versions:
| 1 |