How to Install and Uninstall lammps.x86_64 Package on Fedora 34

Last updated: September 22,2024

1. Install "lammps.x86_64" package

In this section, we are going to explain the necessary steps to install lammps.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install lammps.x86_64

2. Uninstall "lammps.x86_64" package

Please follow the guidelines below to uninstall lammps.x86_64 on Fedora 34:

$ sudo dnf remove lammps.x86_64 $ sudo dnf autoremove

3. Information about the lammps.x86_64 package on Fedora 34

Last metadata expiration check: 1:24:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : lammps
Version : 20210929.2
Release : 1.fc34
Architecture : x86_64
Size : 12 M
Source : lammps-20210929.2-1.fc34.src.rpm
Repository : updates
Summary : Molecular Dynamics Simulator
URL : https://www.lammps.org/
License : GPLv2
Description :
: LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
: Atomic/Molecular Massively Parallel Simulator.
:
: LAMMPS has potentials for soft materials (biomolecules, polymers) and
: solid-state materials (metals, semiconductors) and coarse-grained or
: mesoscopic systems. It can be used to model atoms or, more generically, as a
: parallel particle simulator at the atomic, meso, or continuum scale.
:
: LAMMPS runs on single processors or in parallel using message-passing
: techniques and a spatial-decomposition of the simulation domain. The code is
: designed to be easy to modify or extend with new functionality.