Ubuntu 安裝軟件筆記

超贊的Linux軟件

16 Things To Do After Installing Ubuntu 16.04 LTS

系統(tǒng)清理篇

  1. 系統(tǒng)更新

    sudo apt-get update
    sudo apt-get upgrade

  2. 卸載libreOffice

    ibreoffice是ubuntu自帶的開源office軟件说莫,體驗(yàn)效果不如windows上的office蚁滋,于是選擇用WPS來替代培己。(安裝WPS見安裝篇)

    sudo apt-get purge libreoffice?
    或
    sudo aptitude purge libreoffice?
    不要漏掉通配符“?”,否則無法清除/卸載全部 LibreOffice 軟件包
    或
    sudo apt-get remove --purge libreoffice*
    
  1. 刪除不常用軟件

    刪除Amazon的鏈接

    sudo apt-get remove unity-webapps-common

    sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot 
    sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install  
    sudo apt-get remove onboard deja-dup 
    

安裝篇

  1. 安裝wps

    wps下載

    安裝: sudo dpkg -i kingsoft-office_9.1.0.4280~a12p4_i386.deb

    如果有依賴故障 修復(fù)依賴: sudo apt-get install -f

    之后可以在模板文件夾中分別新建一個(gè)Excel畸颅,Word驼鹅,PPT模板,這樣可以在 右鍵菜單中直接新建文檔束世。

    WPS字體配置:

    1. 下載缺失的字體文件,然后復(fù)制到Linux系統(tǒng)中的/usr/share/fonts文件夾中床玻。

      國外下載地址:https://www.dropbox.com/s/lfy4hvq95ilwyw5/wps_symbol_fonts.zip

      國內(nèi)下載地址:https://pan.baidu.com/s/1eS6xIzo

    2. 下載完成后毁涉,解壓并進(jìn)入目錄中,繼續(xù)執(zhí)行:

      sudo cp * /usr/share/fonts
      
      1. 執(zhí)行以下命令,生成字體的索引信息:

        sudo mkfontscale
        
        sudo mkfontdir
        
      2. 運(yùn)行fc-cache命令更新字體緩存锈死。

        sudo fc-cache
        
      3. 重啟wps即可贫堰,字體缺失的提示不再出現(xiàn)。

  2. Install Linux Graphics Drivers

    drivers

    Install GPU drivers

    Ubuntu supports most Nvidia and Intel graphics hardware out of the box, giving you a choice of free, open-source drivers or proprietary, closed-source drivers.

    But to get the best performance from your Ubuntu PCyou will want to use the latest proprietary graphics drivers available for your hardware.

    Ubuntu makes it easy to do this, and you benefit from a smoother Unity desktop experience as a result. You’ll squeeze higher frame rates out of your favourite games, too. ;)

    If you plan to **play the latest Steam games on Ubuntu **or use GPU heavy apps like Blender you should install the latest proprietary Linux graphics drivers available for your hardware.

    To do this:

    1. Open up the ‘Software & Updates’ tool from the Unity Dash
    2. Click the ‘Additional Drivers’ tab
    3. **Follow any on-screen prompts to check for, install and apply any changes **

    Gamers using Nvidia hardware who are willing to trade a bit of stability for a whole lot of newness can use the Nvidia Graphics PPA to install newer Nvidia Linux graphics drivers.

  3. Install Media Codecs

    rythmbox-in-ubuntu

    Playing MP3s in Rhythmbox

    Legal issues stop Ubuntu from being able to play MP3, MP4 and other media files ‘out of the box’.

    Ubuntu can play your audio and video files, you just have to tell it to do so.

    The easiest way to do this is to check (tick) the ‘Enable Restricted Formats‘ box during installation. This will install all the required multimedia codecs automatically, along with the OS itself.

    If you forgot to do that (or upgrade from an earlier release) you can install the multimedia codecs manually via the Software app:

    Install Ubuntu Restricted Extras

  4. 鼠標(biāo)點(diǎn)擊最小化

    Click on an app launcher icon to open an app. Click on the same icon again to minimise the app. Intuitive, right?

    That may be, but it is not the default behaviour in Unity — which can be off-putting to new users. It’s also not obvious how to enable it.

    Run the following command (or install/use Unity Tweak Tool > Unity > Launcher > Minimise):

    gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-minimize-window true
    
  5. 移動Unitty啟動器位置

    Ubuntu positions its app launcher on the left-hand side of the desktop by default.

    Ubuntu 16.04 finally lets you choose where the Unity launcher is positioned.

    If you want to move the Unity launcher to the bottom of the screen run the following command in a new Terminal (or install/use Unity Tweak Tool > Unity > Launcher > Position):

    gsettings set com.canonical.Unity.Launcher launcher-position Bottom
    
  6. Adobe Flash on Linux

    Flash sucks, but for some sites you may not have the option of not using it.

    Adobe officially stopped supporting Flash on Linux in 2012 and many web browsers are in the process of dropping support for its NPAPI architecture.

    The overall best solution for using Flash on Linux is to download and use Google Chrome. Chrome comes with anup-to-date version of the Flash plugin built-in. In fact it’s the only way to get the latest Flash player updates on Linux — and it’s a PPAPI plugin, too.

    But I appreciate that not everyone wants to use Chrome. Some of you may be using a 32-bit version of Ubuntu, which Chrome no longer supports. Whatever the reason you need it, here’s how to get it:

    Install Flash Player Plugin

    If you want to watch Amazon Instant Video, Hulu or any other sites that uses DRM through HAL, we’ve got a guide on that.

  7. 垃圾清理軟件

    Caches and cruft accumulate as you use Ubuntu. To keep your fresh install feeling, well, fresh you should do a bit of basic housekeeping from time to time.

    One of my favourite system cleaning apps is BleachBit (free, open source). BleachBit can tackle menial tasks, from clearing your browser’s cache to deleting packages left over from installation, all at the push of a button.

    If you upgrade from an earlier version of Ubuntu using a system cleaning tool (or command) is a foolproof way to claw back some precious space. You’ll also keep your system running lean ‘n mean — which is always bonus!

    Just be careful about what you clean: don’t remove anything you’re unsure of.

    Install BleachBit on Ubuntu

  8. sublime text

    https://github.com/Tofar/sublime-plugs

  9. 搜狗輸入法

  10. vim

https://github.com/Tofar/vimrc

  1. redshift (護(hù)眼軟件)

    sudo apt-get update
    sudo apt-get install redshift gtk-redshift
    
    img

    redshift docs

    ?

    其他:flux

    f.lux是一款優(yōu)秀的應(yīng)用待牵,支持win/Mac OS/Linux其屏,在linux下安裝:

    sudo add-apt-repository ppa:kilian/f.lux
    sudo apt-get update
    sudo apt-get install fluxgui
    
    

    在搜索框搜索flux會看到下面這樣的圖標(biāo):

    img

    第一次打開會彈出來設(shè)置窗口:

    img

    這里只需要輸入經(jīng)緯度就行,如果不了解自己的經(jīng)緯度洲敢,點(diǎn)擊這里查看自己城市的經(jīng)緯度

    但是這里遇到一個(gè)問題漫玄,flux在ubuntu14.04和12.04下無法重新設(shè)置配置或者經(jīng)常不起作用,詳情見ask ubuntu

    所以個(gè)人推薦redshift

  2. 網(wǎng)易云音樂

  3. postman

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子扳肛,更是在濱河造成了極大的恐慌绪爸,老刑警劉巖,帶你破解...
    沈念sama閱讀 217,734評論 6 505
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件兼耀,死亡現(xiàn)場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)隐孽,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 92,931評論 3 394
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來健蕊,“玉大人菱阵,你說我怎么就攤上這事∷豕Γ” “怎么了晴及?”我有些...
    開封第一講書人閱讀 164,133評論 0 354
  • 文/不壞的土叔 我叫張陵,是天一觀的道長嫡锌。 經(jīng)常有香客問我虑稼,道長琳钉,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 58,532評論 1 293
  • 正文 為了忘掉前任蛛倦,我火速辦了婚禮歌懒,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘溯壶。我一直安慰自己及皂,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,585評論 6 392
  • 文/花漫 我一把揭開白布且改。 她就那樣靜靜地躺著躲庄,像睡著了一般。 火紅的嫁衣襯著肌膚如雪钾虐。 梳的紋絲不亂的頭發(fā)上噪窘,一...
    開封第一講書人閱讀 51,462評論 1 302
  • 那天,我揣著相機(jī)與錄音效扫,去河邊找鬼倔监。 笑死,一個(gè)胖子當(dāng)著我的面吹牛菌仁,可吹牛的內(nèi)容都是我干的浩习。 我是一名探鬼主播,決...
    沈念sama閱讀 40,262評論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼济丘,長吁一口氣:“原來是場噩夢啊……” “哼谱秽!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起摹迷,我...
    開封第一講書人閱讀 39,153評論 0 276
  • 序言:老撾萬榮一對情侶失蹤疟赊,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后峡碉,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體近哟,經(jīng)...
    沈念sama閱讀 45,587評論 1 314
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,792評論 3 336
  • 正文 我和宋清朗相戀三年鲫寄,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了吉执。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 39,919評論 1 348
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡地来,死狀恐怖戳玫,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情未斑,我是刑警寧澤咕宿,帶...
    沈念sama閱讀 35,635評論 5 345
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響荠列,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜载城,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,237評論 3 329
  • 文/蒙蒙 一肌似、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧诉瓦,春花似錦川队、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,855評論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至煞聪,卻和暖如春斗躏,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背昔脯。 一陣腳步聲響...
    開封第一講書人閱讀 32,983評論 1 269
  • 我被黑心中介騙來泰國打工啄糙, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人云稚。 一個(gè)月前我還...
    沈念sama閱讀 48,048評論 3 370
  • 正文 我出身青樓隧饼,卻偏偏與公主長得像,于是被迫代替她去往敵國和親静陈。 傳聞我的和親對象是個(gè)殘疾皇子燕雁,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 44,864評論 2 354

推薦閱讀更多精彩內(nèi)容