1 Install VMD & Run at Console
Click
Start Over
at the left bottom to start
Back to Contents
1.1 Install VMD at Ubuntu 18.04
download vmd-1.9.3.bin.LINUXAMD64-CUDA8-OptiX4-OSPRay111p1.opengl.tar.gz
extract tar -xzvf
go to vmd folder edit install directory in ./configure, if necessary
execute ./configure
go to src folder type (sudo) make install
1.2 Run VMD script at console
vmd -dispdev text -e script_file_with_exit_at_end
1 Install VMD & Run at Console