Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: linus72 on July 19, 2009, 08:42:10 AM
-
Hello guys
meaning how do I install tce/tcz's if I only have microcore, no desktop
all command line?
can I somehow use apps browser or goota
manually use wget for each one or how?
thanks ;D
-
Use tce-wget
Examples:
tce-wget opera.tce
tce-wget opera.tcz
-
Thank you Roberts
it is as I thought, to be manually done-yes?
I am trying to setup a small microcore server, no x
Is there a way to make a non-X apps browser??
just a thought:)
thanks for all the hard work Team Tinycore
-
Assuming the TC apps browser works similarly to the one in DSL, it uses a simple database. If that's the case, a shell script could be made to parse the database (downloading/upgrading it with wget if necessary), and use dialog as an interface.
-
Assuming the TC apps browser works similarly to the one in DSL, it uses a simple database. If that's the case, a shell script could be made to parse the database (downloading/upgrading it with wget if necessary), and use dialog as an interface.
Example; 'update -g' uses the dialog box and wget without X, but loads the tce directory instead of the complete database.
-
Assuming the TC apps browser works similarly to the one in DSL, it uses a simple database. If that's the case, a shell script could be made to parse the database (downloading/upgrading it with wget if necessary), and use dialog as an interface.
There is no database download as was deployed in DSL.
-
I suppose somebody could create one by downloading all the md5's.
edit: I just did this with "update" by downloading md5's and then directing it to the md5 folder for viewing/selecting/installing.
edit: updated "update" to include new install option (update -i {tce,tcz} )