Macrium Reflect Alternatives: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Knowledge== | |||
{| | |||
|valign="top" colspan="3"| | |||
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash | |||
sudo apt update && sudo apt install balena-etcher-electron | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top" colspan="2"| | |||
sudo apt remove balena-etcher-electron | |||
rm /etc/apt/sources.list.d/balena-etcher.list | |||
|valign="top"| | |||
apt clean && rm -rf /var/lib/apt/lists/* | |||
apt update | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top"| | |||
|valign="top"| | |||
|valign="top"| | |||
|} | |||
==References== | ==References== | ||
{| | {| |
Latest revision as of 18:47, 12 March 2023
Knowledge
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash sudo apt update && sudo apt install balena-etcher-electron | ||
| ||
sudo apt remove balena-etcher-electron rm /etc/apt/sources.list.d/balena-etcher.list |
apt clean && rm -rf /var/lib/apt/lists/* apt update | |
| ||
References
| ||
| ||