How to Install and Uninstall riscemu Package on Kali Linux

Last updated: May 18,2024

1. Install "riscemu" package

This tutorial shows how to install riscemu on Kali Linux

$ sudo apt update $ sudo apt install riscemu

2. Uninstall "riscemu" package

In this section, we are going to explain the necessary steps to uninstall riscemu on Kali Linux:

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

3. Information about the riscemu package on Kali Linux

Package: riscemu
Version: 2.2.5-2
Installed-Size: 295
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-resources, python3-pyelftools, python3:any
Suggests: riscemu-doc
Size: 54576
SHA256: 8af3afe59080a5a6cfc1fa2cfdf190bf88068a333efd466172be6e606b726dfc
SHA1: 73ed82a54e994fa3e0232ac9ba3804c8b33d1abe
MD5sum: 1a56019b963a80c03167ff21e2c9bba5
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 core riscemu module for Python 3.x .
Description-md5:
Homepage: https://github.com/AntonLydike/riscemu
Section: python
Priority: optional
Filename: pool/main/r/riscemu/riscemu_2.2.5-2_all.deb

5. The same packages on other Linux Distributions