ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] Установка Google Chrome
  @ 2014-09-01  6:15 ` Вадим Илларионов
    2014-09-01  7:42 ` Pavel N. Solovyov
  1 sibling, 1 reply; 5+ messages in thread
From: Вадим Илларионов @ 2014-09-01  6:15 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В письме от 31 августа 2014 23:24:18 пользователь александр макаров написал:
> Как в Alt Linux 7 установить Google Chtome или Chromium?

1. apt-cache search ^chromium
2. apt-get install желаемые пакеты из полученного списка
_______________________________
С уважением, *nix-администратор
Mobile: +7 (964) 103-65-67
Skype: gbIMoBou
JID = <mailto:>
Viber = Mobile
UIN: 7899517

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Установка Google Chrome
  @ 2014-09-01  6:44     ` Вадим Илларионов
  2014-09-01  7:56     ` Андрей Черепанов
  1 sibling, 0 replies; 5+ messages in thread
From: Вадим Илларионов @ 2014-09-01  6:44 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В письме от 1 сентября 2014 06:27:04 пользователь александр макаров написал:
> Я так понял у меня отключены все репозитории и поэтому я ничего не
> нахожу.Какие репозитории подключить, чтобы обновлять систему и иметь доступ
> к максимальному колличеству СТАБИЛЬНЫХ программ.Спасибо!

В /etc/apt/sources.list.d/alt.list раскомментировать одну из секций (http, ftp 
или rsync) и выполнить apt-get update

_______________________________
С уважением, *nix-администратор
Mobile: +7 (964) 103-65-67
Skype: gbIMoBou
JID = <mailto:>
Viber = Mobile
UIN: 7899517

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Установка Google Chrome
    2014-09-01  6:15 ` [Comm] Установка Google Chrome Вадим Илларионов
@ 2014-09-01  7:42 ` Pavel N. Solovyov
  1 sibling, 0 replies; 5+ messages in thread
From: Pavel N. Solovyov @ 2014-09-01  7:42 UTC (permalink / raw)
  To: community

On Sun, 31 Aug 2014 23:24:18 +0000
александр макаров wrote:

> Как в Alt Linux 7 установить Google Chtome или Chromium? 	

	После того, как воспользовались советом Вадима Илларионова и
подключили репозитарии можно установить и Google Chrome.
Для этого нужно воспользоваться советом Speccyfighter от 12 Aug 2014
http://lists.altlinux.org/pipermail/community/2014-August/682378.html
"> а где его (Google Chrome) взять?

Если пакет chromium-pepperflash ставили, то из кеша,
он там и лежит:

ls /var/cache/pepperflash/goo*
/var/cache/pepperflash/google-chrome-stable-36.0.1985.125-1.i386.rpm

Если не ставили, то со страницы гугла:

http://www.google.by/chrome/ "


 --
	Успехов. Павел.
=====================
Jabber: pavel_solo@jabber.ru
ICQ: 33437660
=====================


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Установка Google Chrome
    2014-09-01  6:44     ` Вадим Илларионов
@ 2014-09-01  7:56     ` Андрей Черепанов
  2014-09-01 15:16       ` Alexander Yereschenko
  1 sibling, 1 reply; 5+ messages in thread
From: Андрей Черепанов @ 2014-09-01  7:56 UTC (permalink / raw)
  To: community

01.09.2014 10:27, александр макаров пишет:
> Я так понял у меня отключены все репозитории и поэтому я ничего не нахожу.Какие репозитории подключить, чтобы обновлять систему и иметь доступ к максимальному колличеству СТАБИЛЬНЫХ программ.Спасибо!
Не было доступа к Интернету при установке. Все новые дистрибутвы с июля
этого года уже будут с подключенными репозториями идти.

В консоли:
apt-repo add p7
apt-get update
apt-get install chromium

Если нужен PepperFlash, то дополнительно
apt-get install chromium-pepperflash
(она скачает RPM с Google Chrome и вытащит оттуда PepperFlash. Скачивает
в /var/cache/pepperflash, можно доустановить Google Chrome так:
rpm -Uvh /var/cache/pepperflash/*.rpm --nodeps

Но возможны неудовлетворённые зависимости.
).

Google Chrome по лицензии мы выкладывать не можем.

См. также:
http://www.altlinux.org/PepperFlash

-- 
Андрей Черепанов
ALT Linux
cas@altlinux.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Установка Google Chrome
  2014-09-01  7:56     ` Андрей Черепанов
@ 2014-09-01 15:16       ` Alexander Yereschenko
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Yereschenko @ 2014-09-01 15:16 UTC (permalink / raw)
  To: community

01.09.2014 11:56, Андрей Черепанов пишет:
> Если нужен PepperFlash, то дополнительно apt-get install
> chromium-pepperflash (она скачает RPM с Google Chrome и вытащит оттуда
> PepperFlash.
Кстати, при dist-upgrade пришел обновленный chromium, и флэш-плагины
перестали воспроизводиться, пока не сделал
apt-get install chromium-pepperflash --reinstall
Там, насколько помню из инструкций по его ручному прикручиванию,
pepperflash завязан на версию chromium.

-- 
Alexander



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-01 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-01  6:15 ` [Comm] Установка Google Chrome Вадим Илларионов
2014-09-01  6:44     ` Вадим Илларионов
2014-09-01  7:56     ` Андрей Черепанов
2014-09-01 15:16       ` Alexander Yereschenko
2014-09-01  7:42 ` Pavel N. Solovyov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git