Difference between revisions of "Talk:Uninstall Gnucash Ubuntu"

From GnuCash
Jump to: navigation, search
(Clarification of removing GnuCash associated library files)
 
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?

Revision as of 18:45, 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?