Saturday, June 09, 2018

Install LXQt on Ubuntu 18.10 Cosmic Cuttlefish

Note:
Tested on alpha version of Ubuntu 18.10 server image using daily build date 2018/06/09.

Steps to install LXQt on 18.10 using server image:
* Download server image and install. I have only selected Open SSH as the core function of the server.
*  Install LXQt
sudo apt install xorg sddm lxqt

Reference:
https://askubuntu.com/questions/873529/how-to-install-lxqt-on-ubuntu-server-16-04

Keywords:
LXQt Ubuntu 18.10 Cosmic Cuttlefish

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...