歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 16.04常用軟件安裝和開發環境配置

Ubuntu 16.04常用軟件安裝和開發環境配置

日期:2017/2/28 13:50:08   编辑:Linux教程

Ubuntu 16.04安裝後常用軟件安裝和 開發環境配置

Ubuntu16.04安裝後1.安裝常用軟件搜狗輸入法+編輯器Atom+浏覽器Chome+視頻播放器vlc+圖像編輯器GIMP Image Editor安裝+視頻錄制軟件RcordMyDesktop安裝.2.開發環境配置.JDK環境配置+scala環境配置+nodejs環境配置+開發工具intellij IDEA安裝+Python數據分析環境配置+Jupyter開發工具安裝+Python多版同時支持.

1.Ubuntu16.04安裝常用軟件(搜狗輸入法+編輯器Atom+浏覽器Chome+視頻播放器vlc+視頻錄制軟件RcordMyDesktop)

1.1.安裝搜狗輸入法

a安裝ficx輸入法和可視化配置工具

www.linuxidc.com@linuxidc-pc:~$ sudo apt-get install fcitx
www.linuxidc.com@linuxidc-pc:~$ sudo apt-get install fcitx-config-common
www.linuxidc.com@linuxidc-pc:~$ sudo apt-get install fcitx-config-gtk

去搜狗官網下載linux版輸入法
sudo dpkg -i /home/wxl/Downloads/sogoupinyin_2.0.0.0078_amd64.deb

更新 sudo apt-get upgrade -f

選擇 語言支持 中選擇fcitx(system settings – langure superter)
在fcitx配置中選擇sougo輸入法(或者搜索框中打開fcitx configuration)如圖

Linux入門學習教程:在Ubuntu 14.04中安裝使用搜狗拼音輸入法 http://www.linuxidc.com/Linux/2015-03/114347.htm

1.2.安裝atom setup

下載atom的.deb安裝包
首先包安裝,會提示安裝依賴

sudo dpkg -i /home/wxl/Downloads/atom-amd64.deb

安裝所需依賴

sudo apt-get -f install

再次包安裝即可成功,在dashboard中搜atom可以看到,已經成功安裝了。

sudo dpkg -i /home/wxl/Downloads/atom-amd64.deb

下面關於Atom的文章您也可能喜歡,不妨看看:

Ubuntu 下通過 PPA 安裝 Atom http://www.linuxidc.com/Linux/2014-05/101501.htm

非官方構建的 Windows 下的 Atom 編輯器 http://www.linuxidc.com/Linux/2014-05/101505.htm

在Ubuntu下編譯安裝Atom編輯器 http://www.linuxidc.com/Linux/2014-05/101417.htm

Ubuntu 及衍生系統安裝 Atom 0.104.0 http://www.linuxidc.com/Linux/2014-06/103518.htm

Ubuntu/Linux Mint上安裝Atom文本編輯器 http://www.linuxidc.com/Linux/2014-08/105624.htm

Github Atom 的詳細介紹:請點這裡
Github Atom 的下載地址:請點這裡

1.3.安裝chrome

sudo dpkg -i /home/wxl/Downloads/google-chrome-stable_current_amd64.deb
sudo apt-get -f install
sudo dpkg -i /home/wxl/Downloads/google-chrome-stable_current_amd64.deb

Ubuntu 16.04下安裝64位谷歌Chrome浏覽器 http://www.linuxidc.com/Linux/2016-05/131096.htm

Ubuntu 16.04中為Chromium、Chrome、Firefox安裝Flash播放器插件 http://www.linuxidc.com/Linux/2016-05/131098.htm

Ubuntu 16.04環境Chrome中文字體更換 http://www.linuxidc.com/Linux/2016-05/131093.htm

1.4.安裝vlc播放器

sudo apt-get install vlc

Ubuntu 16.04下安裝VLC並解決sudo apt-get build-dep vlc失敗問題 http://www.linuxidc.com/Linux/2016-07/133157.htm

1.5.GIMP Image Editor安裝

類似與photoshop,用於圖片的編輯。
直接在應用商店Ubuntu Software中搜索安裝。

Copyright © Linux教程網 All Rights Reserved