Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: Rudock1 on April 03, 2019, 02:21:58 PM
-
H all,
working in text console and I'm OK with tce-update "Easy Mode" which grabs everything. There are times when I'd like to be more selective (like with the Apps Update GUI tool) and I noticed that tce-update has three "interactive mode" cases: list, query and update. I haven't been able to get them to respond. There is a $2 that looks like it wants a sub-directory.
Any guidance?
thx
Billy
-
Hi Rudock1
The source code for Apps:
https://github.com/tinycorelinux/fltk_projects/blob/master/apps/apps.cxx
shows it using the list and update modes. The commands appear to be built like this:
tce-update list /Path/To/tce/optional/
and
tce-update update /Path/To/tce/optional/ExtensionName.tcz.md5.txt
-
Hi Rudock1
OK, if you execute:
tce-update list /etc/sysconfig/tcedir/optional/
you will get a list of extensions that have updates available. If you execute:
tce-update update /etc/sysconfig/tcedir/optional/gtk3.tcz.md5.txt
it will update the gtk3.tcz extension.