How to Install devio in Ubuntu 18.04



Install devio by entering the following commands in the terminal:

sudo apt update
sudo apt install devio

Description:

correctly read (or write) a region of a block device

devio is a command line program to read correctly from mtd character (and other block) devices. devio allows access to specific regions of the device and allows output of data from specific locations. The primary difference between devio and other command line utilities, such as dd and cat, is that it is not stream based - it writes directly into the object rather than reading and writing a stream of data.

Homepage: http://devio.sf.net

Version: 1.2-1.2

Section: utils