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

Last updated: May 13,2024

1. Install "libfcml-dev" package

This tutorial shows how to install libfcml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfcml-dev

2. Uninstall "libfcml-dev" package

This guide let you learn how to uninstall libfcml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfcml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 944
Maintainer: Ubuntu Developers
Original-Maintainer: Stephen Kitt
Architecture: amd64
Source: fcml
Version: 1.1.1-1
Depends: libfcml0 (= 1.1.1-1)
Recommends: libfcml-doc
Filename: pool/universe/f/fcml/libfcml-dev_1.1.1-1_amd64.deb
Size: 79210
MD5sum: 688a43918f0f726c5eca8d1e9bcd7b55
SHA1: b16d97a2304b0e7f6e1bcd0f81637d386f588875
SHA256: 0d8f8d0d09c5884a803c089363f198ecac5934e1f7658f151864d122012a4cc1
Description-en: machine code manipulation library - development files
FCML, the Free Code Manipulation Library, is a general-purpose
machine code manipulation library for i386 and amd64 architectures.
It includes an assembler and disassembler, instruction renderers and
parsers, and supports Intel and AT&T (gas) syntax.
.
It supports most recent instruction set extensions, including MMX,
3D-Now!, SSE including 4.2 and 4A, AVX and AVX2, AES-NI, TBM, BMI1
and BMI2, HLE, ADX, CLMUL, RDRAND, RDSEED, FMA, FMA4, LWP, SVM, XOP,
VMX and SMX.
.
This package contains the header files and library stubs required to
develop with FCML.
Description-md5: 9a9cf9a570ce63fa7f179743b91f794a
Homepage: http://fcml-lib.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu