Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@morygonzalez
Created January 20, 2011 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morygonzalez/787594 to your computer and use it in GitHub Desktop.
Save morygonzalez/787594 to your computer and use it in GitHub Desktop.
app-apt-repositoryを使うには、 "python-software-prooerties" が必要
Re: add-apt-repository not working? not installed?
"sudo add-apt-repository ppa:<repository name>" this registers the ppa with APT and an entry is created in /etc/apt/sources.list and backs up to /etc/apt/sources.list.save. ff a key is required and available it is automatically downloaded and registered.
you must have "python-software-properties" installed before using this command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment