# List all installed packages # Also includes installer scripts cat /etc/config/qpkg.conf # @example [Entware] Name = Entware Class = null Status = complete store = 3e1bd9e9a3f53c72460efdd7275f31c1 Build = 20200107 Display_Name = Entware-std Version = 1.02 Author = zyxmon QPKG_File = Entware.qpkg Date = 2020-05-03 Shell = /share/CACHEDEV1_DATA/.qpkg/Entware/Entware.sh Install_Path = /share/CACHEDEV1_DATA/.qpkg/Entware RC_Number = 101 Enable = TRUE Official = 0 # Install Git and other packages # Use: Entware (the new, combined package) # @example `opkg list` # 1. Allow QNAP Club as repo # App Store > Settings > Application repository > Store Url: https://www.qnapclub.eu/en/repo.xml > Done # 2. Add `/opt/bin` to `PATH` @see `.bash{rc|_profile}` above. # 3. Update repo/packages opkg update # 4. Upgrade opkg upgrade # Install custom packages wget "https://url.tld/setup_file" unzip "setup_file" # Execute Shell installer # @see `cat /etc/config/qpkg.conf` for examples from already installed packages sh "setup_file"