How to Install and Uninstall srecord Package on Kali Linux

Last updated: May 15,2024

1. Install "srecord" package

This guide let you learn how to install srecord on Kali Linux

$ sudo apt update $ sudo apt install srecord

2. Uninstall "srecord" package

Please follow the instructions below to uninstall srecord on Kali Linux:

$ sudo apt remove srecord $ sudo apt autoclean && sudo apt autoremove

3. Information about the srecord package on Kali Linux

Package: srecord
Source: srecord (1.64-4)
Version: 1.64-4+b1
Installed-Size: 238
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libsrecord0 (>= 1.64), libstdc++6 (>= 13.1)
Size: 159612
SHA256: 1508f3d223d97ce90f641e6a77ba7fc448d1cbb135f2ac6dd93930e6ad787c85
SHA1: 68f8064a89b41751067dd007d4172a64e7a9c356
MD5sum: 70e2a3dc232e117c74d90a16a834d439
Description: collection of powerful tools for manipulating EPROM load files
The srecord package is a collection of powerful tools for manipulating EPROM
load files. It reads and writes numerous EPROM file formats, and can perform
many different manipulations.
.
The tools include:
* The srec_cat program may be used to catenate (join) EPROM load files, or
portions of EPROM load files, together. Because it understands all of the
input and output formats, it can also be used to convert files from one
format to another. It also understands filters.
* The srec_cmp program may be used to compare EPROM load files, or portions
of EPROM load files, for equality.
* The srec_info program may be used to print summary information about EPROM
load files.
Description-md5:
Homepage: http://srecord.sourceforge.net
Tag: devel::machinecode, implemented-in::c++, interface::commandline,
role::program, scope::utility, use::converting
Section: utils
Priority: optional
Filename: pool/main/s/srecord/srecord_1.64-4+b1_amd64.deb