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

Last updated: September 20,2024

1. Install "oz" package

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

$ sudo apt update $ sudo apt install oz

2. Uninstall "oz" package

Learn how to uninstall oz on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove oz $ sudo apt autoclean && sudo apt autoremove

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

Package: oz
Priority: optional
Section: universe/python
Installed-Size: 668
Maintainer: Ubuntu Developers
Original-Maintainer: Simon Josefsson
Architecture: all
Version: 0.14.0-1
Depends: python (>= 2.7), python (<< 2.8), genisoimage, libvirt-dev (>= 0.9.7), mtools, openssh-client, python-guestfs, python-lxml, python-libvirt (>= 0.9.7), python-pycurl, python-m2crypto
Filename: pool/universe/o/oz/oz_0.14.0-1_all.deb
Size: 87542
MD5sum: 07733f5589dab280a09a60c68fabec20
SHA1: 413f69b914da41eaf7db1081b63c3dea4fee0d7c
SHA256: 481514f3e342321db3771bd875464bd2bf85c96719ab39f42477e7a83b07e4e4
Description-en: install virtual machine guest OSs with minimal input the user
Oz is a tool for automatically installing guest OSs with only minimal
up-front input from the user.
.
For each type of guest operating system, Oz supports up to three
operations: operating system installation (oz-install), operating
system customization (oz-customize), and ICICLE manifest generation
(oz-generate-icicle).
.
Currently many versions of popular operating systems are supported,
including Debian, Ubuntu, RHEL/CentOS, Fedora, OpenSUSE, Mandrake,
and FreeBSD. See also virt-install(1) and virt-builder(1) from the
virtinst and libguestfs-tools packages.
Description-md5: 89bbff2fa07b3ef04f8b9b19fa3e0775
Homepage: http://github.com/clalancette/oz/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu