安裝軟體 設定軟體使用環境問題 - Linux

Bethany avatar
By Bethany
at 2008-07-30T21:22

Table of Contents

※ 引述《[email protected] (Astro v.s. Geo)》之銘言:
: ※ 引述《[email protected] (pp)》之銘言:
: : 抱歉 我是新手
: : 請問shell應該如何更改?
: if you wanna use tcsh shell,
: just type 'tcsh' for the current session.

thank you !

我試過了 不過好像說我沒有安裝 要我安裝 接著輸入 apt-get install tcsh

就出現了以下

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
sun-java6-jre: Depends: sun-java6-bin (= 6-06-0ubuntu1) but it is not going
to be installed or
ia32-sun-java6-bin (= 6-06-0ubuntu1) but it is not
installable
sun-java6-plugin: Depends: sun-java6-bin (= 6-06-0ubuntu1) but it is not
going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify
a solution).


是還要安裝什麼嗎?

--
Tags: Linux

All Comments

DNS架設的問題

Puput avatar
By Puput
at 2008-07-30T15:25
大家好...想請各位大大幫我看一下設定上的問題.... 我搞了一陣子,結果區網內的電腦都查不到...相當苦惱... 目前區網架了一台DNS一台www伺服器...他們的hostname分別是ms1和www /etc/rc.d/init.d/named start 有跑起來... Domain Name :zh ...

從字串中取得特定文字當成變數內容

Elvira avatar
By Elvira
at 2008-07-30T12:44
※ 引述《softmark (傻瓜與野丫頭)》之銘言: : 請問 要如何從字串中取得特定文字當成變數內容 : 如: : 我輸入 abcdefg ,要bc當做變數的內容 : 我是程式是 : echo -n and#34;輸入test: and#34; : read aa : test=\and#34;$aa | ...

從字串中取得特定文字當成變數內容

Gary avatar
By Gary
at 2008-07-30T12:10
請問 要如何從字串中取得特定文字當成變數內容 如: 我輸入 abcdefg ,要bc當做變數的內容 我是程式是 echo -n and#34;輸入test: and#34; read aa test=\and#34;$aa | cut -c 2-3 \and#34; 不過執行時卻會出錯 不過我用 ec ...

WOW

Rosalind avatar
By Rosalind
at 2008-07-30T10:40
※ 引述《rollr (衛生紙的心情)》之銘言: : 我想分享一下在linux上打遊戲 : 我現在是以xp跟ubuntu共存的硬碟內作業 : xp內有wow安裝檔,我想說無聊點看看,想不到居然開始安裝了!! : (我有灌wine跟顯示驅動) : 後來灌好之後也可以玩 : 不過礙於我的顯示實在太爛了Geforc ...

有辦法教系統避過記憶體出錯的部份嗎?

Ophelia avatar
By Ophelia
at 2008-07-30T00:40
有一條memtest出錯誤的ram,損壞區塊很小只有幾個特定位置會出錯 看錯誤情形僅是一個bit的錯誤 有沒有讓系統避開會出錯區域,像是硬碟的修壞軌標示這般 程式取用記憶體時不會用到出錯的區塊 我想得到的一個可能作法是應用程式層次的 寫一個程式,取用固定位置區段的記憶體(有可能嗎?) 比方165.5 ...