Linux Kamarada

20 apps you can use the same way on both Linux and Windows — part 1

Maybe you don’t give Linux a chance because you are afraid of not knowing how to use the system, or of not finding the applications you use everyday. What if I tell you that that there are at least 20 popular Windows apps which can be used the same way also on Linux, a free and open-source operating system, would that encourage you to try it?

Please note that I’m not talking about Linux alternatives to Windows applications: I’m talking about using the same applications in exactly the same way on both systems!

In case you want to switch to Linux, you can start using these applications in your familiar operating system. Switching later will be that much easier.

The applications that I’m going to show here share in common:

  • they are cross-platform: available for use in various operating systems, such as Linux and Windows, some are also available for other systems such as Android and iOS;
  • they are well-known, popular softwares: you can find a lot of information about them on the Internet;
  • they are free: can be used without cost, but some offer additional, paid features;
  • most of them are also free (as in “freedom”): users of free softwares (also called libre softwares) have the freedom to run, copy, distribute, study, change and improve those software as they wish, access to their source code is given;
  • also most of them can be easily downloaded from official repositories of the Linux distributions.

Softwares that are free in both senses (as in “free beer” and “free speech”) are called FOSS — free and open-source softwares.

Here I’m going to focus on the openSUSE Linux distribution, because it’s the one I use and recommend, but these programs can be easily installed on other distributions.

I decided to split the post in two parts so it does not get too big.

I won’t make you wait any longer: let’s see the selected apps!

1) Mozilla Firefox

Mozilla Firefox is a free, open-source and cross-platform web browser developed by the Mozilla Foundation with the help of hundreds of collaborators. It aims to be a lightweight, secure, intuitive and highly extensible browser.

According to StatCounter, a web traffic analysis website, currently Firefox is used by about 9.76% of desktop users worldwide. It is the default browser on most Linux distributions.

openSUSE Leap comes with an Extended Support Release of Firefox, designed for use by organizations including schools, universities, businesses, public agencies and others who do mass deployments, cannot update frequently (i.e. on a monthly basis) and need longer support cycles. Point releases contain security updates only and coincide with regular Firefox releases. Functional enhancements come only on major releases, roughly yearly.

Firefox should be already installed on openSUSE, but in case you need to install it, run:

1
# zypper in MozillaFirefox MozillaFirefox-branding-openSUSE

To install Firefox on Windows, download its installer from one of these links:

2) Google Chrome

Google Chrome is a cross-platform web browser developed by Google. It is licensed as proprietary freeware and features a minimalist interface.

According to StatCounter, Chrome is currently the most used web browser in the world, with 70% of market share among desktop users.

To install Chrome on both Linux and Windows, you need to download it from its website:

Chrome is not offered by Linux distributions because it is proprietary. What perhaps many people don’t know is that most of Chrome’s source code comes from Google’s open-source Chromium project. Chrome is nothing more than the Chromium web browser bundled with a number of proprietary features added by Google.

If you want to install Chromium on openSUSE, just run:

1
# zypper in chromium

It is not usual to install Chromium on Windows, but if you want to, this website provides Chromium installers for Windows:

3) LibreOffice

LibreOffice is a free and open-source suite of office applications developed by The Document Foundation. It is the default office suite of most popular Linux distributions. It uses the international standard OpenDocument file format (ODF) as its native format to save documents for all of its applications, but it’s also compatible with Microsoft Office formats, as well as other formats. LibreOffice started as a fork of the OpenOffice project, then developed by Oracle, now developed by The Apache Foundation.

LibreOffice should be already installed on openSUSE, but in case you need to install it, run:

1
# zypper in libreoffice-{writer,calc,impress,draw,base,math}

To install LibreOffice on Windows, download its installer from its website:

4) Dropbox

Dropbox is a file hosting service. It offers a client software which creates a folder named Dropbox on the computer and synchronizes files in that folder with the cloud. Dropbox is a freemium (free + premium) service: you start with 2GB of storage space for free and can optionally subscribe to individual or corporate paid plans with more space and features.

Tip: join Dropbox using this referral link and earn 500MB of bonus space!

To install the Dropbox client on Windows, download its installer from its website:

To install the Dropbox client on openSUSE, run:

1
# zypper in dropbox

When you launch Dropbox for the first time, it will download the proprietary part of the client.

If you use the GNOME desktop environment, you should also install the file manager plugin, which provides features like sync indicators and context menu actions:

1
# zypper in nautilus-extension-dropbox

Also note that GNOME does not display system tray icons by default. You can install the TopIcons Plus extension to put the Dropbox icon in the top bar, next to the clock.

If you don’t know how to install GNOME extensions, take a look at this post:

5) Skype

Skype is an app that allows you to send text messages and make voice and video calls over the Internet. Calls are free among Skype users, but it is also possible to call landlines or mobile phones anywhere in the world at affordable prices.

To install Skype on both Linux and Windows, you need to download it from its website:

Windows users can also download Skype from Microsoft Store.

6) TeamViewer

TeamViewer is a remote desktop tool which features remote control, desktop sharing, web conferencing and file transfer between computers. Using a desktop computer or a mobile device, TeamViewer allows you to view the screen of another computer or device and also control it. TeamViewer is free for personal use, companies must buy a subscription.

To install TeamViewer on both Linux and Windows, you need to download it from its website:

7) VLC

VLC is a free and open-source cross-platform multimedia player that plays most multimedia files (e.g. MP3 and DivX), optical media (CD, DVD, Blu-ray) and various streaming protocols.

I think of VLC as a Swiss Army knife multimedia player: if there is any multimedia file that VLC cannot open, probably no other can!

To install VLC on Windows, download its installer from its website:

On openSUSE, as VLC is a free software, it is available on the official repositories:

1
# zypper in vlc vlc-lang

However, the package provided by openSUSE contain codecs only for free multimedia formats (e.g. Xvid). Therefore, it is not able to play many multimedia files.

The tip is to download VLC from the Packman repository. It provides the vlc-codecs package, which contains codecs that are not available in the stock openSUSE distribution:

1
2
# zypper ar -cfK -p 90 -n "Packman Repository" http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.1/ packman
# zypper in vlc vlc-lang vlc-codecs

8) Spotify

Spotify is one of the most popular podcast and music streaming services around the world. It’s a freemium service: basic features are free with advertisements, while additional features, such as improved streaming quality and ability to download music for offline listening, are offered via paid subscriptions.

To install the Spotify client on Windows, download its installer from its website:

Windows users can also download Spotify from Microsoft Store.

There is a Spotify client for Linux which can be installed using Snap, a distribution-agnostic package manager.

First, to install Snap on openSUSE, run:

1
2
3
4
# zypper ar --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.1 snap
# zypper in snapd
# systemctl enable snapd
# systemctl start snapd

Then, to install the Spotify client for Linux, run:

1
$ snap install spotify

9) PDF Split and Merge (PDFsam)

PDF Split and Merge, also known as PDFsam, is an application that allows you to manipulate PDF documents. The Basic edition is free and open-source and includes all the most basic features, such as split (either by page numbers or by size in bytes), merge, rotate or extract pages from PDF files. There are commercial editions with additional features.

To install PDFsam on both Linux and Windows, you need to download it from its website:

PDFsam is a Java-based application, which brings us to the tenth software of this first part.

10) Java

Java is not properly an app, but a programming language, in which several applications are developed. To use applications built on Java, you need to install a Java Runtime Environment (JRE), also known as Java Virtual Machine (JVM). Usually when people say “you need to install Java”, they mean “you need to install a JRE”.

There are two major implementations of JRE, both cross-platform: one free and open-source, provided by the OpenJDK project, which is the official reference implementation, and another licensed as proprietary freeware, provided by Oracle.

Usually Windows users install the Oracle JRE, which can be downloaded from:

For Linux users it is easier to install the OpenJDK JRE, which is provided by Linux distributions themselves. To install it in openSUSE, run:

1
# zypper in java-openjdk

Actually, newer versions of PDFsam does not require you to install a JRE, because they are packaged with an embedded JRE.

Some programs may require you to install specifically the Oracle JRE (e.g. personal banking).

If you need help to install the Oracle JRE on openSUSE, take a look at:

To be continued…

In part 2, we are going to see more apps made for both Linux and Windows.

References

To choose the applications presented here, I searched lists of popular or recommended programs for Windows:

So I tried to write from the point of view of a Windows user who wonders whether familiar applications can be found on Linux.

I hope this post helped you. Got any questions? Would you like to suggest any app? Please, write in the comments!

Would you buy me a coffee?
If you really liked it, if it was really helpful for you, is it worth a coffee? If you want, you can "buy me a coffee" with PayPal or contribute to the project in other ways.

Comments

About

The Linux Kamarada Project aims to spread and promote Linux as a robust, secure, versatile and easy to use operating system, suitable for everyday use be at home, at work or on the server. The project focuses mainly on distribution and documentation.

Ads

Facebook

Author