How to Install and Uninstall xar Package on openSUSE Leap

Last updated: May 23,2024

1. Install "xar" package

In this section, we are going to explain the necessary steps to install xar on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install xar

2. Uninstall "xar" package

This tutorial shows how to uninstall xar on openSUSE Leap:

$ sudo zypper remove xar

3. Information about the xar package on openSUSE Leap

Information for package xar:
----------------------------
Repository : Main Repository
Name : xar
Version : 1.6.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 83.6 KiB
Installed : No
Status : not installed
Source package : xar-1.6.1-bp155.2.14.src
Upstream URL : http://mackyle.github.com/xar
Summary : Extensible Archive Format Tools
Description :
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.