Skip to content

samwhelp/play-ubuntu-18.04-ppa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-ubuntu-18.04-ppa

Prototype Project

Package Project

Usage - make

help

$ make

or

$ make help

update

$ make update

info

執行

$ make info

顯示

ubuntu
├── dists
│   └── bionic
│       └── main
│           ├── binary-amd64
│           │   └── Packages.gz
│           ├── binary-i386
│           │   └── Packages.gz
│           └── source
│               └── Sources.gz
└── pool
    └── main
        ├── a
        ├── b
        ├── c
        ├── d
        ├── e
        ├── f
        ├── g
        ├── h
        ├── i
        ├── j
        ├── k
        ├── l
        ├── m
        ├── n
        ├── o
        ├── p
        │   └── play-lxqt
        │       ├── play-lxqt_0.1.0_all.deb
        │       ├── play-lxqt_0.1.0.dsc
        │       └── play-lxqt_0.1.0.tar.gz
        ├── q
        ├── r
        ├── s
        ├── t
        ├── u
        ├── v
        ├── w
        ├── x
        ├── y
        └── z

35 directories, 6 files

Quick Start

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

$ 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

$ sudo apt-get update

apt-get install

$ sudo apt-get install play-lxqt

Check Info

apt-cahce policy

$ apt-cache policy play-lxqt

apt-cahce showpkg

$ apt-cache showpkg play-lxqt

Wget Install

download deb

$ 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

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