Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help
Special pages
SBGrid Resources
SBGrid Consortium
SBGrid Data Bank
Software Webinars
PyMOL Webinar
PyMOL Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
User:Tlinnet/Linux Install
(section)
User page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
User contributions
Logs
View user groups
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Red Hat Enterprise Linux RHEL 6 compile and install with MPEG support for x86_64 bit == Install the EPEL repository: The .rpm will be download from here <br> http://fedoraproject.org/wiki/EPEL <br> And the CentOS repository for additional .rpm are located here <br> http://mirror.centos.org/centos/6/os/x86_64/Packages/ <br> <source lang="bash"> bash cd && wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm sudo rpm -i epel-release-6-5.noarch.rpm rm epel-release-6-5.noarch.rpm</pre> </source> Then add Centos repository <source lang="bash"> rpm --import http://mirror.centos.org/centos/6/os/x86_64/RPM-GPG-KEY-CentOS-6 sudo gedit /etc/yum.repos.d/centos.repo </source> Write these lines. <source lang="text"> [centos] name=Centos for RHEL/ CentOS $releasever - $basearch baseurl=http://mirror.centos.org/centos/6/os/x86_64 enabled=1 </source> Then check configuration. Do NOT UPGRADE PACKAGES from CentOS. It will replace RHEL packages. <br> If you do upgrade packages, you will now see Centos login and such, but not much is problematic. <source lang="bash"> sudo yum repolist all sudo yum install subversion git sudo yum install python-imaging pygame apbs sudo yum install gcc-c++ python-devel python-pmw glew-devel freeglut-devel libpng-devel freetype-devel </source> Then disable centos repository. Set '''enabled=0''' <source lang="bash"> sudo gedit /etc/yum.repos.d/centos.repo </source> Now install pymol <source lang="bash"> bash installpymol.sh </source> Make sure, that you will have '''~/bin''' as part of your path <source lang="bash"> gedit ~/.cshrc </source> Make sure this lines is in the file. Only if you use tcsh shell. <source lang="text"> setenv PATH ${PATH}:{$HOME}/bin </source>
Summary:
Please note that all contributions to PyMOL Wiki are considered to be released under the GNU Free Documentation License 1.2 (see
PyMOL Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
User:Tlinnet/Linux Install
(section)
Add topic