Showing posts with label software. Show all posts
Showing posts with label software. Show all posts

Wednesday, June 27, 2018

Youtube-dl ERROR: ffprobe or avprobe not found. Please install one.

Youtube-dl ERROR: ffprobe or avprobe not found. Please install one.

When i try to download youtube video into mp3 using youtube-dl command line tool, i get an error like this : ffprobe or avprobe not found. Please install one. How to solve this issue?

Friday, June 15, 2018

How to install Sublime Text on Lubuntu 18.04


If you are a web developer and you need a text editor, you can try sublime, sublime is one of the best text editor for web developer. In this article i'm going to show you how to install sublime text on lubuntu 18.04.

Tuesday, June 5, 2018

Things to do after installing Lubuntu 18.04

Things to do after installing Lubuntu 18.04

If you just install lubuntu 18.04 like me and if you also a beginner, you probably don't have an idea on what to do next, so in this article i will show you what i do after installing lubuntu 18.04. I hope this help.

Saturday, June 2, 2018

What's new in Lubuntu 18.04

What's new in Lubuntu 18.04

I just install lubuntu 18.04 on my laptop and i thought i should make an article explaining what's new in this release of lubuntu.

How to install Google Chrome on Lubuntu 18.04

How to install Google Chrome on Lubuntu 18.04

Lubuntu 18.04 bionic beaver comes with mozilla firefox as default web browser, but some of us prefer chrome over firefox. So in this article i will show you how to install google chrome on lubuntu 18.04.

Thursday, March 22, 2018

How to fix error Qt platform plugin "xcb"

How to fix error Qt platform plugin "xcb"

Yesterday i was installing new program on my lubuntu laptop, but i got an error that says: This application failed to start because it could not find or load the Qt platform plugin "xcb" in ""

Wednesday, February 28, 2018

How to install Docker CE on Lubuntu 17.10

How to install Docker CE on Lubuntu 17.10

Docker is a very important tool for developers, devops and system administrator, docker can make those people life easier. In this tutorial i will show you how to install docker ce (community edition) on lubuntu 17.10 artful.

How to install Docker CE on Lubuntu 16.04

How to install Docker CE on Lubuntu 16.04

Docker is a very important tool for developers, devops and system administrator, docker can make those people life easier. In this tutorial i will show you how to install docker ce (community edition) on lubuntu 16.04 xenial.

How to manage Passwords and Keys on Lubuntu

How to manage Passwords and Keys on Lubuntu

Your computer may stored passwords and keys from various places, like wifi passwords, web certificates and PGP keys. Wouldn't be nice if there is a GUI program for managing all of these?

Thursday, January 4, 2018

English dictionary program on Lubuntu

English dictionary program on Lubuntu

If you are someone who love working with words, like maybe you are a writer or something, perhaps having a dictionary is going to help you a lot. Why not have an english dictionary program on your computer? In this article i will show you how to install an english dictionary program on lubuntu.

Saturday, December 16, 2017

How to install Anti Virus on Lubuntu 17.10

How to install Anti Virus on Lubuntu 17.10

After reading my previous article and you still think that you need an anti virus program on lubuntu, then this article is for you. We are going to install anti virus on lubuntu 17.10 artful.

Thursday, December 14, 2017

Do we need Anti Virus on Lubuntu?

Do we need Anti Virus on Lubuntu?

If you are on windows or mac, you will be familiar with anti virus software, you probably want to use anti virus if you are on those operating system, but what about lubuntu? do you really need anti virus program on lubuntu?

List of software that i always have on Lubuntu

List of software that i always have on Lubuntu

Whenever a new version of lubuntu coming up (specially the LTS), i always backup my data and then do fresh install, after that i will install software that very important for me. So basically i have list of software that i always have on lubuntu, these software are essential for me, i use them all the time.

Tuesday, December 12, 2017

VLC does not support the audio or video format "hevc"

VLC does not support the audio or video format "hevc"

This morning when i try to open a movie file with VLC on lubuntu, i got an error saying that audio or video format not supported, here's the error message:

Monday, November 20, 2017

How to install and uninstall program on Lubuntu 17.10

How to install and uninstall program on Lubuntu 17.10

This tutorial is dedicated for beginner who use lubuntu for the first time and don't know how to install and uninstall software/program on lubuntu. Hope this guide is easy to understand and clear enough, alright guys let's get started.

How to install PHP 5.6 on Lubuntu 17.10

How to install PHP 5.6 on Lubuntu 17.10

Lubuntu 17.10 artful aardvark comes with php version 7.1 in the repository, but if you want to have the old php 5.6 back, probably because you are working on a project which works well on php 5.6 but not working very well on php 7.1, then installing php 5.6 is make sense.

Sunday, November 19, 2017

How to install Android Studio 3 on Lubuntu 17.10

How to install Android Studio 3 on Lubuntu 17.10

Android studio 3 is currently the newest version of android studio IDE, if you want to create an android application, android studio is the best tool out there, android studio is the official IDE for android. So in this article i will show you how to install android studio version 3 on lubuntu 17.10 artful.

Wednesday, November 15, 2017

How to install Open JDK 9 on Lubuntu 17.10

How to install Open JDK 9 on Lubuntu 17.10

If you prefer the open source version of java, then you should use open JDK, on lubuntu 17.10 open JDK 9 is available on the repository, so you can install it right away. So this article is about installing open JDK 9 on lubuntu 17.10 artful.

How to install Oracle Java 9 on Lubuntu 17.10

How to install Oracle Java 9 on Lubuntu 17.10

Java 9 is the latest stable release of java (JDK), java 9 comes with some new features such as new module system, linking, jshell, improved javadoc, collection factory methods, and so on. In this article i will show you how to install oracle java 9 on lubuntu 17.10 artful.

How to fix GPG error “NO_PUBKEY” when running apt-get update

How to fix GPG error “NO_PUBKEY” when running apt-get update

Yesterday when i try to add PPA repository for webupd8team, i get an error saying GPG error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886. This happens on lubuntu 17.10 artful aardvark, so how do i fix this issue?