piątek, 16 września 2011

Repozytorium Google (stable i testing) w Lubuntu.

Dla repozytorium Google stable otwórz terminal i wpisz:

echo deb http://dl.google.com/linux/deb/ stable non-free | sudo tee /etc/apt/sources.list.d/google.list && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - && sudo apt-get update

Dla repozytorium Google testing otwórz terminal i wpisz:

echo deb http://dl.google.com/linux/deb/ testing non-free | sudo tee /etc/apt/sources.list.d/google-testing.list && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - && sudo apt-get update

Brak komentarzy:

Prześlij komentarz