centos 7 linux x64

1.修改軟件源java

sudopython

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repolinux

yum update; yum install ntfs-3 2 install chrome download chrome at the google.com rpm -ivh google-chrome-stable_current_x86_64.rpm

error:sql

libXss.so.1()(64bit) 被 google-chrome-stable-67.0.3396.99-1.x86_64 須要
libappindicator3.so.1()(64bit) 被 google-chrome-stable-67.0.3396.99-1.x86_64 須要
lsb >= 4.0 被 google-chrome-stable-54.0.2840.59-1.x86_64 須要chrome

so:centos

yum -y install  redhat-lsboracle

yum -y install  libXScrnSaverapp

yum -y install libappindicator-gtk3jvm

OK:工具

[root@localhost 下載]# rpm -ivh google-chrome-stable_current_x86_64.rpm 

警告:google-chrome-stable_current_x86_64.rpm: 頭V4 DSA/SHA1 Signature, 密鑰 ID 7fac5991: NOKEY

準備中...                          ################################# [100%]

正在升級/安裝...

   1:google-chrome-stable-67.0.3396.99################################# [100%]

Redirecting to /bin/systemctl start atd.service

 

3.輸入法

設置——區域和語言——輸入源 按+號 ,添加漢語(pingyin)

4.安裝JDK 和oracle sql devloper

安裝oracle客戶端,直接下載了sqldevloper的程序包。在運行的時候提示輸入JDK完整路徑。 這個時候我找到centos默認安裝的Openjdk 1.8路徑 /usr/lib/jvm下面。可是sqldevloper不認提示缺乏文件。只要卸載了openjdk。

我卸載的方式是在軟件搜JAVA,把已經安裝的openJDK的包卸載掉。而後用終端 輸入 rpm -qa|grep java 發現只剩下noarch結尾的包。證實卸載成功。

tzdata-java-2018g-1.el7.noarch

python-javapackages-3.4.1-11.el7.noarch

javapackages-tools-3.4.1-11.el7.noarch

而後直接在oracle官網下載jdk的rpm安裝。(雙擊rpm包後,包安裝器提示錯誤)

 rpm -ivh jdk-8u191-linux-x64.rpm  

安裝成功後,jdk目錄安裝在/usr/java/jdk1.8.0_191-amd64/

sqldevloper也就順利執行成功了。這裏要說的是sqldevloper不須要安裝oracle客戶端。

5.安裝 visual studio code

官網下載rpm包,仍是經過 rpm -ivh安裝便可

6.博客客戶端

原本想用lblogilo的。惋惜centos自帶KDE PIM裏不含此軟件。也沒有單獨的centos的rpm包。下載了fedora和其餘發行版本的rpm都卡在了依賴項上。放棄,改用chrome的擴展ScribeFire.具體配在參考https://www.bbsmax.com/A/QV5ZeGPVJy/

7.增長第三方源

yum install epel-release 官方額外軟件源

 

增長NUX-DEXTOP第三方軟件源:由於此源可能會與官方源衝突,因此默認要不啓用源

rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

gedit /etc/yum.repos.d/nux-dextop.repo修改此文件 修改enable=0

安裝軟時顯示啓用此源:yum --enablerepo=nux-dextop install remmina

 

8.遠程工具

自帶的遠程工具不支持在遠程端和本地端進行復制粘貼,使用nux源裏的remmina解決。

yum --enablerepo=nux-dextop search remmina

yum --enablerepo=nux-dextop install remmina

yum --enablerepo=nux-dextop install remmina-plugins-rdp remmina-plugins-vnc remmina-plugins-gnome 

相關文章
相關標籤/搜索