This is an old revision of the document!
Table of Contents
Install Applications
Select Mirror
To have a list of mirrors to choose from, install mirrors.tcz.
To select a mirror, open the App Browser, and click Mirrors, then select a mirror.
For other options see Select Mirror
Install Applications
To install applications while connected to the internet, open the App Browser.
Click Connect.
You will then see a list of extensions, and information about them.
Click on a application you want to install. Then click Go. The application and its dependencies will be downloaded and installed.
When completed, there will be a message saying OK.
OnBoot, OnDemand, Download and Load or Download Only
When installing applications you may select OnBoot, OnDemand, Download and Load or Download Only.
OnBoot: If OnBoot is used, the application is loaded every time the computer is started. Applications you always use, should be in OnBoot.
On Demand: If OnDemand is used, applications are not loaded until you start them. When using OnDemand, the computer starts quicker, and uses less RAM. This is ideal for applications you only use sometimes, particularly for computers with small RAM.
Download and Load: If Download and Load is used, the application is downloaded and loaded this time only. The next time you start the computer, it will not be loaded. It will still be in the tce directory, but the computer will not do anything with it.
Download Only: If Download Only is used, the application is only downloaded. It will be in the tce directory, but the computer will not do anything with it.
The applications in OnBoot and OnDemand can be changed using Apps Audit.
Do not put dependencies in OnBoot or OnDemand. They will be automatically included.
Search
You can enter a search term, and search for a certain type of application.
You can also change search to provides, and find out which extension provides something.
Install Local
You can load them using Install Local. To do this, open the App Browser, click Local, select an application, and click OK.
Install Applications While Not Connected to the Internet
Extensions may be downloaded from one of the mirrors.
Download Extensions, .dep files and Dependencies
To install applications on a computer which is not connected to the internet, download the extensions.
Include .dep files, dependencies, and dependencies of dependencies.
If the computer will be connected to the internet in the future, include .md5.txt files, as these are used to determine which programs have been updated. They can also be used to check if any extensions have been corrupted.
Put in the /tce/optional Directory
Copy and paste all extensions to the /tce/optional directory.
Using Apps Audit, put applications in OnBoot or OnDemand.
Restart the computer.
Copy Applications to Other Computers
If you install Tiny Core on another computer, you don't need to download the extensions again. You can just copy them. Extensions are in the /tce/optional directory.
Using Apps Audit, put applications in OnBoot or OnDemand.
Using Commands
The following information is included for people using Microcore without a graphical interface, and other advanced users.
Install Applications
To install an application, and put it in On Boot, use
tce-load -wi app_name.tcz
To install an application, and put it in On Demand, use
tce-load -wo app_name.tcz
To download an application to the /tce/optional directory, but not put it in On Boot or On Demand, use
tce-load -w app_name.tcz
To download an application to the /tce/optional directory, and load it this time, but not put it in On Boot or On Demand, use
tce-load -wil app_name.tcz
App Browser
To search for applications, use
ab search_term
or
ab
and you will be prompted to enter a search term.
Select an application to install.
Press q.
You will then have a number of options.
To install it, and put it in On Boot, press i.
To install it, and put it in On Demand, press o.
Start an Application
To start an application that is not loaded, use
tce-run app_name
Load an Application
To load an application, use
tce-load -i app_name
or
tce-load -is app_name
You can then start the application from the menu or wbar.
tce Directory
To find out the tce directory, open the terminal and type
cat /opt/.tce_dir