Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Uninstalling Singular on Ubuntu 16.04 (installed via TGZ)
PostPosted: Fri Jan 20, 2017 3:39 pm 

Joined: Thu Jan 19, 2017 6:15 pm
Posts: 1
Hi,

I've installed Singular via TGZ on my machine:
4.4.0-57-generic #78-Ubuntu SMP

I used the file Singular-4.1.0-x86_64-Linux.tar.gz
Does anyone know what should I do to safely uninstall it?

Thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Uninstalling Singular on Ubuntu 16.04 (installed via TGZ)
PostPosted: Sat Jan 21, 2017 7:15 pm 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 11:01 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group