How to Install and Uninstall libga-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libga-dev" package

Please follow the guidance below to install libga-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libga-dev

2. Uninstall "libga-dev" package

Please follow the steps below to uninstall libga-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libga-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libga-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libga-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 3838
Maintainer: Ubuntu Developers
Original-Maintainer: Debichem Team
Architecture: amd64
Source: ga
Version: 5.3+dfsg-1
Filename: pool/universe/g/ga/libga-dev_5.3+dfsg-1_amd64.deb
Size: 844496
MD5sum: b8cdd55838c907d5d0cbfec6720d38f6
SHA1: f2d3c9bfe5264a1f2ec8a2ed958c67e69f3c68bf
SHA256: b046f996ab63eebad1c3f522c759c52c323e24c4b3faf8d895db2a3251be1eaa
Description-en: Distributed Shared-Memory Programming Environment (development)
Global Arrays is a portable Non-Uniform Memory Access (NUMA) shared-memory
programming environment for distributed and shared memory computers. It
augments the message-passing model by providing a shared-memory like access to
distributed dense arrays.
.
ARMCI provides one-sided remote memory operations used by GA.
.
ComEx (Communication Runtime for Extreme Scale) provides vector and strided
interfaces to optimize performance of remote memory copy operations for
non-contiguous data.
.
DRA (Disk Resident Arrays) is a parallel I/O library that maintains dense 2-dim
arrays on disk.
.
SF (Shared Files) is a parallel I/O library that allows noncollective I/O to a
parallel file.
.
EAF (Exclusive Access Files) is parallel I/O library that supports I/O to
private files.
.
TCGMSG is a simple, efficient, but becoming obsolete message-passing library.
.
TCGMSG-MPI is a TCGMSG interface implementation on top of MPI and ARMCI.
.
MA is a dynamic memory allocator/manager for Fortran and C programs.
.
GA++ is a C++ binding for global arrays.
.
This package contains the static libraries and header files.
Description-md5: a9843c738e76c93c6ce1d79f9f0443a7
Homepage: http://www.emsl.pnl.gov/docs/global/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu