Results 1 to 27 of 27

Thread: How to install 32 bit software on a 64 bit system

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Feb
    Posts
    1
    The quick answer to this question (in early 2016 on Kali Rolling) is:

    Code:
    dpkg --add-architecture i386
    apt-get update
    apt-get install lib32z1 lib32ncurses5 lib32stdc++6

    Not sure if "dpkg --add-architecture i386" is even still required.

    Sorry for grave digging, but this is a top search result.

  2. #2
    Quote Originally Posted by zv_odd View Post
    The quick answer to this question (in early 2016 on Kali Rolling) is:

    Code:
    dpkg --add-architecture i386
    apt-get update
    apt-get install lib32z1 lib32ncurses5 lib32stdc++6

    Not sure if "dpkg --add-architecture i386" is even still required.

    Sorry for grave digging, but this is a top search result.
    For me it worked without it.

Similar Threads

  1. I can't install any other software Why?
    By moulisk37 in forum General Archive
    Replies: 0
    Last Post: 2020-12-23, 10:05
  2. installation step failled: software and install software
    By justaguy in forum Installing Archive
    Replies: 0
    Last Post: 2020-12-14, 17:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •