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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...