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

Last updated: May 20,2024

1. Install "fuzzylite" package

Please follow the step by step instructions below to install fuzzylite on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fuzzylite

2. Uninstall "fuzzylite" package

Please follow the instructions below to uninstall fuzzylite on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fuzzylite $ sudo apt autoclean && sudo apt autoremove

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

Package: fuzzylite
Priority: extra
Section: universe/misc
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Johannes Schauer
Architecture: amd64
Version: 5.1+dfsg-3ubuntu1
Depends: libc6 (>= 2.2.5), libfuzzylite5.1v5 (>= 5.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/f/fuzzylite/fuzzylite_5.1+dfsg-3ubuntu1_amd64.deb
Size: 5192
MD5sum: 57730e8578983247b5a85b2a278f9231
SHA1: ef8dedb96ea6db9bf626f0571a27f8cdc6e31e5d
SHA256: 266bf05bf5d54f34565ec379bd4026b7acaaa5fc282fb38e7b0a53b320e07805
Description-en: fuzzy logic control binary
fuzzylite is a fuzzy logic control library which allows one to easily
create fuzzy logic controllers in a few steps utilizing object-oriented
programming. It supports five controller types (Mamdani, Takagi-Sugeno,
Larsen, Tsukamoto, Inverse Tsukamoto), 20 linguistic terms, five
integral and two weighted defuzzifiers, six hedge types, three import
types (FuzzyLite Language, Fuzzy Inference System and Fuzzy Control
Language) and six export types (C++, Java, FuzzyLite Language, FuzzyLite
Dataset, Fuzzy Inference System, Fuzzy Control Language). It comes
bundled with more than thirty examples for Mamdani, Takagi-Sugeno and
Tsukamoto controllers from fuzzylite, octave and matlab, each in all
supported export formats.
.
This package contains the runtime binary
Description-md5: c9a162d6dfd61855d12c2cdfbbd3f00f
Homepage: http://www.fuzzylite.com/cpp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu