Manual installation of a single (bin) file

Aus Gemini-Wiki
Version vom 30. August 2009, 08:29 Uhr von Rosco pc (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
Information
How-to install a program


To manually install/upgrade a file on the Dreambox you need to copy the file in question via FTP (etc..) to your Dreambox (note that programs are normally stored under /usr/bin). After copying you need to make sure that the file has the correct permissions:

  • Login to your Dreambox via Telnet
  • Change permission via chmod
chmod 755 /usr/bin/mc

This examples shows how the program"mc" in "/usr/bin" gets the correct executable permissions.