群晖dsm安装ipkg
有两种安装方式。一种是在套件中心-设置-套件来源
里面新增https://www.cphub.net
这个源,点击确定后(等好久)出现社群
菜单,在里面依次分别安装easy bootstrap installer
和ipkGUI
,但我这种方法失败了,提示安装包格式不正确。
第二种是直接通过wget下载后安装。先用ssh登录到dsm上:
wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
sudo sh syno-i686-bootstrap_1.2-7_i686.xsh
ipkg
这样可以运行ipkg就装好了
安装软件:
ipkg update
ipkg install mlocate
除了mlocate有很多人推荐 lrzsz,这似乎个通过ssh传输文件的协议。
安装后在某种情况找不到locate
,位置在/opt/bin`中。