Guest User

Untitled

a guest
Feb 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
  2.  
  3. sudo add-apt-repository "deb http://deb.playonlinux.com/ bionic main"
  4.  
  5. sudo add-apt-repository ppa:peek-developers/stable
  6.  
  7. SYNOPSIS
  8. add-apt-repository [OPTIONS] REPOSITORY
  9.  
  10. ...
  11.  
  12. REPOSITORY STRING
  13. REPOSITORY can be either a line that can be added directly to
  14. sources.list(5), in the form ppa:<user>/<ppa-name> for adding
  15. Personal Package Archives, or a distribution component to
  16. enable.
  17.  
  18. In the first form, REPOSITORY will just be appended to
  19. /etc/apt/sources.list.
  20.  
  21. In the second form, ppa:<user>/<ppa-name> will be expanded
  22. to the full deb line of the PPA and added into a new file in the
  23. /etc/apt/sources.list.d/ directory. The GPG public key of the
  24. newly added PPA will also be downloaded and added to apt's
  25. keyring.
  26.  
  27. In the third form, the given distribution component will be
  28. enabled for all sources.
Add Comment
Please, Sign In to add comment