Debian Linux使用

Table of Contents

1 debian linux使用技巧

  1. 安裝特定包版本
    apt-get install libreadline6=6.1.3-8
    
  2. 安裝源更新
    #apt-get install apt-spy
    #mv sources.list sources.list.bak //backup
    #man apt-spy  //獲取詳細的使用方法
    #apt-spy update //更新您的鏡像列表文件 /var/lib/apt-spy/mirrors.txt
    # apt-spy -d testing  -a Asia
    //在亞洲區尋找速度最快的testing版鏡像,並生成 sources.list文件,也可使用 -o 參數指定寫入文件     
    
  3. 使用aptitude-curses管理衝突軟件包,裏面會有建議降軟件版本之類的方案

Date: 2013-08-09 17:02:33 中國標準時間

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章