Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> debian 安裝 chrome scim

debian 安裝 chrome scim

日期:2017/2/7 14:31:44      編輯:Linux教程
 

debian 600+m的安裝比ubuntu安裝難一些。ubuntu較適合新手。


debian 要先配置源
deb http://ftp.cn.debian.org/debian squeeze main
deb-src http://ftp.cn.debian.org/debian squeeze main
deb http://ftp.cn.debian.org/debian squeeze-updates main
deb-src http://ftp.cn.debian.org/debian squeeze-updates main
deb http://mirrors.ustc.edu.cn/debian-security/ squeeze/updates main
deb-src http://mirrors.ustc.edu.cn/debian-security/ squeeze/updates main
教育網源
apt-get update


接下來安裝 sudo
#apt-get install sudo


接下來安裝中文輸入法 scim 和拼音
apt-get install scim scim-pinyin
設置成拼音,不然scim的自動匹配是很惡心的,根本打不出你想要的字。


下一步是安裝的chrome
下載chrome(沒有源支持)
下在地址:https://www.google.com/chrome/eula.html
安裝過程中出錯:The following extra packages will be installed:
ca-certificates libcurl3 libssh2-1 xdg-utils
解決:sudo apt-get -f install
據說-f之後Now, I'm not sure if this last step is actually necessary, but I figured it couldn't hurt to repeat the original dpkg command, just to make sure it works with no errors (again, in the directory where you downloaded the .deb):
就是說 apt-get會自動下載以來的關系。
然後再
sudo dpkg --install google-chrome-beta_current_i386.deb
 

Copyright © Windows教程網 All Rights Reserved