WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: app audit unable to uninstall programs [solved]  (Read 1886 times)

Offline shadowrift

  • Newbie
  • *
  • Posts: 22
app audit unable to uninstall programs [solved]
« on: July 25, 2012, 05: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.
« Last Edit: July 25, 2012, 01:21:17 PM by shadowrift »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11285
Re: app audit unable to uninstall programs
« Reply #1 on: July 25, 2012, 06: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.

Offline shadowrift

  • Newbie
  • *
  • Posts: 22
Re: app audit unable to uninstall programs
« Reply #2 on: July 25, 2012, 10:56:57 AM »
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...


Offline shadowrift

  • Newbie
  • *
  • Posts: 22
Re: app audit unable to uninstall programs
« Reply #3 on: July 25, 2012, 11:01:17 AM »
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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11285
Re: app audit unable to uninstall programs
« Reply #4 on: July 25, 2012, 11:08:02 AM »
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.

Offline shadowrift

  • Newbie
  • *
  • Posts: 22
Re: app audit unable to uninstall programs
« Reply #5 on: July 25, 2012, 01:20:58 PM »
That is great thanks