Browsing tag

ubuntu 18.04

How To Install Android Studio on Ubuntu 18.04 LTS (Bionic Beaver)

Android Studio – the first software that comes in mind of an app developer who is developing applications for Google’s Android operating system. It is the powerful and official IDE for Android app development, developed by Google, based on IntelliJ IDEA. Android Studio is a replacement for the Eclipse Android Development Tools (ADT) which was […]

How To Install MongoDB 4.4 / 4.2 On Ubuntu 18.04 / Ubuntu 16.04

MongoDB is a free and open-source cross-platform, document-oriented database designed with both scalability and developer agility in mind. It is written in C++ and JavaScript, uses JSON-like documents with dynamic schemas to store data. MongoDB is available for Windows, Linux, OS X, and Solaris. It is released under Server Side Public License (SSPL). Here, we […]

How To Install Eclipse IDE on Ubuntu 18.04

Eclipse is a well-known, widely used Integrated Development Environment for developing JAVA application all around the world. It is written in C and Java and released under Eclipse Public License. Eclipse is not only used for developing applications in various programming languages including COBOL, Ada, C, C++, Perl, PHP, Python, R, Ruby (including Ruby on […]

How To Install Apache SVN on Ubuntu 18.04

Apache Subversion, also known as SVN, an open-source version control system that is used to keep track of source file and documents. Whenever you add, delete or change a file or folder that you control with subversion, you commit these differences to the subversion repository, which creates a new revision in the subversion repository reflecting […]

How To Install Node.js on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19

Node.js is a free and open-source, cross-platform JavaScript runtime environment for developing web applications and network tools, built on Google’s V8 JavaScript engine. Node.js lets you use JavaScript for server-side scripting—running scripts server-side to create dynamic web page contents before the page is sent to the user’s web browser. It has an event-driven architecture capable […]