目前看來 sh4 上可以跑的 linux, 除了 stlinux 外大概就是 debian 了! 不過,最近發現,lenny debian 官方已經不提供lenny支援,而網樂通的舊版kernel只能裝lenny套件。
- 升級系統
- apt-get update # 更新套件庫
- apt-get -s upgrade # 顯示將更新哪些套件
- apt-get upgrade # 更新套件(keep in stable)
- apt-get dist-upgrade # 升級大版本(eg. stable->testing)
- 搜尋套件: apt-cache search <keyword>
- 安裝套件: apt-get install <name>
- 移除套件: apt-get remove <name>
- 其他
- apt-cache depends <name> # 檢查相依性
- apt-get install <name> # 安裝套件
- apt-get clean # 清除下載檔案
- 選取快速的本地下載站台
- sudo apt-get install netselect-apt
- sudo netselect-apt -n squeeze
- sudo cp sources.list /etc/apt/sources.list
- sudo vim /etc/apt/sources.list # 調整自己的設定
- 套件指令速查表: apt-get, dpkg, 指令對照表
沒有留言:
張貼留言