Linux Lite

Costas

Administrator
Staff member
A delightful, tasteful distro that makes Linux feel like a breath of fresh air. Linux Lite is a distro that finds favour wherever it’s installed, but for some odd reason is often left to one side, or forgotten completely when the talk turns to fresh, lightweight and manageable desktops. Based on Ubuntu and uses the XFCE desktop environment.

https://www.linuxliteos.com

if the keyboard inputs different letters press <code>Fn + Num Lock</code>

 

`git clone` including submodules

git clone --recursive YOUR-GIT-REPO-URL

 



fatal error: gtkmm.h: No such file or directory

sudo apt-get install libgtkmm-3.0-dev

 

fatal error: boost/filesystem/path.hpp: No such file or directory


sudo apt-get install libboost-dev

 

fatal error: boost/algorithm/string.hpp: No such file or directory


sudo apt-get install libssl-dev
 
Top