6
5

More than 5 years have passed since last update.

Ubuntu PPA一覧(きっと追加する)

Last updated at Posted at 2015-09-13

基本入れておく

リポジトリ名 PPA or PPA add command
Git add-apt-repository ppa:git-core/ppa
Ansible add-apt-repository ppa:ansible/ansible
Docker add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-fast add-apt-repository ppa:saiarcot895/myppa
umake add-apt-repository ppa:ubuntu-desktop/ubuntu-make

ケースバイケースで入れる

リポジトリ名 PPA or PPA add command
Oracle JDK add-apt-repository ppa:webupd8team/java
elixir wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb

自動化出来なさそうな手順

VisualStudio Code

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5