該如何安裝 iceweasel_3.6.13.-2_powerpc.deb ?

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

該如何安裝 iceweasel_3.6.13.-2_powerpc.deb ?

文章IanHo » 週六 2月 19, 2011 10:48 pm

該如何安裝 iceweasel_3.6.13.-2_powerpc.deb ?

我的硬體環境是powerbook g4 1.67 系統是 debian 6.0 powerpc版,
我的 /etc/apt/sources.list 內容如下:

deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://www.debian-multimedia.org squeeze main non-free
deb http://www.debian-multimedia.org wheezy main non-free
deb http://www.debian-multimedia.org sid main non-free
deb http://www.debian-multimedia.org experimental main
deb http://debian.nctu.edu.tw/debian/ squeeze main contrib non-free
deb http://debian.nctu.edu.tw/debian/ squeeze-updates main contrib non-free
deb http://debian.nctu.edu.tw/debian/ squeeze-proposed-updates main contrib non-free
deb http://debian.nctu.edu.tw/debian/ testing main contrib non-free
deb http://debian.nctu.edu.tw/debian/ testing-proposed-updates main contrib non-free
deb http://debian.nctu.edu.tw/debian/ sid main contrib non-free
deb http://debian.nctu.edu.tw/debian/ experimental main contrib non-free
deb http://backports.debian.org/debian-backports squeeze-backports main

我需要使用firefox 3.6以上版本,所以我在 synaptic套件管理程式,搜尋("全部"的範圍)
"iceweasel",卻無法找到 3.6 以上的版本,我另外用google 找到了,
http://packages.debian.org/experimental ... l/download
這個頁面,然後我下載了,
http://debian.nctu.edu.tw/debian/pool/m ... owerpc.deb
嘗試單獨點選執行安裝,卻回報給我這個訊息,
Error: Breaks existing package 'iceweasel-l10n-zh-tw' dependency iceweasel (<= 3.5.99)
請問我該怎麼辦,我已經參考了官方設定資訊,還嘗試過,
deb http://ftp.tw.debian.org/debian/ experimental main
發現跟 http://debian.nctu.edu.tw/debian/ 一樣,在 synaptic套件管理程式內,
有不少其他套件可以選,就是找不到 iceweasel 3.6 版,問題是我明明在網頁瀏覽的情境下有看到
http://debian.nctu.edu.tw/debian/pool/m ... owerpc.deb
這個檔案,只是下載單獨安裝的話會有問題,請問我該怎麼辦, 才可以將
iceweasel_3.6.13-2_powerpc.deb 以及其依賴元件,一次裝到好.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
發表過的文字作品;
MsWindows95OSR2.5版,安裝,設定,使用經驗談;
98LITE 使用有感;
片名的遊戲版本2010;
MacOSX10.5.8 安裝、設定、使用,個人經驗分享;
http://www.scribd.com/ianian1979/
Linux PowerPC架構版本搭配PowerbookG4,安裝、設定、使用,個人經驗分享;
IanHo
活潑的高中生
活潑的高中生
 
文章: 403
註冊時間: 週六 2月 12, 2011 10:53 pm

Re: 該如何安裝 iceweasel_3.6.13.-2_powerpc.deb ?

文章訪客 » 週日 2月 20, 2011 11:15 am

If you wanna install manually downloaded deb packages, you have to use dpkg. For illustration, issue the command:
代碼: 選擇全部
sudo dpkg -i iceweasel_3.6.13-2_powerpc.deb

Otherwise, install experimental packages via aptitude or apt-get. For illustration, issue commands:
代碼: 選擇全部
sudo aptitude install iceweasel/experimental
or
sudo apt-get install iceweasel/experimental


If you prefer a GUI, you could try aptitude, which is a semi-GUI frontend tool similar to synaptic.
For example, in order to check whether or not the experimental iceweasel package is available under the semi-GUI of aptitude, press "Enter" key to display/render the detailed package description of iceweasel. The last line (after Packages which depend on iceweasel) of the detailed description is "Versions of iceweasel". As a result, you should see both 3.5.16-4 (within sid) and 3.6.13-2 (within experimental).
For further information, install both apt-doc and aptitude-doc-en.
訪客
 

Re: 該如何安裝 iceweasel_3.6.13.-2_powerpc.deb ?

文章IanHo » 週日 2月 20, 2011 9:34 pm

訪客 寫:If you wanna install manually downloaded deb packages, you have to use dpkg. For illustration, issue the command:
代碼: 選擇全部
sudo dpkg -i iceweasel_3.6.13-2_powerpc.deb

Otherwise, install experimental packages via aptitude or apt-get. For illustration, issue commands:
代碼: 選擇全部
sudo aptitude install iceweasel/experimental
or
sudo apt-get install iceweasel/experimental


If you prefer a GUI, you could try aptitude, which is a semi-GUI frontend tool similar to synaptic.
For example, in order to check whether or not the experimental iceweasel package is available under the semi-GUI of aptitude, press "Enter" key to display/render the detailed package description of iceweasel. The last line (after Packages which depend on iceweasel) of the detailed description is "Versions of iceweasel". As a result, you should see both 3.5.16-4 (within sid) and 3.6.13-2 (within experimental).
For further information, install both apt-doc and aptitude-doc-en.


全是英文~有點複雜~ 我需要時間查字典翻譯一下~ 另外~還有沒有"圖形介面"設定的"解決方法"?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
發表過的文字作品;
MsWindows95OSR2.5版,安裝,設定,使用經驗談;
98LITE 使用有感;
片名的遊戲版本2010;
MacOSX10.5.8 安裝、設定、使用,個人經驗分享;
http://www.scribd.com/ianian1979/
Linux PowerPC架構版本搭配PowerbookG4,安裝、設定、使用,個人經驗分享;
IanHo
活潑的高中生
活潑的高中生
 
文章: 403
註冊時間: 週六 2月 12, 2011 10:53 pm

Re: 該如何安裝 iceweasel_3.6.13.-2_powerpc.deb ?

文章IanHo » 週一 2月 21, 2011 12:41 am

謝謝提供指令 我用
apt-get install -t experimental iceweasel
把 iceweasel 3.6 版 裝起來了~
只是我會更期待~ 圖形介面版本的解決方法~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
發表過的文字作品;
MsWindows95OSR2.5版,安裝,設定,使用經驗談;
98LITE 使用有感;
片名的遊戲版本2010;
MacOSX10.5.8 安裝、設定、使用,個人經驗分享;
http://www.scribd.com/ianian1979/
Linux PowerPC架構版本搭配PowerbookG4,安裝、設定、使用,個人經驗分享;
IanHo
活潑的高中生
活潑的高中生
 
文章: 403
註冊時間: 週六 2月 12, 2011 10:53 pm


回到 debian desktop

誰在線上

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