TigerVNC does not install vncserver

I am rebuilding my FreeBSD 12.1 server. As part of the process, I installed tigervnc, pkg install tigervnc-server-1.11.0. When I went to start vncserver I get a "Command not found" error. Using find, there is no file called vncserver. I checked my backup and I found the file /usr/local/bin/vncserver.

I know 12.2 is just around the corner. Is this a bug, or should I wait a day or two until after 12.2 is released? Or did I miss something?

TIA.

-Julian
 
tigervnc-server-1.11.0 TigerVNC Server
tigervnc-viewer-1.11.0 TigerVNC Viewer

Two separate packages. Nothing to do with the version of freebsd.
 
As part of the process, I installed tigervnc, pkg install tigervnc-server-1.11.0. When I went to start vncserver I get a "Command not found" error. Using find, there is no file called vncserver.
What does pkg info -l tigervnc-server tell you?
 
What does pkg info -l tigervnc-server tell you?
(22:30)ROOT@anthem:/root# pkg info -l tigervnc-server
tigervnc-server-1.11.0:
/usr/local/bin/Xvnc
/usr/local/bin/vncconfig
/usr/local/bin/vncpasswd
/usr/local/bin/x0vncserver
/usr/local/etc/pam.d/tigervnc
/usr/local/etc/tigervnc/vncserver-config-defaults
/usr/local/etc/tigervnc/vncserver-config-mandatory
/usr/local/etc/tigervnc/vncserver.users
/usr/local/lib/xorg/modules/extensions/libvnc.so
/usr/local/libexec/vncserver
/usr/local/man/man1/Xvnc.1.gz
/usr/local/man/man1/vncconfig.1.gz
/usr/local/man/man1/vncpasswd.1.gz
/usr/local/man/man1/x0vncserver.1.gz
/usr/local/man/man8/vncserver.8.gz
/usr/local/man/man8/vncsession.8.gz
/usr/local/sbin/vncsession
/usr/local/share/doc/tigervnc/tigervnc-server-LICENCE.TXT
/usr/local/share/doc/tigervnc/tigervnc-server-README.rst
/usr/local/share/licenses/tigervnc-server-1.11.0/GPLv2+
/usr/local/share/licenses/tigervnc-server-1.11.0/LICENSE
/usr/local/share/licenses/tigervnc-server-1.11.0/catalog.mk
(8:15)ROOT@anthem:/root#
 
Back
Top