List of repositories for Ubuntu. How to add repository in Ubuntu

Ubuntu - , , . Linux . .

Windows Mac OS , . Linux Ubuntu 18 04 .deb, . , .

Data warehouse




. , . . , .

Ubuntu , , Synaptic. Ubuntu- Linux. . , , , .





Ubuntu . . Canonical - "".

:

  • main - , Canonical;
  • restricted - , Canonical;
  • universe - , Canonical;
  • multiverse - , Canonical.

Ubuntu

, . - Ubuntu, . . , .

Ubuntu. :

Application center




  1. " Ubuntu".
  2. " ".
  3. " ", , "".
  4. APT, " ".
  5. .
  6. "".

:









sudo apt-add-repository ppa:ripps818/coreavc
      
      



.

  1. /etc/apt/sources.list, .
  2. sudo apt-get update.
  3. .

ATOM

.

Atom Editor




Ubuntu 18 04 . :

  • C, C++, C#;
  • HTML, CSS, LESS, Sass;
  • JavaScript;
  • PHP;
  • Python;
  • Sql.

:

sudo add-apt-repository ppa:webupd8team/atom

sudo apt-get update
      
      



DOCKY

DOCKY - , Mac OS.

Docks panel




, , .

  1. , .
  2. . , , " ".
  3. .

, .

PPA:

sudo add-apt-repository ppa:docky-core/stable

sudo apt-get update && sudo apt-get install docky
      
      



PPA :

sudo add-apt-repository ppa:docky-core/ppa

sudo apt-get update && sudo apt-get install docky
      
      



DROPBOX

Dropbox .

Dropbox Cloud Storage




Ubuntu:

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E

sudo sh -c 'echo "deb http://linux.dropbox.com/ubuntu/ wily main" >> /etc/apt/sources.list.d/dropbox.list'

sudo apt-get update
      
      



Dropbox . , . .

. 20 (1200 .), .

FIREFOX AURORA

Firefox Aurora




:

  • Beta, ;
  • Developer Edition ;
  • Nightly.
sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora

sudo apt-get update
      
      



GOOGLE

Google :

  • Chrome;
  • Earth;
  • Music;
  • Desktop, Picasa;
  • Talk plugin.
Google Services




, . chromium, , PDF , Flash Player.

:

  • ;
  • -;
  • .
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt-get update
      
      



Google Earth - , , . . , Google Maps.

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo sh -c 'echo "deb http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt-get update
      
      



Google Music - , . 50 000 . , 40 . Google Play.

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo sh -c 'echo "deb http://dl.google.com/linux/musicmanager/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt-get update
      
      



NodeJS

NodeJS - , JavaScript .

Yap Nodzhs




, , .

Ubuntu :

sudo add-apt-repository ppa:chris-lea/node.js
      
      



Sublime Text 3

Sublime Text - .

Sublay Text




, , "". , .

, . . . 4 , .

Some parts of the code can be saved and will be used as snippets. Implemented autosave function, support for keyboard shortcuts, automation with macros and repetitions of recent actions.

sudo add-apt-repository ppa:webupd8team/sublime-text-3

sudo apt-get update

sudo apt-get install <package name>
      
      






All Articles