Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ How to Run Windows Application and Games on Kali Linux

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š How to Run Windows Application and Games on Kali Linux


๐Ÿ’ก Newskategorie: Hacking
๐Ÿ”— Quelle: kalilinux.in

There are so many users recently switched in Kali Linux from Windows, some of them and they want to run Windows programs and games in Kali Linux. So in our today's tutorial we will describe how to run Windows programs and games in Kali Linux.

run windows apps in Kali Linux

We can easily do this via wine. Wine is a program by using it we can run Windows programs in Linux environment (Linux, macOS, & BSD). The full from of wine is Wine Is Not an Emulator. Really it is not an emulator or virtual machine, wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing us to cleanly integrate Windows applications into our desktop.

How to Install Wine in Kali Linux

In our Kali Linux system we can install wine by simply using following command:

sudo apt-get install wine

The following screenshot shows that we already have wine's latest version.

Wine instaling in Kali Linux
Wine is already installed in our case
We can't run it now, we need another tool that is called wine-32. Wine-32 requires for 32 bit packages but it is necessary to run wine tool.

We can install wine32 by simply using apt-get install command but first we need to add 32 bit architecture in our machine. To do this we use following command:

sudo dpkg --add-architecture i386

After this we need to update our system for new architecture's repository by applying following command:

sudo apt-get update

Then we can install wine32 in our system, so we run the apt-get command:

sudo apt-get install wine32

It may take some minutes depending on our internet speed and system performance. Then it will ask for restarting some libraries, we click here yes(Tab key might be useful). Then after completing the process we restart/reboot our PC.

restarting some libraries

Then we need to configure our wine to run Windows applications. To do that we open wine configuration by applying command:

winecfg

It will open the configuration window of wine. As shown inย  the following screenshot:

wine configuration

Here we can configure wine. We can set Windows version, Libraries, Graphics, Audio, Drivers, Audio etc, but for now we leave these on default configuration.ย 

Run Windows Application in Kali Linux

Now we are all set to run Windows applications and games in Kali Linux. We just need to type wine name-of-installer.exe in terminal.

For an example we are going to install notepad++ in our Kali Linux.

We need to open our terminal where the notepad++ setup file or exe file stored (In our case it's in our /Downloads directory, as we can see the directory in the following screenshot) and type following command:

wine npp.7.8.8.Installer.x64.exe

Then it will start it's installing process and we can complete it as we do in Windows OS, as we can see in the following screenshot.

notepad ++ installing in Kali Linux using wine
After complete installation during the funny next next way (Windows installation process LMAO) we check on create desktop icon and we got notepad++ icon on our desktop.
Notepad++ on Kali Linux Desktop
Notepad++ on Kali Linux Desktop

Now we can launch Notepad++ from directly our desktop. Isn't it really cool ??

We also can start it from Application Menu>Wine>Programs>Notepad++

Notepad ++ on Kali Linux

Now if we want that we don't wanna use terminal and we need to open every exe file through wine directly. We just skip the terminal then we need to set wine program loader as default for exe files. We need to create a symbolic link of it. To do it we use following command:

sudo ln -s /usr/share/doc/wine/examples/wine.desktop /usr/share/applications

Then the link will be created, now we need to set it default for all exe files. To do so we right click on any exe file and choose "open with another application".

exe file opening with another application

Now we scroll down very lower (or we can press wine on our keyboard) to find "Wine Windows Program Loader". We need to select it and must check โœ… on the box "Use as default for this kind of file" as we did in the following screenshot:

Choosing Wine Windows Program Loader as a default

Then we need to click on open. After this point our system will open every exe file via wine as default.

This is how we can install any application in Kali Linux such as Adobe Photoshop, Microsoft Office. Nowadays we can run latest versions of Windows programs in Linux even we can install Adobe Photoshop CS 2020.

Wine creates file systems like Windows in our home directory but it is a hidden directory. Anyways we have opened it in the next screenshot.

wine file system

Here we can see the file system is just like Windows. Wine creates an entire system like Windows that's why we can run Windows application in Linux, not like virtual machine or emulator they creates another virtual system inside our system.

Additional Wine

Another tool is called "Winetricks", it helps us to install various Windows games, application, dll libraries, fonts etc.

Lets install Winetricks by using following command:

sudo apt-get install winetricks

This is a very small tool should install in some seconds.

installing wine tricks

After installing it we run this tool by using following command:

winetricks

After this the menu opens like the following screenshot:

winetricks menu

From here we can easily install application, games and much more things.

Some wine tricks applications

Here is some winetricks applications list. We can see MS Office versions here. The MS Office 2013 is available for direct download via winetricks.

funny.gif

Conclusion

This is how we can install & run Wine in our Kali Linux system and install Windows applications and games in Kali Linux. Found it useful? Make sure to follow us on Twitter and GitHub, we post article updates there. To join our KaliLinuxIn family, join our Telegram Group. We are trying to build a community for Linux and Cybersecurity. For anything we always happy to help everyone on the comment section. As we know our comment section is always open to everyone. We read each and every comment and we always reply.

Which Windows application should be installed first ? Please let us know in the comment section. We are curious to know. For any kind of problem and suggestion please leave a comment we always reply.

...



๐Ÿ“Œ Kali Linux 2021.3 Release (OpenSSL, Kali-Tools, Kali Live VM Support, Kali NetHunter Smartwatch)


๐Ÿ“ˆ 40.76 Punkte

๐Ÿ“Œ How to Run Windows Application and Games on Kali Linux


๐Ÿ“ˆ 35.45 Punkte

๐Ÿ“Œ Upgrade Kali Linux 1.x To Kali Linux 2.x Without Errors - Kali Sana


๐Ÿ“ˆ 33.68 Punkte

๐Ÿ“Œ Run Kali Linux Hacking OS on Unrooted Android Phone | Kali Linux 2019.1


๐Ÿ“ˆ 32.37 Punkte

๐Ÿ“Œ Kali Linux - How to Upgrade Gnome to Kali-xfce 2019.4 (Fix Error) Kali Undercover Full Tutorial 2020


๐Ÿ“ˆ 31.19 Punkte

๐Ÿ“Œ Kali Linux Announced New Kali 2020.1 Comes With Kali โ€œNon-Root Users By Defaultโ€


๐Ÿ“ˆ 31.19 Punkte

๐Ÿ“Œ Kali Linux 2019.4 Release (Xfce, Gnome, GTK3, Kali-Undercover, Kali-docs, KeX, PowerShell & Public Packaging)


๐Ÿ“ˆ 31.19 Punkte

๐Ÿ“Œ Kali Linux - Install Kali Linux on Windows 10


๐Ÿ“ˆ 25.98 Punkte

๐Ÿ“Œ Kali Linux 2019.2 Released โ€“ Kernel 4.19.28, Hacking Tools Updates and New Kali Linux NetHunter


๐Ÿ“ˆ 25.9 Punkte

๐Ÿ“Œ Kali Linux 2019.2 Released โ€“ Kernel 4.19.28, Hacking Tools Updates and New Kali Linux NetHunter


๐Ÿ“ˆ 25.9 Punkte

๐Ÿ“Œ Canโ€˜t find an install Kali application in kali live session


๐Ÿ“ˆ 25.28 Punkte

๐Ÿ“Œ Kali Linux - How to install VirtualBox on Kali Linux 2020


๐Ÿ“ˆ 24.11 Punkte

๐Ÿ“Œ Kali Linux 1.0 Release - Moto - The Birth of Kali Linux


๐Ÿ“ˆ 24.11 Punkte

๐Ÿ“Œ Kali linux on android :Installing KALI LINUX in Any Android Phone Using Termux


๐Ÿ“ˆ 24.11 Punkte

๐Ÿ“Œ Kali Linux - How to add official Kali Linux Repositories when apt-get dist-upgrade is not working


๐Ÿ“ˆ 24.11 Punkte

๐Ÿ“Œ Kali Linux 2023.4 Release (Cloud ARM64, Vagrant Hyper-V & Raspberry Pi 5) | Kali Linux Blog


๐Ÿ“ˆ 24.11 Punkte

๐Ÿ“Œ Kali Linux 2019.4 Released | Kali Undercover Windows 10 | What's New


๐Ÿ“ˆ 23.49 Punkte

๐Ÿ“Œ How To Install and Configure Veil Framework on Kali Linux 2.x (Kali Sana)


๐Ÿ“ˆ 23.41 Punkte

๐Ÿ“Œ Kali Linux 2021.1 released: Tweaked DEs and terminals, new tools, Kali ARM for Apple Silicon Macs


๐Ÿ“ˆ 23.41 Punkte

๐Ÿ“Œ Kali Linux 2021.2 released: Kaboxer, Kali-Tweaks, new tools, and more!


๐Ÿ“ˆ 23.41 Punkte

๐Ÿ“Œ Kali Linux 2022.4 released: Kali NetHunter Pro, desktop updates and new tools


๐Ÿ“ˆ 23.41 Punkte

๐Ÿ“Œ Kali Linux 2023.1 released โ€“ and so is Kali Purple!


๐Ÿ“ˆ 23.41 Punkte

๐Ÿ“Œ Kali Linux 2023.4 released: New tools, Kali for Raspberry Pi 5, and more!


๐Ÿ“ˆ 23.41 Punkte

๐Ÿ“Œ Run 'Kali Linux' Natively On Windows 10 โ€” Just Like That!


๐Ÿ“ˆ 22.17 Punkte

๐Ÿ“Œ How to run C and C++ programs in Kali Linux


๐Ÿ“ˆ 22.1 Punkte

๐Ÿ“Œ Kali Linux Installation โ€“ Kali 2.0 2016.01


๐Ÿ“ˆ 21.63 Punkte

๐Ÿ“Œ Kali Linux Installation โ€“ Kali 2.0 2016.01


๐Ÿ“ˆ 21.63 Punkte

๐Ÿ“Œ Kali Linux Installation โ€“ Kali 2.0 2016.01


๐Ÿ“ˆ 21.63 Punkte

๐Ÿ“Œ Kali Linux Installation โ€“ Kali 2.0 2016.01


๐Ÿ“ˆ 21.63 Punkte

๐Ÿ“Œ Kali Linux - Speed UP Kali with Bleachbit [ SYSTEM CLEANER]


๐Ÿ“ˆ 21.63 Punkte

๐Ÿ“Œ A very detailed guide on how to setup VPN on Kali Linux - Kali Sana 2.x


๐Ÿ“ˆ 21.63 Punkte

๐Ÿ“Œ Auto Login at system start in Kali Linux 2.x - Kali Sana


๐Ÿ“ˆ 21.63 Punkte











matomo