Ubuntu 初学

Ubuntu day 2

Replace the Source

Make CN sources replace US sources. Download speed rises


TimeShift

install

  • sudo apt-add-repository -y ppa:teejee2008/ppa
  • sudo apt-get update
  • sudo apt-get install timeshift

    Paste and Execute the above Commands one by one in the terminal

Adobe Flash Player

Canonical Partners Repository上提供了Adobe Flash播放器,默认情况下未启用。 使用以下命令添加此存储库:
添加存储库后,更新apt index然后继续在Ubuntu 18.04上安装Adobe Flash Player

Step 1: Add Canonical Partners Repository

  • sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
  • sudo apt update
  • sudo apt -y upgrade

Step 2: Install Adobe Flash Plugin on Ubuntu 18.04

  • sudo apt install adobe-flashplugin

sougoupinyin

sougoupinyin是依赖Fcitx的bin,因此安装搜狗输入法需要先安装Fcitx.
Fcitx可以在Ubuntu 18.04 LTS 可直接在Ubuntu商店下.搜狗输入法直接官网下载

remarkable

I can’t express the excitement of the heart. The Remarkable is best markdown editor in Linux Ubuntu.

Install deb of files on Linux Ubuntu

Follow the steps given below

  • Ctrl + alt + t

The command is open the terminal
打开终端

  • sudo dpkg -i(FileName.deb or download on the official website
  1. 从终端下载或者直接到官网(墙内打不开)/ Github 下载

  2. Replace FileName with the name of the file you just downloaded
    如果是非指令下载,FileName 用软件名代替

  • sudo apt-get -f install

安装文件所需要的依赖库

posted @ 2019-03-21 13:27  Chanmoo  阅读(219)  评论(0编辑  收藏  举报