-
Notifications
You must be signed in to change notification settings - Fork 256
vncserver start: command not found
exalab999 edited this page Nov 13, 2022
·
4 revisions
If you are getting vncserver-start command not found error:
- Check if you run this command inside distro, you should run this command in distro after start it with ./start-*.sh , DO NOT run this command without starting distro first. Most error fall into this category.
- Network Issue, please check if the package has successfully downloaded and no network connection error in the proccess, for China users, please use a VPN.
-
Certificate issue, running
apt-get purge ca-certificates
and then runapt install ca-certificates
should fix the issue, the reason this occur is currently unknown as I do not encounter this issue after testing on all device I had, this has been fixed in 6.50 Stable by giving all wget command inside the distro --no-check-certificate flag, the reason this isn't fixed until now is that this issue is very rarely occur and didn't verify certificate lower the security. - Termux issue, use termux from f-droid and not Google Play Store, Termux of Play Store is Not maintained. If you use Termux from Play Store, please don't report about bug or issue.
*Documentation
- Arch Linux/ corrupted packages with invalid gpg key
- How to start and stop the distro
- How to use /sdcard
- How to setup OpenSSH Server
- How to start and stop the VNC Server (Desktop Environment)
- How to connect to VNC Server
- How to change the resolution of VNC Server
- How to backup and move Linux distro to another device
- Is it possible to install multiple distro on a device ?
- Guide to solve Proot signal 6, or function not implemented error
- Rooted users: How to solve pulseaudio error
- vncserver-start:-command-not-found