Skip to main content

Posts

Showing posts from April 3, 2017

HOW TO INSTALL STEAM ON KALI LINUX

HOW TO INSTALL STEAM ON KALI LINUX apt-get update apt-get upgrade apt-get install gdebi apt-get install gdebi  realpath wget  https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/archive/master.zip unzip Steam-Installer-for-Wheezy-master.zip cd  Steam-Installer-for-Wheezy-master /   gdebi steam-debian_1.0.0.49-7_all.deb if gdebi does not work than use this command    dpkg -i "path where the pakge is store" ex - dpkg -i " steam-debian_1.0.0.49-7_all.deb" done ..... If you have some error talk a bout the root permission do that: found this in /usr/bin/steam Commented this lines and try again: (just find these line and add this sign "#" like i have added down # Don't allow running as root #if [ "$(id -u)" == "0" ]; then # show_message --error $"Cannot run as root user" # exit 1 #fi If you have some issus about libGL.so.1 is missing or not found,  i res

how to install/Run PlayOnLinux as root on Kali Linux

PlayOnLinux is a Linux application that is based on Wine, which let’s you install Microsoft Windows programs on Linux. It runs on Bash and Python and is free to download and install. The initial install of PlayOnLinux is easy since it can be found in the repository, but you’ll have to do some tweaking if you want to run it as a root user, like on Kali Linux as example. Installing PlayOnLinux To get PlayOnLinux installed on an Ubuntu-based distro like Kali, you can try installing it using the default repositories by running: apt - get install playonlinux apt-get install wine To avoid some errors later on, I would also suggest running the following commands to get the 32-bit version of Wine installed: apt - get install wine : i386 wine -- version apt - get install wine32 Run PlayOnLinux as root If you’re running Kali Linux (or any other distro) as root, you’ll run into a message saying “PlayOnLinux is not supposed to be run as root. Sorry”. To get aro