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

Last updated: May 19,2024

1. Install "styx" package

Please follow the steps below to install styx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install styx

2. Uninstall "styx" package

In this section, we are going to explain the necessary steps to uninstall styx on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove styx $ sudo apt autoclean && sudo apt autoremove

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

Package: styx
Priority: optional
Section: universe/devel
Installed-Size: 183
Maintainer: Ubuntu Developers
Original-Maintainer: Frederik Schüler
Architecture: amd64
Version: 2.0.1-1
Depends: libc6 (>= 2.4), libstyx2 (>= 2.0.1)
Recommends: styx-dev (= 2.0.1-1)
Suggests: styx-doc (= 2.0.1-1)
Filename: pool/universe/s/styx/styx_2.0.1-1_amd64.deb
Size: 40244
MD5sum: b23f00abdff4bf7b181569cbb3763ee5
SHA1: 9a607a9f203764584516823b05dd024f0301ec24
SHA256: a7df44fd288595dca0262a7c4a251ab75e684776e298b814704857163eee9dd8
Description-en: combined parser/scanner generator for C/C++
The package facilitates application development including
user-defined context free languages.
.
Its development model deviates from the traditional lex/yacc pair
(flex/bison in Debian) by automating tedious tasks which are
commonly implemented in yacc's actions.
.
Styx automatically derives a depth grammar, generates reentrant
parsers that support persistent derivation trees, preserve full
source information, support Unicode and are thread safe.
Description-md5: b68f9a001ad29b268ab8d67c47507631
Homepage: http://speculate.de/styx/
Tag: devel::{code-generator,lang:c,lang:c++,lang:php,lang:c#}, implemented-in::c, interface::commandline, role::program, scope::utility, suite::gnu, works-with::software:source
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu