How to Install and Uninstall libmodule-install-doapchangesets-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libmodule-install-doapchangesets-perl" package

In this section, we are going to explain the necessary steps to install libmodule-install-doapchangesets-perl on Kali Linux

$ sudo apt update $ sudo apt install libmodule-install-doapchangesets-perl

2. Uninstall "libmodule-install-doapchangesets-perl" package

This guide covers the steps necessary to uninstall libmodule-install-doapchangesets-perl on Kali Linux:

$ sudo apt remove libmodule-install-doapchangesets-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmodule-install-doapchangesets-perl package on Kali Linux

Package: libmodule-install-doapchangesets-perl
Version: 0.206-2
Installed-Size: 66
Maintainer: Debian Perl Group
Architecture: all
Depends: libfile-slurp-perl, libwww-perl, libmodule-install-perl, libperl-version-perl, librdf-query-perl, librdf-trine-perl, liburi-perl, liblist-moreutils-perl, sgml-base (>= 1.28), perl:any
Recommends: libmodule-install-doap-perl, libmodule-package-perl, libmodule-install-rdf-perl (>= 0.006)
Size: 24816
SHA256: 8453e2287cf448abf75fa04a86f01ad3897102bf235fceb8c3ec1080217e7ae3
SHA1: bb2a0749c8b2955b9ef5b773aa7cb27fba058712
MD5sum: a9e536235afd437fda7f1aabe9f96759
Description: write your distribution change log in RDF
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
Module::Install::DOAPChangeSets allows you to write your Changes file
in Turtle or RDF/XML and autogenerate a human-readable text file.
.
To do this, create an RDF file called "meta/changes.ttl" (or something
like that) and describe your distribution's changes in RDF using the
Dublin Core, DOAP, and DOAP Change Sets vocabularies. Then in your
Makefile.PL, include:
.
write_doap_changes "meta/changes.ttl", "Changes", "turtle";
.
This line will read your data from the file named as the first
argument, parse it using either Turtle or RDFXML parsers (the third
argument), and output a human-readable changelog to the file named as
the second argument.
Description-md5:
Homepage: https://metacpan.org/release/Module-Install-DOAPChangeSets
Tag: devel::lang:perl, devel::library, implemented-in::perl,
works-with-format::rdf:turtle, works-with::semantic-data
Section: perl
Priority: optional
Filename: pool/main/libm/libmodule-install-doapchangesets-perl/libmodule-install-doapchangesets-perl_0.206-2_all.deb