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

Last updated: May 18,2024

1. Install "mmake" package

This guide covers the steps necessary to install mmake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mmake

2. Uninstall "mmake" package

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

$ sudo apt remove mmake $ sudo apt autoclean && sudo apt autoremove

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

Package: mmake
Priority: extra
Section: universe/devel
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Version: 2.3-6
Depends: perl, java-common, findutils (>= 4.0)
Recommends: default-jdk | java-compiler
Filename: pool/universe/m/mmake/mmake_2.3-6_all.deb
Size: 26176
MD5sum: bca435dd94375d26c0072f57b4d2f348
SHA1: b6f4bb48918b3f99faf14a25fb0da79cc5146776
SHA256: 8098e9b0c1eb0b0073e203b00d64c6889663b045cdf5a62a29270aec1eab2a0f
Description-en: Makefile generator for Java programs
mmake will generate a master Makefile for your Java programs.
This generated Makefile fully understands the subdirectories
that are required if your program consists of multiple packages.
mmake also automatically generates dependencies, and can use
the C preprocessor for Java programs and generate javadoc documentation.
mmake defaults to using Sun's javac from the jdk but can easily use
guavac or a different GPL alternative as well.
Description-md5: d3b43fe924d8d2af5b151a166a5b70ce
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu