How to Install and Uninstall riscemu-doc Package on Kali Linux

Last updated: December 25,2024

1. Install "riscemu-doc" package

This is a short guide on how to install riscemu-doc on Kali Linux

$ sudo apt update $ sudo apt install riscemu-doc

2. Uninstall "riscemu-doc" package

This tutorial shows how to uninstall riscemu-doc on Kali Linux:

$ sudo apt remove riscemu-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the riscemu-doc package on Kali Linux

Package: riscemu-doc
Source: riscemu
Version: 2.2.5-2
Installed-Size: 95
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2), libjs-jquery, libjs-underscore
Suggests: riscemu
Size: 24956
SHA256: 3d2566c5853fe4a2f68397254ade5a4cb895ef4b3d79c5f4464be9a8c1288eee
SHA1: 6115347260f01e53d190fc6debb0b2134d3e4ab9
MD5sum: f69574e5aa8861c46c8a8e9c07f3c309
Description: RISC-V emulator in Python
Implementing a basic RISC-V emulator, aimed at being easily extendable.
Check out the docs at readthedocs or riscemu.datenvorr.at.
.
This emulator contains:
- RISC-V Assembly parser
- RISC-V Assembly loader
- Emulation for most parts of the basic RISC-V instruction set and
the M and A extensions
- Naive memory emulator
- Basic implementation of some syscalls
- A debugging environment
.
This package contains the documentation files for the riscemu package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/AntonLydike/riscemu
Section: doc
Priority: optional
Filename: pool/main/r/riscemu/riscemu-doc_2.2.5-2_all.deb

5. The same packages on other Linux Distributions