[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

文章huki » 週一 4月 14, 2003 9:11 pm

比如我下
apt-get install xxxx
結果系統說
libxxxx is not installed......

之類的情況時
我們要如何去安裝那些其他的軟體呢?
因為常常要安裝的是lib
可是都不能確定是那個package裡的說

有那位大大知道嗎?
Linux給我的感覺就是自由自在,沒有壓力
希望大家都能參與linux
變成linux世界的一份子
HuKi
頭像
huki
快樂的大學生
快樂的大學生
 
文章: 783
註冊時間: 週四 11月 28, 2002 7:27 am
來自: 家:中壢/公:桃園

re:[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

文章Darth Mike » 週一 4月 14, 2003 9:44 pm

一般情況 apt 也會自動 install 必要的 package.:-D

你也可用 apt-cache show XXX 看軟體的 Depends, Recommends and Suggests package ;-)
頭像
Darth Mike
可愛的小學生
可愛的小學生
 
文章: 84
註冊時間: 週五 11月 29, 2002 9:05 pm
來自: 香港

re:[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

文章阿威 » 週一 4月 14, 2003 10:38 pm

要不你也可以到http://www.debian.org/distrib/packages
去搜尋,很完整,好用。
阿威
摩托學園!學園長們
摩托學園!學園長們
 
文章: 419
註冊時間: 週三 9月 04, 2002 2:31 am

re:[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

文章huki » 週二 4月 15, 2003 1:08 am

阿威 寫:要不你也可以到http://www.debian.org/distrib/packages
去搜尋,很完整,好用。


下面是我要裝的東西
]# apt-get install kde-games Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
kde-games: Depends: libkdegames but it is not installable
Depends: kscore but it is not installable
E: Sorry, broken packages

可是我去搜尋一樣是沒有這個package那該怎麼辦呢?
Linux給我的感覺就是自由自在,沒有壓力
希望大家都能參與linux
變成linux世界的一份子
HuKi
頭像
huki
快樂的大學生
快樂的大學生
 
文章: 783
註冊時間: 週四 11月 28, 2002 7:27 am
來自: 家:中壢/公:桃園

re:[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

文章swallowman » 週二 4月 15, 2003 1:27 am

huki 寫:
阿威 寫:要不你也可以到http://www.debian.org/distrib/packages
去搜尋,很完整,好用。


下面是我要裝的東西
]# apt-get install kde-games Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
kde-games: Depends: libkdegames but it is not installable
Depends: kscore but it is not installable
E: Sorry, broken packages

可是我去搜尋一樣是沒有這個package那該怎麼辦呢?

打個岔^^"
你指的是你目前的testing apt資料庫內無法用apt-cache search 的指令找到libkdegames和kscore而導致無法安裝kde-games這個套件嗎?
又灌一篇了QQ~
control yourself,make it easy~!make it happy~!
debian<->gentoo<->freebsd
頭像
swallowman
懵懂的國中生
懵懂的國中生
 
文章: 230
註冊時間: 週一 3月 10, 2003 5:50 am
來自: taichung(puli)

re:[問題]如何讓安裝軟體時知道還需要其他什麼軟體呢?

文章moto » 週二 4月 15, 2003 9:23 am

huki 寫:
阿威 寫:要不你也可以到http://www.debian.org/distrib/packages
去搜尋,很完整,好用。


下面是我要裝的東西
]# apt-get install kde-games Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
kde-games: Depends: libkdegames but it is not installable
Depends: kscore but it is not installable
E: Sorry, broken packages

可是我去搜尋一樣是沒有這個package那該怎麼辦呢?

hi huki,

這是因為你要安裝的 kde-games 相依於 unstable 裡頭的 libkdegames
但是 libkdegames 相依於 kdelibs3 ( KDE 2.x ) ,但是您系統安裝的 KDE
是 3.x 的 libs ( kdelibs4 ) 相斥於 KDE 2.x ( kdelibs3 )...因此.
您是無法安裝 kde-games 的,解決辦法:

* 等該 package 維護者包好 for KDE 3.x 的 kde-games .
* 自己找坊間(非 debian 官方)包的 deb.
* 自己找 source 來編譯..

:-D
歡迎你來到MOTO學園一起討論Debian相關問題。
在post問題前可先別忘記了以下的步驟:
1:翻一下/usr/share/doc/中是否已經有解答了?
2:閱讀一下無痛起步是否已經提到了?
3:找一下google予以解答?
4:善用學園中的"搜尋"功能,往往答案就在裡面窩。
頭像
moto
摩托學園站長
摩托學園站長
 
文章: 2808
註冊時間: 週二 9月 03, 2002 3:37 am
來自: 台北


回到 debian misc

誰在線上

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