How to Install and Uninstall python3-arcp Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-arcp" package

In this section, we are going to explain the necessary steps to install python3-arcp on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-arcp

2. Uninstall "python3-arcp" package

This is a short guide on how to uninstall python3-arcp on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-arcp $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-arcp package on Ubuntu 21.10 (Impish Indri)

Package: python3-arcp
Architecture: all
Version: 0.2.1-3
Priority: optional
Section: universe/python
Source: arcp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 52
Depends: python3:any
Filename: pool/universe/a/arcp/python3-arcp_0.2.1-3_all.deb
Size: 13516
MD5sum: 6ef6eabcdc843490a4d78954a0d9441a
SHA1: 8989112380441be9d2e81e0d380e43bc0d8ee3f3
SHA256: 2b79788bf5b2cbe73703f67d949757a62dcd134c9992fb4ee196a59b3a8e7103
SHA512: 9821fb210aeaaee256d71b6802900bb9caa973bdaf25a16521d27f7ea066bd5ec1ac964890dd0d46ee3a2aa394e7cb6b8241d212dadce332474b6ebafd02b6c8
Homepage: https://arcp.readthedocs.io/
Description-en: (Archive and Package) URI parser and generator
arcp provides functions for creating arcp_ URIs,
which can be used for identifying or parsing hypermedia
files packaged in an archive or package, like a ZIP file.
.
arcp URIs can be used to consume or reference hypermedia resources
bundled inside a file archive or an application package, as well as
to resolve URIs for archive resources within a programmatic framework.
.
This URI scheme provides mechanisms to generate a unique base URI
to represent the root of the archive, so that relative URI references
in a bundled resource can be resolved within the archive without having to
extract the archive content on the local file system.
.
An arcp URI can be used for purposes of isolation (e.g. when consuming
multiple archives), security constraints (avoiding “climb out” from the
archive), or for externally identiyfing sub-resources referenced by
hypermedia formats.
.
Examples:
- ``arcp://uuid,32a423d6-52ab-47e3-a9cd-54f418a48571/doc.html``
- ``arcp://uuid,b7749d0b-0e47-5fc4-999d-f154abe68065/pics/``
- ``arcp://ni,sha-256;F-34D4TUeOfG0selz7REKRDo4XePkewPeQYtjL3vQs0/``
- ``arcp://name,gallery.example.org/``
.
The different forms of URI authority_ in arcp URIs can be used depending
on which uniqueness constraints to apply when addressing an archive.
See the arcp specification
(https://tools.ietf.org/html/draft-soilandreyes-arcp-02) for details.
.
Note that this library only provides mechanisms to
*generate* and *parse* arcp URIs, and do *not* integrate with any
particular archive or URL handling modules like
"zipfile" or "urllib.request".
Description-md5: fa83b805a7c72398f37e5d3e2743f7a8