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

Last updated: May 18,2024

1. Install "urweb" package

Please follow the guidance below to install urweb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install urweb

2. Uninstall "urweb" package

This guide covers the steps necessary to uninstall urweb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove urweb $ sudo apt autoclean && sudo apt autoremove

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

Package: urweb
Priority: extra
Section: universe/devel
Installed-Size: 9197
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Barenblat
Architecture: amd64
Version: 20160213+dfsg-1build1
Depends: libmysqlclient-dev, libpq-dev, libsqlite3-dev, libssl-dev, liburweb0, liburweb-cgi0, liburweb-fastcgi0, liburweb-http0, liburweb-static0, uthash-dev, libc6 (>= 2.15), libgmp10
Recommends: urweb-doc, urweb-mode
Filename: pool/universe/u/urweb/urweb_20160213+dfsg-1build1_amd64.deb
Size: 1528612
MD5sum: 9ccfe1fdac5baeba7fc238d9bccf0157
SHA1: 0f84f13d314ea6411dddfb3c637e52fc5163f2b3
SHA256: 48e415ac34337686a7456b23aa6279a4e329a47b21bf62f835b725c1e6801bda
Description-en: purely functional language for web programming
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the urweb compiler and development libraries; you do not
need to install it to run applications written in Ur/Web.
Description-md5: f4678788b56e20a382b6c87c3b407edc
Multi-Arch: foreign
Homepage: http://impredicative.com/ur/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu