[問題]source.list 如何使用本機上面的 file

常言道:『飲水思源』,在 Open Source 的世界裡,我們常常需要別人的幫助,但是在您有所心得的時候請記得分享給大家,『幫助人是快樂的喔』。歡迎您在使用 debian 的過程中的任何心得分享給大家。

[問題]source.list 如何使用本機上面的 file

文章blueso » 週四 12月 26, 2002 4:02 pm

因為家中的電腦用 56k 撥接的, 所以想從別台電腦抓下來的 .deb檔, 拿回家用,
我把那台電腦上 /var/cache/apt/archives/*.deb 全copy 回家, 放在家裡電腦的
vol2/deb/ 目錄下, 請問一下我的 source.list 該如何寫?

看了無痛法, 是這樣用
deb file:/home/moto/debian stable main contrib non-free
那我就設成
deb file:/vol2/deb unstable main contrib non-free
可是這樣就出現錯誤, 我想是不是因為我的 deb 檔都放在同一目錄,
Failed to fetch file:/vol2/deb/dists/unstable/main/binary-i386/Packages File not found
Failed to fetch file:/vol2/deb/dists/unstable/contrib/binary-i386/Packages File not found
Failed to fetch file:/vol2/deb/dists/unstable/nonfree/binary-i386/Packages File not found
那我就改成
deb file:/vol2/deb
可是我還是錯了
E: Malformed line 1 in source list /etc/apt/sources.list (dist)
頭像
blueso
可愛的小學生
可愛的小學生
 
文章: 63
註冊時間: 週六 10月 26, 2002 11:24 pm
來自: 新竹

re:[問題]source.list 如何使用本機上面的 file

文章阿信 » 週四 12月 26, 2002 8:10 pm

沒有錯誤,只是少了一個步驟

要先用dpkg-scanpackage來產生Packages的檔案。
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[問題]source.list 如何使用本機上面的 file

文章阿信 » 週四 12月 26, 2002 8:17 pm

頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[問題]source.list 如何使用本機上面的 file

文章blueso » 週五 12月 27, 2002 9:57 am

謝謝啦, 原來只要幾個步驟就搞定了

# mkdir /root/debs
Still in the /root directory do:
# dpkg-scanpackages debs file | gzip > debs/Packages.gz
add source.list
deb file:/root debs/

-----------------------------------------------------------------------------------
# dpkg-scansources debs | gzip > debs/Sources.gz

Notice that dpkg-scansources doesn't need an override file. The sources.list's line is:

deb-src file:/root debs/
頭像
blueso
可愛的小學生
可愛的小學生
 
文章: 63
註冊時間: 週六 10月 26, 2002 11:24 pm
來自: 新竹


回到 share

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客