Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: shadowrift on July 25, 2012, 08:53:23 AM

Title: app audit unable to uninstall programs [solved]
Post by: shadowrift on July 25, 2012, 08:53:23 AM
Hey,
I am new to tiny core, I have been using Arch Linux for a very long time and decided to try this out. I am very interested in the small system and the ability to throw it all in ram. The boot times for tiny core are very nice as well. Here is the problem I am having

12 MB core install = no app audit  (not sure if this is correct but I do not see it anywhere.)

I just need the command to uninstall programs. I thought that moving from the 8 mb to the 12 would give me that ability, but it is looking like I am wrong. Is their a command in AB that will allow this? Please and thank you.
Title: Re: app audit unable to uninstall programs
Post by: Rich on July 25, 2012, 09:17:43 AM
Hi shadowrift
I believe the AppsAudit functions were moved into AppBrowser. For command line use, see if  tce-audit
gives you a response.
Title: Re: app audit unable to uninstall programs
Post by: shadowrift on July 25, 2012, 01:56:57 PM
It does give me a response when I type tce-audit that command. I am still unable to uninstall programs. Is their a wiki on this process? I do not see any spot in AppBrowser that will allow me to mark something for deletion.

Here is the command I tried

tce-audit {remove} opera

I will look at the AppsBrowser more closely...

Title: Re: app audit unable to uninstall programs
Post by: shadowrift on July 25, 2012, 02:01:17 PM
I found it....not in a very prominent place, but now that I know where it is at things are a lot better now :)


apps - maintenance - dependencies and deletion
Title: Re: app audit unable to uninstall programs
Post by: Rich on July 25, 2012, 02:08:02 PM
Hi shadowrift
That should be:
Code: [Select]
tce-audit remove /path/to/tcedir/extension.tczWhere  /path/to/tcedir/extension.tcz  would look something like  /mnt/sda1/tce/optional/opera11.tcz
I see you solved your problem, but I'll post this anyway for future reference.
Title: Re: app audit unable to uninstall programs
Post by: shadowrift on July 25, 2012, 04:20:58 PM
That is great thanks