小弟對Linux一竅不通,無意間看到網樂通改機文章,雖然有成功安裝Debian成功,但始終無法順利安裝transmission-daemon,有先做apt-get update和apt-upgrade,但還是無法安裝transmission-daemon,請各位鄉親幫幫小弟,感謝感謝!! ^.^
root@debian-wheezy-sh4:~# apt-get install transmission-daemon
Reading package lists... Done
Building dependency tree
Reading state information... 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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
transmission-daemon : Depends: transmission-common (= 2.52-3+nmu1) but 2.52-3+nmu2 is to be installed
Recommends: transmission-cli (>= 1.50-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@debian-wheezy-sh4:~#
你應該要安裝 transmission 而不是 daemon
另外要說的是
使用 root 帳號是非常危險的一件事
一般帳號只要在有需要的時候使用 sudo 就能擁有足夠權限
user@linux:~$ sudo apt-get install transmission
Linux 的世界和 Windows 非常不同
需要花時間學習並改變以往的思維
但只要過了一段時間後就會發現 Linux 的世界是非常美好的
一切都有次序並且已經規劃好
網絡上已經有豐富的資源
可參考:
鳥哥的 Linux 私房菜
amvz wrote:
感謝您的回覆,不過安...(恕刪)
先試試更新系統的 repositories
$ sudo apt-get update && sudo apt-get upgrade
如果最後有提示要你進行修復的話可執行這個命令:
$ sudo apt-get -f
平時如果想知道命令的意義可以查詢:
$ man "command"
如:
$ man apt-get
之後按 Q 鍵可退出查詢界面
amvz wrote:
您真是太熱心了,up...(恕刪)
兩者的安全性是一樣的
問題是在於用戶
舉例這一個命令:
$ rm -rf /
在一般帳號下
因爲權限限制無法刪除、修改、移動屬於 root 的系統檔案
在有需要修改系統檔案的時候都需要用到 sudo
所以就不會粗心大意毀掉系統
但是當你使用 root 帳號的時候
一不小心執行不當的命令或是病毒檔案就可以瞬間毀滅系統
所以一般上 Linux 發行商一開始就把 root 帳號給關閉起來了
另外一個因素是因爲權限的關系
root 帳號有可能會對你的個人檔案造成影響
可以參考:
1. Logging in to X as root may cause very serious trouble.
2. You should never use normal sudo to start graphical applications as root.
RootSudo - Community Help Wiki
-------------------
Linux 的用戶數量不多
看到有人願意學習的話我也很樂意交流
在網絡上 Ubuntu 的資源會比較多
如果你遇到問題也可以去找找 Ubuntu 來參考
內文搜尋

X