Git
1
2
3
| sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install -y git
|
Git LFS
1
2
| curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install -y git-lfs
|
Ulauncher
1
2
3
| sudo add-apt-repository ppa:agornostal/ulauncher -y
sudo apt-get update
sudo apt-get install -y ulauncher
|
KeePassXC
1
2
3
| sudo add-apt-repository ppa:phoerious/keepassxc -y
sudo apt-get update
sudo apt-get install -y keepassxc
|
MPV
1
2
3
| sudo add-apt-repository ppa:mc3man/mpv-tests -y
sudo apt-get update
sudo apt-get install -y mpv
|
Gnome Feeds
1
2
3
| sudo add-apt-repository ppa:ubuntuhandbook1/gfeeds -y
sudo apt-get update
sudo apt-get install -y gnome-feeds
|
Emacs
1
2
3
| sudo add-apt-repository ppa:kelleyk/emacs -y
sudo apt-get update
sudo apt-get install -y emacs27
|
Tilix
1
2
3
| sudo add-apt-repository ppa:ubuntuhandbook1/tilix -y
sudo apt-get update
sudo apt-get install -y tilix
|
Terminator
1
2
3
| sudo add-apt-repository ppa:mattrose/terminator -y
sudo apt-get update
sudo apt-get install -y terminator
|