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

Last updated: May 19,2024

1. Install "foxeye" package

This is a short guide on how to install foxeye on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install foxeye

2. Uninstall "foxeye" package

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

$ sudo apt remove foxeye $ sudo apt autoclean && sudo apt autoremove

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

Package: foxeye
Priority: optional
Section: universe/net
Installed-Size: 987
Maintainer: Ubuntu Developers
Original-Maintainer: Andriy Grytsenko
Architecture: amd64
Version: 0.10.2-2
Provides: ircd
Depends: libc6 (>= 2.17), libidn11 (>= 1.13), liblua5.1-0, libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4)
Filename: pool/universe/f/foxeye/foxeye_0.10.2-2_amd64.deb
Size: 352734
MD5sum: 1e4851921ff6c7d52275e20c8624811c
SHA1: 3ea2c0e48d69a13502a5b07cd86c0880cfb9a20c
SHA256: cfeb47697f768fc13da47278116805e0e5d85b4caa903bd83c872a4c1234db66
Description-en: Universal modular network agent - binary package
FoxEye is a multipurpose generic modular base to create clients or servers
for client-server type networks such as IRC, ICQ, etc. All what you need
to make an IRC bot or ICQ client is few modules that implement functionality
you require. The FoxEye written in pure C with small resource requirements
in mind.
.
This package contains main daemon and few modules. Available modules are:
autolog, irc, irc-channel, irc-ctcp, ircd, logs, lua, modes, tcl, ziplink.
With this set of modules FoxEye can serve two purposes:
- IRC bot (similar to Eggdrop);
- IRC server (ircd, RFC2810...2813 compliant).
More purposes are under development now and third-party modules are available
to create using foxeye-dev package.
Description-md5: 23bcc56d86fbf500e273302879515ae2
Homepage: http://foxeye.sf.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu