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

Last updated: May 12,2024

1. Install "renpy" package

This tutorial shows how to install renpy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install renpy

2. Uninstall "renpy" package

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

$ sudo apt remove renpy $ sudo apt autoclean && sudo apt autoremove

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

Package: renpy
Priority: optional
Section: universe/games
Installed-Size: 6511
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Games Team
Architecture: all
Version: 6.99.8+dfsg-2
Depends: fonts-dejavu-core, fonts-droid-fallback, fonts-motoya-l-cedar, fonts-nanum, fonts-roboto-hinted, python-pygame-sdl2, python-renpy (>= 6.99.8+dfsg-2), python:any (>= 2.7.5-5~)
Recommends: python-ctypes, zenity
Filename: pool/universe/r/renpy/renpy_6.99.8+dfsg-2_all.deb
Size: 1046608
MD5sum: 9c51e0df5001403000a4e3ddca707bbe
SHA1: 6ecb7f306330ac6257c0d9602405d5a613a0af0f
SHA256: d2bfadfc9235b8f1eb4f916305937fa11aa0c7f87b1f22cebaf88262eae421e0
Description-en: framework for developing visual-novel type games
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
Ren'Py tries to be like an executable script, allowing you to get a working
game without much more effort than is required to type the game script into
the computer.
.
Ren'Py is implemented on top of Python, and that Python heritage shows
through in many places. Many Ren'Py statements allow Python expressions
to be used, and there are also Ren'Py statements that allow for the
execution of arbitrary Python code. Many of the less-used features of
Ren'Py are exposed to the user by way of Python. By only requiring use of
the simplest features of Python, it's hoped that Ren'Py will be usable by
all game authors.
Description-md5: 041a87b0d914d0ac0e8c82e7b472f699
Homepage: http://www.renpy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu