超赞的Linux软件

16 Things To Do After Installing Ubuntu 16.04 LTS

系统清理篇

  1. 系统更新

    sudo apt-get update sudo apt-get upgrade

  2. 卸载libreOffice

    ibreoffice是ubuntu自带的开源office软件,体验效果不如windows上的office,于是选择用WPS来替代。(安装WPS见安装篇)

    sudo apt-get purge libreoffice?
    或
    sudo aptitude purge libreoffice?
    不要漏掉通配符“?”,否则无法清除/卸载全部 LibreOffice 软件包
    或
    sudo apt-get remove --purge libreoffice*
    复制代码
  3. 删除不常用软件

    删除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

    如果有依赖故障 修复依赖: sudo apt-get install -f

    之后可以在模板文件夹中分别新建一个Excel,Word,PPT模板,这样可以在 右键菜单中直接新建文档。

    WPS字体配置:

    1. 下载缺失的字体文件,然后复制到Linux系统中的/usr/share/fonts文件夹中。

      国外下载地址:www.dropbox.com/s/lfy4hvq95…

      国内下载地址:pan.baidu.com/s/1eS6xIzo

    2. 下载完成后,解压并进入目录中,继续执行:

      sudo cp * /usr/share/fonts
      复制代码
      1. 执行以下命令,生成字体的索引信息:

        sudo mkfontscale
        复制代码
        sudo mkfontdir
        复制代码
      2. 运行fc-cache命令更新字体缓存。

        sudo fc-cache
        复制代码
      3. 重启wps即可,字体缺失的提示不再出现。

  2. Install Linux Graphics 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

    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. 鼠标点击最小化

    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 (护眼软件)

    sudo apt-get update
    sudo apt-get install redshift gtk-redshift
    复制代码

    redshift docs

    其他:flux

    f.lux是一款优秀的应用,支持win/Mac OS/Linux,在linux下安装:

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

    在搜索框搜索flux会看到下面这样的图标:

    第一次打开会弹出来设置窗口:

    这里只需要输入经纬度就行,如果不了解自己的经纬度,点击这里查看自己城市的经纬度

    但是这里遇到一个问题,flux在ubuntu14.04和12.04下无法重新设置配置或者经常不起作用,详情见ask ubuntu

    所以个人推荐redshift

  2. 网易云音乐

  3. postman

转载于:https://juejin.im/post/5a5074e06fb9a01cc1222511

Ubuntu 安装软件笔记相关推荐

  1. Ubuntu安装软件笔记

    超赞的Linux软件 16 Things To Do After Installing Ubuntu 16.04 LTS 系统清理篇 系统更新 sudo apt-get update sudo apt ...

  2. ubuntu保存_Arch与Ubuntu安装软件对比

    本文以biom软件为例,对比一下Arch与Ubuntu软件安装的不同,尽管只以这一个软件对比不具有代表性,不过根据我使用Arch和Ubuntu安装软件的经验来说,Arch的包管理确实优秀些,快是一方面 ...

  3. Ubuntu安装软件时报错(报错:dpkg: 处理软件包 xxx (--configure)时出错: 依赖关系问题 - 仍未被配置)

    Ubuntu安装软件时报错 报错:dpkg: 处理软件包 ······ (–configure)时出错: 依赖关系问题 - 仍未被配置. 报错信息: done! update-alternatives ...

  4. ubuntu安装软件提示snap错误has install-snap change in progress

    如何解决ubuntu安装软件时候的snap报错如下: has install-snap change in progress 首先执行如下命令: snap changes 查看下正在运行的命令: 我是 ...

  5. Ubuntu安装软件是始终出现dpkg错误(转载,原文链接:https://blog.csdn.net/cyf15238622067/article/details/53534629)

    Ubuntu安装软件是始终出现dpkg错误 一.设置镜像 二. 出现错误死循环时,使用下述命令 sudo dpkg -i --force-overwrite sudo dpkg -i --force- ...

  6. Ubuntu安装软件Reading package lists Done Building dependency

    Ubuntu安装软件Reading package lists Done Building dependency apt-get 安装软件提示 Reading package lists- Done ...

  7. Ubuntu安装软件备忘录

    Ubuntu安装软件备忘录 微信,qq WPS WPS字体 百度网盘 LDD内核树搭建 LDD Hello,world sourcenavigator

  8. 【错误记录】Ubuntu 安装软件报错 ( Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource tempora )

    文章目录 一.报错信息 二.解决方案 一.报错信息 在 VMware Workstation 中的 Ubuntu 操作系统中 , 使用 sudo apt-get install gparted 命令 ...

  9. ubuntu 安装软件 tar.gz deb

    先解包,tar -zxvf xxx.tar.gz,这样会生成一个以文件名命名的文件夹   * cd 到目标文件夹 *执行./configure 会生成makefile文件 *执行make * 执行su ...

最新文章

  1. oracle ocr组成员替换,Oracle RAC 迁移替换 OCR 盘
  2. Middleware(中间件)
  3. 深度学习入门篇--手把手教你用 TensorFlow 训练模型
  4. 读读objc源码(二):weak类型指针的实现
  5. Windows7与Window2008 64位IIS7上面DCOM配置Excel、Word
  6. 接待顾客接待久了,发现大家讨价还价的方式基本三种
  7. CSS学习笔记--定位
  8. idea启动Tomcat控制台乱码但是不报错
  9. Kafka和Unix管道的示例
  10. photoshop cs5 中 复制图层的快捷键是那个
  11. java gui 文本框_【Java GUI】文本框和文本区
  12. 【作业分享】Reverse Polish Notation | 数据结构·stack
  13. 微信公众号聊天底部菜单动画
  14. 手写简易版Vue源码之数据响应化的实现
  15. RPC中Stub的理解
  16. 【NP问题】P问题,NP问题,NPC问题,NPH问题
  17. 汶川地震纪念感人mv《孩子快抓紧妈妈的手》
  18. java 1900,java识别1900年时间的有关问题【急】
  19. 工具,域名,主机,关键词
  20. VirtualBox 上的windows XP启动时蓝屏

热门文章

  1. ROS探索总结(十六)(十七)(十八)(十九)——HRMRP机器人的设计 构建完整的机器人应用系统 重读tf 如何配置机器人的导航功能
  2. 最有影响力的自然语言处理NLP论文
  3. 使用脚本编写 Vim 编辑器,第 2 部分: 用户定义函数
  4. 深度学习材料:从感知机到深度网络A Deep Learning Tutorial: From Perceptrons to Deep Networks
  5. MATLAB工作环境
  6. Golang基础之数组
  7. Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
  8. 怎么样清除bitcoin-qt的交易记录
  9. Linux-chown and chmod 命令的使用
  10. hdu1285 拓扑序