Entware

Entware #

The «Entware» repository provides the ability to easily install additional software on «LibreELEC/CoreELEC» systems.

A list of available packages can be viewed here.

Example of installing the «BitTorrent» client «Transmission» #

Installing «Entware»:

installentware

At the end, the following question will appear:

Would you like to reboot now to finish installation (recommended) [y/N]?

For now, answer «No», just press «Enter».

Installing «Transmission»:

opkg install transmission-web

Rebooting the system:

reboot

In your browser, enter the address «http://your-ip-address:9091» and use it.

If you need to remove «Entware»:

systemctl stop entware
rm -fr /opt/*
reboot