Dicas diversas sobre TI, sistemas operacionais e networking
rpm -ivh --nodigest --nofiledigest file.rpm
apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...