How to Install Plugins on Enigma2
Ipk is file extension for most the enigma2 plugins files and composed of compressed data of the plugin distributed in different folders for automatic installation,Barry allen and drivers are other examples of ipk files
There are three common methods for installation of ipk files
1- Telnet command by using Telnet from windows and better from DCC program
Transfer your ipk file to dreambox /tmp folder by dcc-ftp commands and put the following command in telnet window
you can use copy-paste to put ipk filename
some images like newnigma and openpli do not accept ipkg command we can use opkg instead
The following is demonstration of Barry allen ipk file installation by this method
Ipk is file extension for most the enigma2 plugins files and composed of compressed data of the plugin distributed in different folders for automatic installation,Barry allen and drivers are other examples of ipk files
There are three common methods for installation of ipk files
1- Telnet command by using Telnet from windows and better from DCC program
Code:
ipkg install /tmp/enigma2-plugin-extensions-pluginame.ipk
Transfer your ipk file to dreambox /tmp folder by dcc-ftp commands and put the following command in telnet window
you can use copy-paste to put ipk filename
some images like newnigma and openpli do not accept ipkg command we can use opkg instead
The following is demonstration of Barry allen ipk file installation by this method