Считаете, что Ubuntu недостаточно дружелюбна к новичкам? Помогите создать новое Руководство для новичков!
0 Пользователей и 1 Гость просматривают эту тему.
Если внимательно прочитать, то там написано примерно следующее: пакета dump в репах нет, однако, есть пакеты, зависящие от него. Возможно, у Вас не подключены нужные репозитории (или ещё что-то не так). Так вот, данный пакет живёт в universe репозитории, посмотри в источнике приложений, подключён ли он.
Спасибо за ответ, но я пытался понять вас... но ничего не понял как это сделать.Где обычно находятся universe репозитории, а так же источник приложений.То есть как это можно реализовать, подправить что или добавить.Спасибо заранее
grep -v ^# /etc/apt/sources.list[/code[Эта команда покажет все подключенные репозитории.У меня вывод выглядит так:[code]deb http://ru.archive.ubuntu.com/ubuntu/ intrepid main restricteddeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates main restricteddeb http://ru.archive.ubuntu.com/ubuntu/ intrepid universedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates universedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid multiversedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates multiversedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiversedeb http://archive.canonical.com/ubuntu intrepid partnerdeb http://security.ubuntu.com/ubuntu intrepid-security main restricteddeb http://security.ubuntu.com/ubuntu intrepid-security universedeb http://security.ubuntu.com/ubuntu intrepid-security multiverse
Цитата: wolf333 от 07 Февраля 2009, 14:27:13Спасибо за ответ, но я пытался понять вас... но ничего не понял как это сделать.Где обычно находятся universe репозитории, а так же источник приложений.То есть как это можно реализовать, подправить что или добавить.Спасибо заранееПокажи вывод команды:Код: [Выделить]grep -v ^# /etc/apt/sources.list[/code[Эта команда покажет все подключенные репозитории.У меня вывод выглядит так:[code]deb http://ru.archive.ubuntu.com/ubuntu/ intrepid main restricteddeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates main restricteddeb http://ru.archive.ubuntu.com/ubuntu/ intrepid universedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates universedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid multiversedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates multiversedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiversedeb http://archive.canonical.com/ubuntu intrepid partnerdeb http://security.ubuntu.com/ubuntu intrepid-security main restricteddeb http://security.ubuntu.com/ubuntu intrepid-security universedeb http://security.ubuntu.com/ubuntu intrepid-security multiverseЗдесь подключены все официальные репозитории Ubuntu.[/code]
Система > Администрирование > Источники Приложений
Цитата: MooSE от 07 Февраля 2009, 15:20:10Цитата: wolf333 от 07 Февраля 2009, 14:27:13Спасибо за ответ, но я пытался понять вас... но ничего не понял как это сделать.Где обычно находятся universe репозитории, а так же источник приложений.То есть как это можно реализовать, подправить что или добавить.Спасибо заранееПокажи вывод команды:Код: [Выделить]grep -v ^# /etc/apt/sources.list[/code[Эта команда покажет все подключенные репозитории.У меня вывод выглядит так:[code]deb http://ru.archive.ubuntu.com/ubuntu/ intrepid main restricteddeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates main restricteddeb http://ru.archive.ubuntu.com/ubuntu/ intrepid universedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates universedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid multiversedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-updates multiversedeb http://ru.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiversedeb http://archive.canonical.com/ubuntu intrepid partnerdeb http://security.ubuntu.com/ubuntu intrepid-security main restricteddeb http://security.ubuntu.com/ubuntu intrepid-security universedeb http://security.ubuntu.com/ubuntu intrepid-security multiverseЗдесь подключены все официальные репозитории Ubuntu.[/code]вот что пишет## deb cdrom:[Ubuntu-Server 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted#deb cdrom:[Ubuntu-Server 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://ru.archive.ubuntu.com/ubuntu/ feisty main restricteddeb-src http://ru.archive.ubuntu.com/ubuntu/ feisty main restricted## Major bug fix updates produced after the final release of the## distribution.deb http://ru.archive.ubuntu.com/ubuntu/ feisty-updates main restricteddeb-src http://ru.archive.ubuntu.com/ubuntu/ feisty-updates main restricted## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://ru.archive.ubuntu.com/ubuntu/ feisty universedeb-src http://ru.archive.ubuntu.com/ubuntu/ feisty universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://ru.archive.ubuntu.com/ubuntu/ feisty multiversedeb-src http://ru.archive.ubuntu.com/ubuntu/ feisty multiverse## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb http://ru.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse deb-src http://ru.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu feisty-security main restricteddeb-src http://security.ubuntu.com/ubuntu feisty-security main restricteddeb http://security.ubuntu.com/ubuntu feisty-security universedeb-src http://security.ubuntu.com/ubuntu feisty-security universedeb http://security.ubuntu.com/ubuntu feisty-security multiversedeb-src http://security.ubuntu.com/ubuntu feisty-security multiverse я кстати менял, брал конфиг sourse.list с рабочего сервера,что отрабатывает apt-get install dump и вставлял в сервер который выдаёт мне эту ошибку.не помогло...правда я не перезагружал сервер и никаких процессов.не помогло это.
На сервере Ubuntu 7.04??Команда sudo apt-get update Никаких ошибок не выдает?
Вам нужно заменить в /etc/apt/sources.list репозитории ru.archive.ubuntu.com на archive.ubuntu.comПросто сдох сервачок русский)
Страница сгенерирована за 0.08 секунд. Запросов: 23.