How to Install Open Source Software
Once you have decided to migrate to open source software, you will need to do some basic installing. This page offers some elementary and generic information on installing. For more detail, search for the particular program you are...
Table of Contents
Method 1 of 2:
Linux/Unix/Unix-Like Systems
-
For most such systems, you can probably use the OSs package manager to install a pre-built binary package. This is always the recommended method. -
Alternatively, you could follow these steps:- Download and uncompress the source code.
- In the terminal, move into the extracted directory.
- Run "
./configure" to configure the software. - Run "
make" to compile the software. - Run "
make install" to install the software.
Method 2 of 2:
Microsoft Windows
-
Acknowledge that Windows is not a friend of open source software. This is also because it does not come with the make build system, so compiling from source code is harder. You will need to install a precompiled version.- Go to the project website.
- Check for ports of the program. Find a port for either Windows or your version of Windows.
- Download and run the installer.
- Once installed, shortcuts will likely be created.
You've just finished reading the article "How to Install Open Source Software" edited by the TipsMake team. You can save this article to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.
Read more
- Warning: The number of vulnerabilities in open source software are increasing rapidly
- Can open source technology make money?
- 10 things to know about open source software
- Microsoft unexpectedly shared 60,000 free software patents
- 10 best open source web browsers
- The dominance of open source software (P.1)


