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

Last updated: May 03,2024

1. Install "partimage" package

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

$ sudo apt update $ sudo apt install partimage

2. Uninstall "partimage" package

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

$ sudo apt remove partimage $ sudo apt autoclean && sudo apt autoremove

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

Package: partimage
Priority: optional
Section: universe/admin
Installed-Size: 881
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Biebl
Architecture: amd64
Version: 0.6.8-2.2ubuntu1
Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libnewt0.52, libslang2 (>= 2.2.4), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.3)
Conflicts: partimage-doc (<= 20020126-6), partimage-server (<< 0.6.0)
Filename: pool/universe/p/partimage/partimage_0.6.8-2.2ubuntu1_amd64.deb
Size: 184844
MD5sum: 813a81d5f9eaaf821334a7677cfddc86
SHA1: 67391d62e4cb6ae529eaa55c72fa5ab21263c2a4
SHA256: 39a527754c4182c5dfaf7343d4716af9e490c5c413d6d4a7552e808aca7f359e
Description-en: backup partitions into a compressed image file
Partition Image is a partition imaging utility. It has support for the
following file systems:
* Ext2/3, the Linux standard
* ReiserFS, a journalised and powerful file system
* FAT16/32, DOS and Windows file systems
* HPFS, IBM OS/2 file system
* JFS, journalised file system, from IBM, used on AIX
* XFS, another journalised and efficient file system, from SGI, used on Irix
* UFS (beta), Unix file system
* HFS (beta), MacOS File system
* NTFS (experimental), Windows NT, 2000 and XP
Only used blocks are copied and stored into an image file.
The image file can be compressed in the GZIP/BZIP2 formats to save disk space,
and split into multiple files to be copied onto removable media (ZIP for
example), burned on a CD-R, etc.
.
This makes it possible to save a full Linux/Windows system with a single
operation. In case of a problem (virus, crash, error, etc.), you just have
to restore, and after several minutes, your entire system is restored
(boot, files, etc.), and fully working.
.
This is very useful when installing the same software on many machines: just
install one of them, create an image, and restore the image on all other
machines.
Description-md5: 7457cb83fb686ae50320d85c1411ad30
Homepage: http://www.partimage.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu