Browsing tag

ubuntu 18.04

How To Install IntelliJ IDEA on Ubuntu 18.04 / 19.10 & Ubuntu 16.04

IntelliJ IDEA is an integrated development environment for Java development. Notably, Google uses IntelliJ IDEA as the base for its Android Studio, an open-source Android development IDE for developing Android applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA supports major build automation tools such as Maven, […]

How To Install KDE Plasma 5.12 on Ubuntu 18.04 & Linux Mint 19

KDE Plasma Desktop is widget based desktop environment for Unix-Like operating system. It is fast, beautiful, user-friendly, efficient and offers more integrated features than any other desktop environment for Linux or BSD. The KDE community develops KDE Plasma Desktop, and it is the default desktop environments on many Linux distributions, such as Manjaro, openSUSE, Kubuntu, […]

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, […]