How to install unzip on a Synology NAS

As Synology preferred to install 7zip under DSM, this procedure describes how to install unzip on your NAS.

Jun 1, 2020 - 22:07
 0  12.1k
How to install unzip on a Synology NAS

Under DSM, Synology preferred to install the 7zip compacting tool (which is very good) instead of zip and unzip.
But many software installation scripts require unzip to install or operate.
It is therefore useful to install this tool in addition to 7zip.

But for that, you will first have to install the Entware opkg package manager (which replaces the aging ipkg).

Here is the whole procedure to follow:

  • First, install Entware following the procedure described on this page.
  • Then just type the command
    sudo opkg install unzip​

    At the end of this command, unzip is installed in the directory /volume1/@ entware-ng/opt/bin.
    If all the steps of the package manager installation procedure have been followed, then unzip is accessible via the PATH variable.

  • However, in the event that a script testing the existence of unzip under /bin is executed, it is always possible to execute the symbolic link command beforehand
    ln -s /volume1/@entware-ng/opt/bin/unzip /bin/unzip​

    which will make unzip accessible via this directory.

Georges Je suis un ingénieur informaticien officiellement à la retraite (mais pas complètement). Mon métier a toujours été une passion. C'est pourquoi je ne me contente pas de me retirer chez moi, à faire pousser des tomates et promener mon chien. Et, soyez sûr que ce n'est pas uniquement parce que je n'ai ni potager, ni chien. Quant à mon chat, heureusement, il est capable de se promener tout seul ! J'ai en fait décidé de garder un pied, voire deux, dans l'informatique. Par conséquent, si jamais vous avez besoin de services de conseil, accompagnement, suivi de projet, formation ou développement, contactez-moi ! Nous discuterons alors de vos besoins ainsi que de mon tarif, puis, peut-être tomberons-nous d'accord afin de collaborer ?