Editing
Synology Package Managers
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Installation == * First look up the CPU of the DiskStation: '''DSM''' > '''Control Panel''' > '''System''' > '''Info Center''' > '''General''' tab > '''Basic Information''' group > '''CPU''' * Alternatively, CPUs for all DiskStation models are listed [https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General/What_kind_of_CPU_does_my_NAS_have here]. * Download and install `ipkg` <ref>[http://howden.net.au/thowden/2014/10/synology-installation-of-ipkg-dsm-yum-or-apt-get-equivalent/ Synology installation of ipkg DSM yum or apt-get equivalent]</ref> * E.g. on DS213: <syntaxhighlight lang="bash"> $ wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/syno-mvkw-bootstrap_1.2-7_arm.xsh $ sh syno-mvkw-bootstrap_1.2-7_arm.xsh </syntaxhighlight> On DS213 running the script generated an error: `Error: CPU not Marvell Kirkwood, probably wrong bootstrap.xsh` This error is fixed by editing `./bootstrap/bootstrap.sh` to change line 21: <ref>[https://forum.synology.com/enu/viewtopic.php?t=30764 IPKG for DS211] - Synology Forums</ref> from <pre> if ! grep Feroceon-KW /proc/cpuinfo >/dev/null 2>&1; then </pre> to <pre> if ! grep Feroceon /proc/cpuinfo >/dev/null 2>&1; then </pre> Then running `./boostrap/bootstrap.sh` again (as `sudo`): <syntaxhighlight lang="sh"> $ sudo sh bootstrap.sh </syntaxhighlight> * `ipkg` is installed in either `/opt/bin` or `/opt/sbin`, which are not in the default path. Either invoke `ipkg` using the full path, or add the path to the `PATH` environment variable. * The package sources must be added to `ipkg` with `sudo ipkg update`. * Now `ipkg` is ready to use with `sudo /opt/bin/ipkg install somepkg`
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information