项目作者: samwhelp

项目描述 :
Ubuntu 18.04 (Bionic Beaver) PPA
高级语言: Shell
项目地址: git://github.com/samwhelp/play-ubuntu-18.04-ppa.git
创建时间: 2018-03-26T12:27:30Z
项目社区:https://github.com/samwhelp/play-ubuntu-18.04-ppa

开源协议:MIT License

下载


play-ubuntu-18.04-ppa

Prototype Project

Package Project

Usage - make

help

  1. $ make

or

  1. $ make help

update

  1. $ make update

info

執行

  1. $ make info

顯示

  1. ubuntu
  2. ├── dists
  3. └── bionic
  4. └── main
  5. ├── binary-amd64
  6. └── Packages.gz
  7. ├── binary-i386
  8. └── Packages.gz
  9. └── source
  10. └── Sources.gz
  11. └── pool
  12. └── main
  13. ├── a
  14. ├── b
  15. ├── c
  16. ├── d
  17. ├── e
  18. ├── f
  19. ├── g
  20. ├── h
  21. ├── i
  22. ├── j
  23. ├── k
  24. ├── l
  25. ├── m
  26. ├── n
  27. ├── o
  28. ├── p
  29. └── play-lxqt
  30. ├── play-lxqt_0.1.0_all.deb
  31. ├── play-lxqt_0.1.0.dsc
  32. └── play-lxqt_0.1.0.tar.gz
  33. ├── q
  34. ├── r
  35. ├── s
  36. ├── t
  37. ├── u
  38. ├── v
  39. ├── w
  40. ├── x
  41. ├── y
  42. └── z
  43. 35 directories, 6 files

Quick Start

create /etc/apt/sources.list.d/play-ubuntu-18.04-ppa-github.list

  1. $ sudo sh -c 'echo "deb [trusted=yes] https://samwhelp.github.io/play-ubuntu-18.04-ppa/ubuntu bionic main" > /etc/apt/sources.list.d/play-ubuntu-18.04-ppa-github.list'

apt-get update

  1. $ sudo apt-get update

apt-get install

  1. $ sudo apt-get install play-lxqt

Check Info

apt-cahce policy

  1. $ apt-cache policy play-lxqt

apt-cahce showpkg

  1. $ apt-cache showpkg play-lxqt

Wget Install

download deb

  1. $ wget -c 'https://samwhelp.github.io/play-ubuntu-18.04-ppa/ubuntu/pool/main/p/play-lxqt/play-lxqt_0.1.0_all.deb'

dpkg -i

  1. $ sudo dpkg -i play-lxqt_0.1.0_all.deb