10 Popular Windows Apps That Are Also Available on Linux

Looking back, 2018 has been a good year for the Linux community. Many applications that were only available on Windows and/or Mac are available on the Linux platform with little to no hassle. Hats off to Snap and Flatpak technologies which have helped bring many “restricted” apps to Linux users.

Read Also: All AWESOME Linux Applications and Tools

Today, we bring you a list of famous Windows applications that you don’t need to find alternatives for because they are already available on Linux.

1. Skype

Arguably the world’s most loved VoIP application, Skype provides excellent video and voice call quality coupled with other features like the option to make local and international calls, landline calls, instant messaging, emojis, etc.

$ sudo snap install skype --classic

2. Spotify

Spotify is the most popular music streaming platform and for a long time, Linux users needed to use scripts and techy hacks to set up the app on their machines, Thanks to snap tech, installing and using Spotify is as easy as clicking a button.

$ sudo snap install spotify

3. Minecraft

Minecraft is a game that has proven to be awesome irrespective of the year. What’s cooler about it is the fact that it is consistently maintained. If you don’t know Mincraft, it is an adventure game that allows you to use building blocks to create virtually anything you can craft in an infinite and unbounded virtual world.

$ sudo snap install minecraft

4. JetBrains Dev Suite

JetBrains is well-known for its premium suite of development IDEs and their most popular app titles are available for use on Linux without any hassle.

Install IDEA Community – Java IDE
$ sudo snap install intellij-idea-community --classic
Install PyCharm EDU – Python IDE
$ sudo snap install pycharm-educational --classic
Install PhpStorm – PHP IDE
$ sudo snap install phpstorm --classic
Install WebStorm – JavaScript IDE
$ sudo snap install webstorm --classic
Install RubyMine – Ruby and Rails IDE
$ sudo snap install rubymine --classic

5. PowerShell

PowerShell is a platform for managing PC automation and configurations and it offers a command-line shell with relevant scripting languages. If you thought that it was available on only Windows then think again.

$ sudo snap install powershell --classic

6. Ghost

Ghost is a modern desktop app that enables users to manage multiple Ghost blogs, magazines, online publications, etc. in a distraction-free environment.

$ sudo snap install ghost-desktop

7. MySQL Workbench

MySQL Workbench is a GUI app for designing and managing databases with integrated SQL functionalities.

[mks_button size=”medium” title=”Download MySQL Workbench” style=”squared” url=”https://dev.mysql.com/downloads/workbench/” target=”_blank” bg_color=”#529b30″ txt_color=”#FFFFFF” icon=”fa-download” icon_type=”fa” nofollow=”1″]

8. Adobe App Suite via PlayOnLinux

You might have missed the article we published on PlayOnLinux so here is another chance to check it out.

PlayOnLinux is basically an improved implementation of wine that allows users to install Adobe’s creative cloud apps more easily. Mind you, the trial and subscription limits still apply.

[mks_button size=”medium” title=”How to Use PlayOnLinux” style=”squared” url=”https://www.geeksmint.com/adobe-creative-cloud-install-adobe-apps-on-linux/” target=”_blank” bg_color=”#529b30″ txt_color=”#FFFFFF” icon=”fa-download” icon_type=”fa”]

9. Slack

Reportedly the most used team communication software among developers and project managers, Slack offers workspaces with various document and messages management functionalities that everybody can’t seem to get enough of.

$ sudo snap install slack --classic

10. Blender

Blender is among the most popular application for 3D creation. It is free, open-source, and has support for the entirety of the 3D pipeline.

$ sudo snap install blender --classic

That’s it! We know the ultimate list goes on but we can only list so much. Did we omit any applications you think should have made it to the list? Add your suggestions in the comments section below.

Divine Okoi is a cybersecurity postgrad with a passion for the open-source community. With 700+ articles covering different topics in IT, you can always trust him to inform you about the coolest tech.

Each tutorial at GeeksMint is created by a team of experienced writers so that it meets our high-quality writing standards.

6 thoughts on “10 Popular Windows Apps That Are Also Available on Linux”

  1. The article author should have indicated whether any of the Snap applications were available also with Flatpak, which is the default software deployment utility for several prominent Linux distributions, not just on Ubuntu.

    Reply
    • I had one when I just wrote the article.
      Let’s hope another user comes through for you.

      Ps. it doesn’t work perfectly but it’s closer than anything else.

      Reply
  2. PlayOnLinux isn’t an improved implementation of Wine, it just allows to use multiple versions of Wine and manage their config

    Reply

Leave a Reply to Divine Cancel reply