Install tegrarcm
Installing tegrarcm package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install tegrarcm
tegrarcm package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | tegrarcm |
version | 1.6-1+b2 |
description | Tool to upload payloads in Tegra SoC recovery mode |
subsection | utils |
website | github.com / NVIDIA / tegrarcm |
maintainer | Marc Dietrich |
Uninstall tegrarcm
To remove just tegrarcm package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove tegrarcm
Uninstall tegrarcm and it’s dependent packages
To remove the tegrarcm package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove tegrarcm
Purging tegrarcm
If you also want to delete configuration and/or data files of tegrarcm from Debian Sid then this will work:
sudo apt-get purge tegrarcm
To delete configuration and/or data files of tegrarcm and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove tegrarcm