さて、最初は https://unix.stackexchange.com/questions/115743/i-deleted-bin-rm-how-do-i-recover-it のおかげで
sudo touch /bin/rm sudo chmod +x /bin/rm apt-get download coreutils sudo dpkg --unpack coreutils*
rm があるべき場所にダミー ファイルを作成すると、実行権限が追加されます。 coreutils アプリケーションをダウンロードし (sudo は必要ありません)、その後ファイルをインストールします。 dpkg は coreutils パッケージを読み取り、インストールを行います。