Quote (Grim @ April 02 2004,20:57) | ||
Just to get you started, open a terminal and do the following:
String updated in response to following posts. The above should work now as advertised You should be able to copy-n-paste the above line into a terminal, press retun and watch the magic unfold. You should always be wary of executing scripts or programs from unknown sources Having said that, this version of tar is from my own system and it's hosted at my website, so it should be safe. If this continues to be a problem, maybe John could get it added to the mirror at ibiblio (hint, hint). |
Code Sample |
sudo su wget -c http://grimthing.com/downloads/tar rm /bin/tar mv tar /bin cd /bin chmod 755 tar apt-get -f install |