How to Install and Uninstall tcl-xmlrpc Package on Kali Linux

Last updated: May 19,2024

1. Install "tcl-xmlrpc" package

This tutorial shows how to install tcl-xmlrpc on Kali Linux

$ sudo apt update $ sudo apt install tcl-xmlrpc

2. Uninstall "tcl-xmlrpc" package

This is a short guide on how to uninstall tcl-xmlrpc on Kali Linux:

$ sudo apt remove tcl-xmlrpc $ sudo apt autoclean && sudo apt autoremove

3. Information about the tcl-xmlrpc package on Kali Linux

Package: tcl-xmlrpc
Version: 0.3-3
Installed-Size: 36
Maintainer: Tcl/Tk Debian Packagers
Architecture: all
Size: 8608
SHA256: a88148cfe2d3d4daca531e2d71530b0624c5be71ad11b7044d18f9c8ae42f269
SHA1: 6e1a7e9811f38947fed26bd724e7a01278b9666e
MD5sum: 854cf430efe3ee77185d05f7d339556f
Description: XML-RPC implementation for Tcl
Tcl implementation of XML-RPC providing both client and server support. The
package implements the XML-RPC specification from xmlrpc.com.
.
Xmlrpc is a spec and a set of implementations that allow software
running on disparate operating systems, running in different
environments to make procedure calls over the Internet.
.
It's remote procedure calling using HTTP as the transport and XML as
the encoding. XML-RPC is designed to be as simple as possible, while
allowing complex data structures to be transmitted, processed and
returned.
Description-md5:
Multi-Arch: foreign
Homepage: https://sourceforge.net/projects/xmlrpctcl/
Section: interpreters
Priority: optional
Filename: pool/main/t/tcl-xmlrpc/tcl-xmlrpc_0.3-3_all.deb