#: apt install gdm3 xserver-xorg-legacy
Note:
- This is a pre-release of Debian Strech
- Need to add xserver-xorg-legacy otherwise it will not work, might be related to this bug.
#: apt install gdm3 xserver-xorg-legacy
C:\>pip install pypiwin32
>>> import win32gui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
#: apt-get install lxde-core lightdm
Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can't be re-created or enabled the option Prevent saving changes that require the table to be re-created.
Key
|
Type
|
Value
|
ForceLog
|
DWORD
|
1
|
LogFailures
|
DWORD
|
1
|
LogResourceBinds
|
DWORD
|
1
|
LogPath
|
String
|
C:\FusionLog\
|
Installing QNX 6.4.1 on Ubuntu 20.04 Install pre-requisites $: sudo dpkg --add-architecture i386 $: sudo apt update $: sudo apt install li...