Difference between revisions of "Debian Incus Container Default Package Installs"

From Jay's Cafe' Wiki
m
m
 
Line 5: Line 5:
apt-get -y install lxde
apt-get -y install lxde
</syntaxhighlight>Don't forget to configure sshd_config and local x2go clients.
</syntaxhighlight>Don't forget to configure sshd_config and local x2go clients.
Install Lazarus-IDE and Code::Blocks

Latest revision as of 07:19, 15 May 2025

Install netplan, default favorites, x2goserver, ssl server and lxde.

apt-get -y install netplan-generator netplan.io systemd-resolved 
apt-get -y install vim exuberant-ctags build-essential bash-completion tasksel sudo git-all
apt-get -y install x2goserver x2goserver-xsession openssh-server
apt-get -y install lxde

Don't forget to configure sshd_config and local x2go clients.

Install Lazarus-IDE and Code::Blocks