How to Install and Uninstall meep Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "meep" package

Learn how to install meep on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install meep

2. Uninstall "meep" package

This tutorial shows how to uninstall meep on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove meep $ sudo apt autoclean && sudo apt autoremove

3. Information about the meep package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: meep
Priority: optional
Section: universe/science
Installed-Size: 643
Maintainer: Ubuntu Developers
Original-Maintainer: Thorsten Alteholz
Architecture: amd64
Version: 1.3-4
Depends: guile-2.0-libs, libc6 (>= 2.14), libctl5 (>= 3.0.3), libgcc1 (>= 1:3.0), libmeep8, libstdc++6 (>= 4.1.1)
Recommends: h5utils
Filename: pool/universe/m/meep/meep_1.3-4_amd64.deb
Size: 165550
MD5sum: b286261ee179f336558446f85204d918
SHA1: bbbf22f54fe7dc17e788b38450a6e9c0ddaba38e
SHA256: 508d1933d99b86995dc246aba1c0965d7b36e5f6a3f13a725302491e4eec709a
Description-en: software package for FDTD simulation
Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation
software package developed at MIT to model electromagnetic systems.
.
Its features include:
* Simulation in 1d, 2d, 3d, and cylindrical coordinates.
* Dispersive (including loss/gain) and nonlinear (Kerr & Pockels) materials.
Magnetic permeability and electric/magnetic conductivities.
* PML absorbing boundaries and/or perfect conductor and/or Bloch-periodic
boundary conditions.
* Exploitation of symmetries to reduce the computation size .
even/odd mirror symmetries and 90/180 degree rotations.
* Complete scriptability - either via a Scheme scripting front-end
(as in libctl and MPB), or callable as a C++ library.
* Field output in the HDF5 standard scientific data format, supported by
many visualization tools.
* Arbitrary material and source distributions.
* Field analyses including flux spectra, frequency extraction, and energy
integrals; completely programmable.
* Multi-parameter optimization, root-finding, integration, etcetera
(via libctl).
.
This package contains the software.
Description-md5: 9df1a393132f602561a319fae0d44dd8
Homepage: http://ab-initio.mit.edu/wiki/index.php/Meep
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu