Showing posts with label library. Show all posts
Showing posts with label library. Show all posts

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 ""

Friday, November 10, 2017

How to install Laravel 5.5 on Lubuntu 17.10

How to install Laravel 5.5 on Lubuntu 17.10

Laravel is the most popular web framework for php language, currently the latest stable version of laravel is version 5.5, if you are still using older version of laravel, it's time to upgrade or at least take a look at some of the new features in laravel 5.5, but before that we need to install it first on our lubuntu machine.

How to install Composer on Lubuntu 17.10

How to install Composer on Lubuntu 17.10

Installing composer on lubuntu is a must, specially if you are a php developer. Composer is package dependency manager for php programming language. With composer you can add library to your existing project, you can even upgrade if the library has new version. In this article i will show you how to install composer on lubuntu 17.10 artful.

Tuesday, October 17, 2017

How to install TeamViewer on Lubuntu 16.04

How to install TeamViewer on Lubuntu 16.04

Teamviewer is one of the best remote desktop software in the world, it allows you to access your computer remotely through internet connection. Teamviewer available on various operating system such as windows, mac, linux, android, ios, blackberry, and windows phone. In this article i will show you how to install teamviewer on lubuntu 16.04.

Monday, October 16, 2017

Friday, September 22, 2017

How to setup Python Flask on Lubuntu


Flask is a micro framework for python programming language, if you already know basic of python, the next step is to learn the framework. In this article i will show you how to setup a new project with python flask framework on lubuntu operating system.

Saturday, May 20, 2017

How to install Sass on Lubuntu 16.04

How to install Sass on Lubuntu 16.04

Sass is powerful but elegant CSS compiler that makes CSS fun again, sass is the most mature, stable, and powerful professional grade CSS extension language in the world. In this article i will show you how to install sass on lubuntu 16.04.

Monday, December 19, 2016

How to install pip on Lubuntu


What is pip? pip is package installer for program that made using python, similar like apt-get, you need to have pip if you want to install program/package that based on python language.

Tuesday, October 25, 2016

How to install Webmin on Lubuntu 16.04


In this article i'm going to show you how to install webmin on lubuntu 16.04, first of all what is webmin? webmin is a web based user interface for managing services on linux.

Monday, October 24, 2016

How to switch from oracle JDK to open JDK and vice versa

There are two kinds of java development kit or JDK exist in this world, the open source 'open JDK' and the proprietary 'oracle JDK'. You can install both on the same computer, but you can only use one at a time.

Tuesday, August 23, 2016

How to install multimedia codecs on Lubuntu


If you having difficulty or error when playback some video or audio on lubuntu, it's probably codec problem, you need to install the proper media codec to solve the issue, this article i will show you how to do it.

Sunday, June 19, 2016

How to install PHP MySQL on Lubuntu 16.04


The next thing to do after installing apache web server is to install php and mysql, so that you can start developing some web pages. To install php and mysql on lubuntu 16.04 is little bit different than the previous version of lubuntu.

Tuesday, April 26, 2016

How to install libqt4-webkit on Lubuntu


If you have a problem when running a program on lubuntu which shows error cannot found library for qt4 webkit (libqt4-webkit), then you need to install the library.