Browsing category

Linux Mint

How To Install Gradle on Ubuntu 20.04 / Ubuntu 18.04 & Linux Mint 20/19

Gradle is an open-source build automation tool used for Java, Groovy, and Scala development. It builds upon the concepts of Apache Ant and Apache Maven. Unlike Apache Maven which uses XML for declaring project configurations, Gradle uses Groovy, a dynamic, object-oriented programming language to define the project configurations. In this post, we will install Gradle […]

How To Install FFmpeg on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19

FFmpeg is an open source software (also a command line tool) for transcoding multimedia files. It is a suite, contains a set of shared libraries such as libswresample, libavcodec, libavformat, and libavutil and programs for handling video, audio, and other multimedia files and streams. With FFmpeg, you can convert various video and audio formats. Also, […]

How To Install Visual Studio Code on Ubuntu 18.04 / Linux Mint 19 & Debian 9

Visual Studio Code is a free cross-platform source code editor developed by Microsoft. It has built-in debugging support, embedded Git control, syntax highlighting, code completion, code refactoring, and snippets. The functionality of Visual Studio Code can be extended using extensions. This tutorial guides you how to install Visual Studio Code editor on Ubuntu 18.04 / […]

How To Install Android Studio on Linux Mint 19 “Tara”

Android Studio – the one software you would need most if you are developing applications for Google’s Android operating system. It is the most powerful and official IDE software for Android app development, based on IntelliJ IDEA, developed by Google. Android Studio is available for Windows, Linux, and macOS. Here, we will see how to […]