“HowToUpgradeWithIPK”的版本间差异
跳到导航
跳到搜索
小 |
|||
第3行: | 第3行: | ||
基于ipk的系统升级方式如下: | 基于ipk的系统升级方式如下: | ||
− | <syntaxhighlight lang="bash"> | + | <syntaxhighlight lang="bash" line> |
# 使用ssh或者串口登录飞腾系统 | # 使用ssh或者串口登录飞腾系统 | ||
echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf | echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf |
2016年8月16日 (二) 23:30的版本
目前提供的基于飞腾的Linux系统共有两种, 一种基于debian系统, 采用debian自带的apt/dpkg作为包管理系统, 另一种则是基于ipk的专用系统.
基于ipk的系统升级方式如下:
1# 使用ssh或者串口登录飞腾系统
2echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf
3ipkg-cl -f /root/ipkg.conf update
4ipkg-cl -f /root/ipkg.conf upgrade