在Ubuntu18.04系统中,tldr的完整安装流程总结:

  • mkdir -p ~/.tldr/tldr
  • sudo git clone https://codechina.csdn.net/mirrors/tldr-pages/tldr.git ~/.tldr/tldr
  • sudo apt-get update
  • sudo apt-get install tldr
shunren@shunren-VPCCA16EC:~/test/c++/phread$ sudo apt-get update
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:3 http://ppa.launchpad.net/apt-fast/stable/ubuntu bionic InRelease
Hit:4 http://cn.archive.ubuntu.com/ubuntu bionic InRelease
Ign:5 http://archive.canonical.com lucid InRelease
Err:6 http://archive.canonical.com lucid Release                     404  Not Found [IP: 91.189.88.141 80]
Ign:7 http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic InRelease
Get:8 http://cn.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:9 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic InRelease
Ign:10 http://ppa.launchpad.net/saiarcot895/myppa/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/yktooo/ppa/ubuntu bionic InRelease
Hit:12 http://packages.microsoft.com/repos/code stable InRelease
Get:13 http://cn.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Err:14 http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release404  Not Found [IP: 91.189.95.85 80]
Err:15 http://ppa.launchpad.net/saiarcot895/myppa/ubuntu bionic Release404  Not Found [IP: 91.189.95.85 80]
Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [55.0 kB]
Get:17 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1434 kB]
Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [59.5 kB]
Get:19 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2464 kB]
Get:20 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [296 kB]
Get:21 http://cn.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [300 kB]
Get:22 http://cn.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9268 B]
Reading package lists... Done
E: The repository 'http://archive.canonical.com lucid Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/saiarcot895/myppa/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
shunren@shunren-VPCCA16EC:~/test/c++/phread$ sudo apt-get install tldrReading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:tldr
0 upgraded, 1 newly installed, 0 to remove and 26 not upgraded.
Need to get 860 kB of archives.
After this operation, 4880 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 tldr amd64 0.2.3-3 [860 kB]
Fetched 860 kB in 9s (95.7 kB/s)
Selecting previously unselected package tldr.
(Reading database ... 281894 files and directories currently installed.)
Preparing to unpack .../tldr_0.2.3-3_amd64.deb ...
Unpacking tldr (0.2.3-3) ...
Setting up tldr (0.2.3-3) ...
update-alternatives: using /usr/bin/tldr-hs to provide /usr/bin/tldr (tldr) in auto mode
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
shunren@shunren-VPCCA16EC:~/test/c++/phread$ tldr
tldr - Simplified and community-driven man pagesUsage: tldr [-v|--version] [--update] COMMANDtldr Client programAvailable options:-h,--help                Show this help text-v,--version             Show version--update                 Update tldr pagesCOMMAND                  name of the command
shunren@shunren-VPCCA16EC:~/test/c++/phread$ tldr sort
sort
Sort lines of text files.
More information:
https://www.gnu.org/software/coreutils/sort
.- Sort a file in ascending order:sort {{path/to/file}}- Sort a file in descending order:sort --reverse {{path/to/file}}- Sort a file in case-insensitive way:sort --ignore-case {{path/to/file}}- Sort a file using numeric rather than alphabetic order:sort --numeric-sort {{path/to/file}}- Sort /etc/passwdby the 3rd field of each line numerically, using ":" as a field separator:sort --field-separator={{:}} --key={{3n}} {{/etc/passwd}}- Sort a file preserving only unique lines:sort --unique {{path/to/file}}- Sort a file, printing the output to the specified output file (can be used to sort a file in-place):sort --output={{path/to/file}} {{path/to/file}}- Sort numbers with exponents:sort --general-numeric-sort {{path/to/file}}

在Ubuntu18.04系统中,安装tldr相关推荐

  1. Ubuntu18.04系统中python3.7安装MultiNEAT库

    Ubuntu18.04系统中python3.7安装MultiNEAT库 前言 MultiNEAT介绍 安装问题 boost安装 MultiNEAT安装 安装过程遇到问题及解决方法 前言 MultiNE ...

  2. ubuntu18.04系统中 matlab2019 和 sougou拼音冲突

    ubuntu18.04 系统中 matlab2019 和 sogou拼音冲突 问题描述 只要是 matlab2019 和 sogou拼音 这俩东西在一起,我的matlab 就出问题,启动起来了之后也是 ...

  3. Ubuntu18.04系统下安装IDL8.4版本(破解版)

    Ubuntu18.04系统下安装IDL8.4版本(破解版) 为了安装IDL,把硬盘都弄坏了的我已经不知道重装了多少遍IDL了/(ㄒoㄒ)/~~ 踩了N多的坑,遇到N多问题,这一次终于算是安装好,可以成 ...

  4. Ubuntu20.04系统中安装微信、QQ和钉钉等应用(使用DeepinWine)

    Ubuntu20.04系统中安装微信.QQ和钉钉等应用 1.安装deepin-wine 2. 安装Windows字体文件 3. 安装QQ.微信和钉钉 微信遇到的问题 QQ遇到的问题 参考 1.安装de ...

  5. linux ubuntu安装 mono,在Ubuntu 18.04系统中安装Mono及基本使用Mono的方法

    本文介绍在Ubuntu 18.04操作系统中安装Mono及基本使用Mono的方法.Mono是一个基于ECMA/ISO标准开发和运行跨平台应用程序的平台,它是Microsoft .NET框架的免费开源实 ...

  6. 记录在Ubuntu 18.04系统中安装Apache, MySQL和PHP环境

    虽然我们在Linux VPS.服务器安装WEB环境比较方便,可以选择面板或者一键包,但是有些我们需要深入学习的网友不会选择一键安装,而是会尝试编译安装.这样可以学到一些内在的技术.一般我们较为习惯选择 ...

  7. xmpp安装到Linux服务器,在Ubuntu 18.04/16.04系统中安装Ejabberd XMPP Server的方法

    本文介绍在Ubuntu 18.04.Ubuntu 16.04系统中安装Ejabberd XMPP Server的方法,我们将从二进制安装程序安装ejabberd,它提供了一个功能齐全的ejabberd ...

  8. erp服务器安装Linux,在Ubuntu 18.04系统中安装Dolibarr ERP/CRM的步骤

    本文将介绍在服务器Ubuntu 18.04系统中安装Dolibarr ERP/CRM的步骤,该软件支持Windows.BSD.Mac.Solaris.Linux平台.Dolibarr是一款非常有能力的 ...

  9. Ubuntu20.04系统中安装配置adb,连接华为手机

    今天因为工作需要用ubuntu20.04系统连接adb进行相关操作,此处简单记一下相关操作步骤和细节,供大家参考: 1.首先usb数据线连接手机至ubuntu20.04所在硬件设备(笔者此处为台式机) ...

最新文章

  1. JQuery 1.32 DatePicker 增强版
  2. 推荐几个图标显示控件
  3. Paxos算法与Zookeeper分析
  4. STL容器的线程安全
  5. ASP.NET Core IHostEnvironment和IApplicationLifetime介绍
  6. 在著名出版社出版书,你也行——记录我写书出版的经历和体会
  7. 使用asp.net mvc开发应用程序,页面中的page.IsPostback还有用处吗?
  8. python传递类的实例_使用Python将变量从一个类实例传递到另一个类实例?
  9. HTML5七夕情人节表白网页制作【一生守护】HTML+CSS+JavaScript
  10. 科技创新全球资本财富盛会暨联盟系统2.0启动大会圆满举行
  11. php爬虫严选,用 Python 爬取网易严选妹子内衣信息,探究妹纸们的偏好|python爬虫|python入门|python教程...
  12. ECNU || 梵高先生
  13. 安卓桌面软件_iOS便签软件求推荐,有可以在iOS系统上使用的桌面便签软件吗 - 学显...
  14. 图像算法---白平衡AWB(讲的很好)
  15. MobPush for Flutter
  16. Windows10笔记本 闲置一段时间后黑屏无法唤醒,风扇全速运转的解决日志
  17. Linux/Centos7搭建饥荒服务器教程
  18. 移动安全--37--说说Android软件壳
  19. CG管理软件Shotgun改为ShotGrid
  20. 快手引流犯法吗?如果发现造成具体损失以及影响恶劣的情况会被起诉

热门文章

  1. Python小工具-证件照图片处理-缩放、灰度、换底色
  2. 中职初始计算机键盘公开课教案,[机械键盘]以“键盘”为话题的公开课教案
  3. vue excel上传判断(解决mac上传type为空的问题)
  4. Java——程序包不存在【三种解决方法】
  5. 手机抓包-手机安装证书问题
  6. postgres创建用户和数据库
  7. C语言字符串输入输出
  8. MySQL中如何用全库备份恢复单张表
  9. ASP.NET Core 教学 - Web API JSON 序列化设定
  10. 30年间三个价格屠夫:刘强东正火 前有倪润峰与黄光裕