Simply remove the files delivered within the tar file.
For example
Code:
tar ztf Singular-4.1.0-x86_64-Linux.tar.gz|xargs rm -f
followed by removing the now empty directories:
Code:
rm -rf ./share/singular ./share/factory ./libexec/singular
./share/singular
Simply remove the files delivered within the tar file.
For example
[code]
tar ztf Singular-4.1.0-x86_64-Linux.tar.gz|xargs rm -f
[/code]
followed by removing the now empty directories:
[code]
rm -rf ./share/singular ./share/factory ./libexec/singular
[/code]./share/singular