Results 1 to 2 of 2

Thread: Installing 32-bit programs in Kali Linux

  1. #1
    Join Date
    2016-Jun
    Posts
    1

    Installing 32-bit programs in Kali Linux

    Hello everyone,

    I installed Kali 64-bit on my laptop today, and I decided I wanted to put Steam on this laptop, just to have, and I've come across a problem. After installation, the terminal stated that Steam couldn't start due to missing libc.so.6, which is a 32 bit library. So I attempted to add the i386 architecture using:
    Code:
    sudo dpkg --add-architecture i386
    That runs without error. Then I use:
    Code:
    sudo apt-get update
    After running that, rather than getting any output, I just get "Reading package lists... Done", and then it goes back to my prompt. Steam gives the same error following. How do I get the correct libraries in order to install and run 32-bit programs in a 64-bit copy?

  2. #2
    Join Date
    2016-Apr
    Posts
    100
    Try:
    Code:
    apt-get update && apt-get install libc6-i386

Similar Threads

  1. Kali Linux on Android installing programs?
    By BackSlashx00 in forum Installing Archive
    Replies: 1
    Last Post: 2014-01-18, 19:38

Tags for this Thread

Posting Permissions

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