How to Install and Uninstall janus Package on Kali Linux

Last updated: May 06,2024

1. Install "janus" package

This guide covers the steps necessary to install janus on Kali Linux

$ sudo apt update $ sudo apt install janus

2. Uninstall "janus" package

Please follow the steps below to uninstall janus on Kali Linux:

$ sudo apt remove janus $ sudo apt autoclean && sudo apt autoremove

3. Information about the janus package on Kali Linux

Package: janus
Source: janus (1.1.2-1)
Version: 1.1.2-1+b3
Installed-Size: 4099
Maintainer: Debian VoIP Team
Architecture: amd64
Depends: libc6 (>= 2.34), libconfig9, libcurl4 (>= 7.63.0), libduktape207 (>= 2.0.3), libglib2.0-0 (>= 2.52.0), libjansson4 (>= 2.14), liblua5.3-0, libmicrohttpd12 (>= 0.9.50), libnanomsg5 (>= 1.1.5), libnice10 (>= 0.1.16), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), libpaho-mqtt1.3 (>= 1.3.0), librabbitmq4 (>= 0.8.0), libsofia-sip-ua0 (>= 1.12.10), libsrtp2-1 (>= 2.3.0), libssl3 (>= 3.0.0), libsystemd0, libusrsctp2 (>= 0.9.4.0~), libwebsockets19 (>= 4.0.19), zlib1g (>= 1:1.1.4)
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: lua-ansicolors, lua-json, ssl-cert
Suggests: janus-doc, janus-tools
Size: 1101808
SHA256: 63beee31f1b6dc4d3e2eaab23d22500cc1f52090f5384842f7b41224098bf1c6
SHA1: 8ba3f2bc22c487b9ddd1ad6c706ade2d10fa9159
MD5sum: 90900acb2042ed04afac12bbd9114d04
Description: general purpose WebRTC server/gateway
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
As such, it doesn't provide any functionality per se
other than implementing the means to set up
a WebRTC media communication with a browser or application,
exchanging JSON messages with it over different transports,
and relaying RTP/RTCP and messages between clients
and the server-side application logic they're attached to.
Any specific feature/application is provided
by server side plugins,
that browsers can then contact via the server
to take advantage of the functionality they provide.
.
Example of such plugins can be implementations of applications
like echo tests, conference bridges, media recorders,
SIP gateways and the like.
Description-md5:
Homepage: https://janus.conf.meetecho.com
Section: comm
Priority: optional
Filename: pool/main/j/janus/janus_1.1.2-1+b3_amd64.deb