Difference between revisions of "Talk:Uninstall Gnucash Ubuntu"

From GnuCash
Jump to: navigation, search
(Clarification of removing GnuCash associated library files)
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
If these are to be completely cleaned up, then perhaps the command should be:
 
If these are to be completely cleaned up, then perhaps the command should be:
 
+
<SyntaxHighlight lang="sh">
 
rm <prefix>/lib/libgnc-*
 
rm <prefix>/lib/libgnc-*
 +
</SyntaxHighlight>
 +
no?
  
no?
+
I also see on my 16.04 vm that there are /usr/share/gnucash (containing various files and other directories) and /usr/include/gnucash. (containing headers) Perhaps these were left over from previous installations. (I had both repository versions and previous automake build versions of 2.6.x installed at some point. Should removal commands for these directories be included as well or just a note to do similar commands for any other results returned by the whereis command?

Latest revision as of 18:52, 26 July 2018

There are additional libgnc files in <prefix>/lib with other extensions such as .la, .so.0, and .so.0.0.0 etc.

If these are to be completely cleaned up, then perhaps the command should be:

rm <prefix>/lib/libgnc-*

no?

I also see on my 16.04 vm that there are /usr/share/gnucash (containing various files and other directories) and /usr/include/gnucash. (containing headers) Perhaps these were left over from previous installations. (I had both repository versions and previous automake build versions of 2.6.x installed at some point. Should removal commands for these directories be included as well or just a note to do similar commands for any other results returned by the whereis command?