QTS system lacks lots of command line tools. This post talks about how to install softwares in qnap shell, just like using “apt-get install”.
In the last post, we take about how to login to qnap via ssh. After a period of partical use, I found that QTS system lacks lots of command line tools, besides the tools are relatively old version.
In this post, Jeager will show you how to install softwares in qnap shell, just like using apt-get install in ubuntu system.
1. Install Entware App
Install from APP CENTER
First we can not find Entware in OFFICIAL APP CENTER, while we can install it from third-party app repository. How to properly set third-party app repsitory can be found in this blog.
Install manually from qpkg file
If your third-party app store is too slow, just consider of download the qpkg file and install manually. The download link is here, currently the newest version is Entware_1.03std.qpkg.
2. After login via ssh, you can use okpg to manage package
opkg update # update repository
opkg upgrade # update your download apps
opkg install $package$ # install app
opkg remove $package$ # remove app
opkg list | grep -e $package$ # search app
ALL on-the-shelf packages can be found in the following page.


0 Comments