LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-01-2016, 11:06 AM   #1
BAKABON
Member
 
Registered: Sep 2016
Distribution: kali linux
Posts: 47

Rep: Reputation: 7
32 bit libraries for kali linux 64 bit


how do i install 32 bit libraries on kali linux 64 bit?
actually i wanted to install steam on kali linux but when i run it, says the error that 32 bit libraries lib.so.6 is missing!
 
Old 09-01-2016, 12:24 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by BAKABON View Post
steam on kali linux
http://docs.kali.org/introduction/sh...use-kali-linux
 
Old 09-01-2016, 12:34 PM   #3
BAKABON
Member
 
Registered: Sep 2016
Distribution: kali linux
Posts: 47

Original Poster
Rep: Reputation: 7
i was hoping for a solution.
 
Old 09-01-2016, 12:42 PM   #4
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
And ondoho linked to the solution. If you want to run steam, don't run Kali. Kali is designed for penetration testing, NOT for everyday desktop usage, not for playing games. It's pretty simple, Kali is really meant for live usage only, not to be installed (even though it can be).
 
Old 09-01-2016, 12:49 PM   #5
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by BAKABON View Post
i was hoping for a solution.

Because I was curious, let me quote directly from the URL that @ondoho posted:

Quote:
A minimal and trusted set of repositories: given the aims and goals of Kali Linux, maintaining the integrity of the system as a whole is absolutely key. With that goal in mind, the set of upstream software sources which Kali uses is kept to an absolute minimum. Many new Kali users are tempted to add additional repositories to their sources.list, but doing so runs a very serious risk of breaking your Kali Linux installation.
Quote:
Trying to install Steam on your Kali Linux desktop is an experiment that will not end well. Even getting a package as mainstream as NodeJS onto a Kali Linux installation can take a little extra effort and tinkering.

Last edited by JockVSJock; 09-01-2016 at 12:59 PM.
 
Old 09-01-2016, 05:38 PM   #6
seasons
Member
 
Registered: Dec 2014
Distribution: siduction
Posts: 264

Rep: Reputation: 58
Quote:
Originally Posted by BAKABON View Post
i was hoping for a solution.
The basics of using multiarch on Debian-based distros: https://wiki.debian.org/Multiarch/HOWTO
That doesn't mean it's a good idea, but it's ultimately your choice...
 
Old 09-01-2016, 05:43 PM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Kali runs as root, only very inexperienced or totally dumb would connect with it to the internet for everyday tasks.
 
Old 09-01-2016, 05:51 PM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
pentest the kali repos, duh
 
Old 09-02-2016, 12:24 AM   #9
BAKABON
Member
 
Registered: Sep 2016
Distribution: kali linux
Posts: 47

Original Poster
Rep: Reputation: 7
ty for the efforts guys but i installed it!
run the command : apt-get install ia32z1
the 32 bit libraries will then be installed!
then we can run steam and all its games available on linux.
 
Old 09-02-2016, 02:12 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651

play games as root ?????
 
Old 09-03-2016, 09:48 AM   #11
BAKABON
Member
 
Registered: Sep 2016
Distribution: kali linux
Posts: 47

Original Poster
Rep: Reputation: 7
can anyone please explain why should i not play games as root?
:/
 
Old 09-03-2016, 10:27 AM   #12
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Because you shouldn't do anything as root that's not ABSOLUTELY necessary. Doing things as root allows for viri, malware, broken systems, etc. etc. etc. It's the very reason unix systems were set up with non-privelaged users. And it's the reason Kali makes it so difficult to use it as a desktop os, because they DON'T WANT it to be used as a desktop os because of the security holes inherent (but required) in a system that has only a root user.
 
Old 09-03-2016, 10:45 AM   #13
BAKABON
Member
 
Registered: Sep 2016
Distribution: kali linux
Posts: 47

Original Poster
Rep: Reputation: 7
tysm bro!
i m just in love with the community here! such supportive.
 
Old 09-03-2016, 11:00 AM   #14
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
We are very supportive. We can't help you want to use something as a desktop system that the DEVElOPERS specifically DON'T WANT users using as a desktop system due to their focus and how they developed it, and therefore the glaring security holes in the system. It's the reason Kali has no wireless drivers by default. Why networking is turned off by default. The developers don't want it to be a desktop system. They have come out and said those exact words.
 
Old 09-03-2016, 12:11 PM   #15
BAKABON
Member
 
Registered: Sep 2016
Distribution: kali linux
Posts: 47

Original Poster
Rep: Reputation: 7
now that i have decided to get myself a new os, i m much confused between pacman based arch linux and debian based deepin linux.
i loved the level of customization in arch linux but i havent been really used to a pacman based os whereas, i liked the look and feel of deepin os and its debian based. i just want to know is pacman based os drastically different in terms of commands compared to a debian based os?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yum install of both 32-bit and 64-bit gcc libraries - PROTECTED MULTILIB VERSIONS auclark@wsu.edu Linux - Newbie 8 12-08-2015 06:14 PM
Long question - installing the 32-bit compat-libstdc++ libraries on 64-bit RHEL kc0olm Linux - Software 4 10-21-2013 10:14 AM
identifying 32 bit libraries on a 64 bit linux econ8193 Linux - Newbie 10 09-18-2012 12:12 PM
Howto install 32-bit libraries on 64-bit Linux using yum shawn_t Linux - Server 16 07-13-2012 02:46 AM
How to use 32 bit C libraries on 64 bit Arch Linux MTK358 Programming 23 09-22-2011 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration