Page MenuHomec4science

install.html
No OneTemporary

File Metadata

Created
Sat, Dec 28, 22:06

install.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Configuring the LAMMPS-ICMS Snapshot Repository</title>
<link rel="shortcut icon" href="ICMS_icon.png" type="image/png">
</head>
<body style="font-family: Helvetica,Arial,Verdana, sans-serif; margin-bottom: 2%; margin-top: 2%; margin-left: 5%; margin-right: 5%;">
<h1>Configuring the LAMMPS-ICMS Snapshot Repository</h1>
<h2>Semi-automatic Setup from the Web Browser</h2>
<p align="justify">
Enabling the repository for Package Kit users (e.g. running a
recent version of Fedora) is simply a matter of a few mouse clicks
and entering a password. Please click on the link below that is
suitable for your distribution and follow the instructions.</p>
<ul>
<li>
Enabling the repository for
<a href="http://git.icms.temple.edu/rpm/fedora/lammps-fedora-repo-1-1.noarch.rpm">
Fedora 18 and later</a></li>
<li>Enabling the repository for
<a href="http://git.icms.temple.edu/rpm/centos/lammps-centos-rhel-repo-1-1.noarch.rpm">
CentOS or RedHat Enterprise Linux 6.4 and later</a></li>
</ul>
<p align="justify">
After clicking on the URL, your webbrowser should ask which
application to run with this file and you need to select 'Package
Installer'. If you are only offered to download the file, you need
to follow the command line installation instructions below.
</p>
<h2>Command Line Setup with Yum</h2>
<p align="justify">
To enable the repository from the command line, please enter a
suitable command line from below.
</p>
<ul>
<li>Enabling the repository for Fedora 18 and later:<br>
<div style="background-color: #e8e8f0;">
<br>&nbsp;&nbsp;<code>
su -c 'yum localinstall --nogpgcheck http://git.icms.temple.edu/rpm/fedora/lammps-fedora-repo-1-1.noarch.rpm'
</code><br>
<br>
</div>
</li>
<li>Enabling the repository for CentOS or RedHat Enterprise Linux 6.4 and later:<br>
<div style="background-color: #e8e8f0;">
<br>&nbsp;&nbsp;<code>
su -c 'yum localinstall --nogpgcheck http://git.icms.temple.edu/rpm/centos/lammps-centos-rhel-repo-1-1.noarch.rpm'
</code>
<br>
<br>
</div>
</li>
</ul>
<h2>Installing and Updating LAMMPS versions</h2>
<p align="justify">
After the repository has been configured, you can use the package
manager software to install or update the lammps packages of your
choice. You can only have packages belonging to the same snapshot
version installed at the same time. The regular update meachnism
will notice when a new snapshot is available.
</p>
<h2>Uninstalling or Deactivating the Repository</h2>
<p align="justify">
To uninstall the repository, simply uninstall the repository
package <b><code>lammps-(your distribution)-repo</code></b> that
you installed with the instructions above. This will <b>not</b>
remove any installed LAMMPS packages. To get rid of them, you have
to explicitly uninstall them through the package manager software
as well.
</p>
<p align="justify">
To suspend getting (automatic) updates from newer snapshots run,
edit the file <b><code>/etc/yum.repos.d/lammps-*.repo</code></b>
and change the <b><code>enabled = 1</code></b> entries to
<b><code>enabled = 0</code></b>. If you want to re-enable the
repository, simply reverse the procedure.
</p>
<hr>
<p>
Back to <a href="index.html">LAMMPS-ICMS Snapshot RPM Repository Home Page</a>.
</p>
<hr>
<address><a href="http://goo.gl/1wk0" target="_blank">Axel Kohlmeyer</a></address>
<!-- Created: Fri Jun 14 08:59:35 CEST 2013 -->
<!-- hhmts start -->
Last modified: Fri Jun 14 18:10:53 CEST 2013
<!-- hhmts end -->
</body>
</html>

Event Timeline