apt install "*" --force-yes
I'm sure it's fine...
@catsalad I never thought about what the opposite of rm -rf / was, but this is it.
@mttaggart @catsalad Basically me around '95 discovering linux and installing all the things. Gnome? :check: KDE? also :check: thing<no idea what this does> also :check: let's see what it does...
@nf3xn @catsalad I was definitely thinking about multiple window managers.
@mttaggart @catsalad That one (rm -rf / ) is obvious. What is worse is me thinking "oh, I'll get rid of the hidden files there, they are not needed, so I'll just do
rm -rf .*
I did not think about it, because clearly .. matches .*
There are some mistakes you only make once.