Browsing tag

linuxmint 19

How To Install Eclipse IDE on Linux Mint 20 / Linux Mint 19

Eclipse is a well-known, widely used IDE (Integrated Development Environment) for developing Java applications and also developing applications in COBOL, Ada, C, C++, Perl, PHP, Python, R, Ruby, Clojure, Scala, Groovy, and Scheme. Eclipse is written in C and Java and released under Eclipse Public License. It includes development environments for Eclipse JDT for Java, […]

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