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:

Zig basic Windows application using win32 API

Zig basic Windows application using win32 API Info : OS: Windows 10 IoT LTSC 2021 Zig: 0.15.2 Sample application using zigwin32, Window...