If it said installation complete, it should easily run. Usually you just have to run command "vmd" from terminal and vmd opens up.. what command are you using to run it? "rlwrap not found" is common, but it does not stop vmd from opening..
I had the same problem yesterday, tried all the fixes mentioned in the forum topic, but the real fix was to switch to English localization. I did it with reinstalling Ubuntu. My guess is that somehow the foreign character tables mix up the vmd install. BTW i had Hungarian Ubuntu set up first, i haven`t tried if it gives the same error with other languages.
As i said 3 posts earlier, the same problem was solved or me by changing the language of the system. My guess is there is some sort of internationalization problem, and that's why it only effects systems with not English typesets.
I had the same problem in US, and the answer of Himanshu Joshi was really helpful. Thank you very much. Just to find the line with word "rlwrap" in file /usr/local/bin/vmd (for Pico editor it is command Ctrl+W rlwrap) and in the next lines to make changes like Himanshu suggested. Everything works.
/usr/local/lib/vmd/vmd_LINUXAMD64: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: no version information available (required by /usr/local/lib/vmd/vmd_LINUXAMD64)
Info) VMD for LINUXAMD64, version 1.9.3 (November 30, 2016)
The installation problems are mostly due to the graphics libraries and environmental glitches. I found that the older version of vmd works in some cases as a get around. So, you may give a try to download and install the previous/different versions rather than sticking to the latest one.
Dear Folks, I tried all solutions on web. But neither of them worked. I have enough shell script experiment. So I tried sh, csh and tcsh options. Of course your computer should has tcsh shell. There is tcsh shell on my computer because of my older experiment with Boltztrap.
I spent the whole yesterday trying installing all versions and doing the suggested solutions on each version. Well i stopped at version 1.8.6. Y think there arenolders but i gave up.
come from http://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/16988.html
> The README in the vmd-1.8.7 working directory under 'Required Libraries' tells me I require the approriate GL or OpenGL libraries on my system, I wonder whether this is what I don't have, I don't know? What could be the problem, please help.
the problem is, that the bourne shell version of the startup script
that ships with version 1.8.7 has a small issue that makes it incompatible
with your /bin/sh which is a derivative of /bin/ash and not /bin/bash.
there are two workarounds:
a) just edit your vmd launch script to have
#!/bin/bash
as first line.
b) install tcsh or csh and then install vmd again.
that will install the csh version of the launch script
I'v followed all of your suggestion, but there is still problem on my vmd, as this:
root@Precision-5510:/# vmd
/usr/local/lib/vmd/vmd_LINUXAMD64: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: no version information available (required by /usr/local/lib/vmd/vmd_LINUXAMD64)
Info) VMD for LINUXAMD64, version 1.9.4a7 (July 12, 2017)
There are many ways to solve the occurred errors with the installation of VMD tool on Ubuntu operating system. Herein, I mentioned some useful ways to eliminate your problem without spending more much time to search in the internet for finding keys to open your lock!
1) check your system to know which version of Ubuntu installed on your system. Based on its status (64 or 32) you should try to download VMD software from the developer website. To know more information about your system please run the following command in your linux terminal:
2) cat /etc/issue or uname -a
After this step, you should go to VMD website to download the latest version of this software.
3) open your terminal and then run the following command
sudo apt-get update
***** enter your pass.
sudo apt-get upgrade
sudo apt-get install
sudo apt-get install csh
After these steps, your terminal is ready to install VMD. Next, check VMD website to find convenience version of this tool for your device. Then, you should install the downloaded package in your system root. So, in your terminal you should type:
>~$ sudo -s
This command usher you to where the fact is!. Then you should create a folder named software in this path to copy your downloaded package here. For creating a folder, you should run the following command:
>~# mkdir software
now your folder has created and you should copy VMD from Downloads folder inside the new path via the following command:
After the aforementioned step, you should run the following command in your terminal:
cd src/
After entering this path, the final step of VMD installation should be performed through the following command:
/src# make install
And for this moment you should see the following message:
Make sure /usr/local/bin/vmd is in your path.
VMD installation complete. Enjoy!
Okay! you get victory and the VMD installed on your system. To examine the efficacy of your VMD installation process, you should type "exit" in your terminal to close your root pass and then type "vmd" in your terminal. The vmd tool will be opened for you!
2.open "Download Vmd 1.9.3 for macOsx...." Then "Linux_64openGl,CUDA,OSPRay,..."
Click on version1.9.3(2016-11-30)
3.creat account with your email then start to download with click on "continue with registration".
4.When download was finished, open your terminal and type "gksudo nautilus" then create new file on your "computer" (your computer root),copy your vmd file on your new folder and extract vmd.
5.Then type "sudo -s" appear ~# symbol in your terminal.Then type "cd /vmd-1.9.3" and type ./configure
6.type "cd src" on your terminal and type "make install".
VMD installation complete. Enjoy.
Close terminal and open again type "vmd" ,VMD opened.
I have installed Ubuntu 20.04 on my windows 10. I want to run the VMD software in it, but I am unable to do so. can anyone please guide me how to open the VMD window after I have accessed its folder via Ubuntu?
remove all vmd then install again by downloading this tar file https://www.ks.uiuc.edu/Development/Download/download.cgi?UserID=&AccessCode=&ArchiveID=1475
To install and run VMD on Ubuntu OS you can use the following protocol
Preparing system
Update and upgrade your system before installing VMD. Open a terminal by pressing Ctrl+Alt+T and paste the following commands.
$ sudo apt-get update
$ sudo apt-get upgrade
Downloading VMD
Go to this page and select an appropriate VMD version compatible with your system. To download VMD, you will have to register using your university email address. After successful registration, it will automatically start downloading. Here, we are downloading VMD 1.9.3, not the latest alpha version as it is a test version, therefore, you might face some issues.
Installing VMD
Go to the directory where you have downloaded the tar file and extract. Let’s say we have downloaded this file in the Downloads directory.
$ cd Downloads/
$ tar xvzf vmd-1.9.3.bin.LINUXAMD64-CUDA102-OptiX650-OSPRay185.opengl.tar.gz
It will create a new directory, namely, vmd-1.9.3.
Move inside this new directory and install as shown below.
$ cd vmd-1.9.3/
Now, open the file configure and change the $install_bin_dir and $install_library_dir if you wish otherwise leave the default values as it is. Now paste the following command.
$ ./configure
Now, move inside the src directory to install.
$ cd src/
$ sudo make install
It will take a moment to finish the installation. Now, you can type vmd in the terminal and it should work. However, sometimes, it does not work that way. You have to add it to the path. For that, follow the steps given below.
$ sudo nano ~/.bashrc
Go to the end of the file and paste the following:
$ /path/to/vmd
For example, $ /usr/local/bin/vmd
Save and exit.
$ source ~/.bashrc
If it still doesn’t open then add the following path instead of the above.
"Now, open the file configure and change the $install_bin_dir and $install_library_dir if you wish otherwise leave the default values as it is. Now paste the following command."