Dpkg linux как установить

How To Install dpkg on Ubuntu 20.04

In this tutorial we learn how to install dpkg on Ubuntu 20.04.

What is dpkg

This package provides the low-level infrastructure for handling the installation and removal of Debian software packages.

For Debian package development tools, install dpkg-dev. Description-md5: 2f156c6a30cc39895ad3487111e8c190 Task: minimal

There are three ways to install dpkg on Ubuntu 20.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install dpkg Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install dpkg using apt-get by running the following command:

sudo apt-get -y install dpkg 

Install dpkg Using apt

Update apt database with apt using the following command.

After updating apt database, We can install dpkg using apt by running the following command:

Install dpkg Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

After updating apt database, We can install dpkg using aptitude by running the following command:

sudo aptitude -y install dpkg 

How To Uninstall dpkg on Ubuntu 20.04

To uninstall only the dpkg package we can use the following command:

Uninstall dpkg And Its Dependencies

To uninstall dpkg and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove dpkg 

Remove dpkg Configurations and Data

To remove dpkg configuration and data from Ubuntu 20.04 we can use the following command:

Remove dpkg configuration, data, and all of its dependencies

We can use the following command to remove dpkg configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge dpkg 

References

Summary

In this tutorial we learn how to install dpkg package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.

Читайте также:  Хеши паролей пользователей linux

Источник

How to Use Dpkg Install

In Debian and its derivates like Ubuntu and Linux Mint, the dpkg package manager is used for managing the packages. Dpkg, which is installed by default on the Debian and its derivatives can be used to install, build, and remove .deb packages. In this article, you will learn how to use dpkg install in Ubuntu system.

  • View List of Installed Packages
  • Install .deb package using dpkg
  • Verify package installation using dpkg
  • Remove installed package using dpkg

We have performed the procedure mentioned in this article on the Ubuntu 20.04 system. Moreover, we have used the command line Terminal application for running the commands in Ubuntu. To open the Terminal, you can use the Ctrl+Alt+T keyboard shortcut.

Note that for installing the .deb package in your Ubuntu system, you must be root user or the normal user with sudo privileges.

View List of Installed Packages

Before installing a new package, you might want to list the installed packages on your system. To do so, use the dpkg command with –list or –l option as follows:

It will show you a long list of installed packages on your system.

Install .deb Package Using Dpkg

Installing a .deb package using the dpkg command is quite simple. Simply type dpkg followed by –install or –i option and the .deb file name.

Make sure you run the above command from the same directory where the .deb package resides. Alternatively, if you are running the above command from some other directory, mention the full path to .deb file as follows:

The dpkg command installs the specified package only without any dependencies. In case, you are installing a package which requires some dependencies, you will receive an error like this:

Also, the dpkg will not install the package and will leave it in an unconfigurable and broken state.

To resolve this error, run the following command in Terminal:

This command will fix the broken package and install the required dependencies assuming they are available in the system repository.

Verify Package Installation Using Dpkg

Although you can verify the package installation by searching it through the Ubuntu dash menu. If it is available there, that verifies the package is installed.

However, the dpkg also allows you to verify the package installation. Simply type dpkg with –status or –s option to verify the package installation:

Читайте также:  Kali linux запуск на флешке

Remove Installed Package Using Dpkg

Once you no longer need an installed package, you can remove it using the dpkg command. For removing an installed package, you will need to mention the installed package name instead of mentioning the .deb package name that was used to install the package.

To find out the exact package name, you can use the following command with any keyword related to the package name:

In the case of Skype package, you can simply type skype:

Once you have found the exact name of the installed package, you can remove it using the following syntax using the –remove or –r option:

You can see that instead of typing the “skypeforlinux-64.deb”, we have simply typed the Skype installed package name.

In this article, you have learned how to install a .deb package using the dpkg command in the Ubuntu 20.04 system. You have also learned how to view a list of installed packages, verify the package after installation, and remove a package when you no longer need it. I hope you liked the article!

About the author

Karim Buzdar

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various web sites. He blogs at LinuxWays.

Источник

Основные команды Linux: как работает dpkg

Сегодня мы поговорим об одной из утилит управления пакетами в Linux — dpkg.

Пакеты помогают доставить или установить любое приложение в системе Linux. По сути, пакеты — это сжатые архивы файлов и зависимостей, которые нужны для установки программы или сервиса. Они используются, когда вы устанавливаете новую программу или сервис. Все пакеты в системе хранятся в локальном “репозитории”.

Что умеет команда dpkg?

Справочная страница описывает ее так: “dpkg — это утилита для установки, сборки, удаления и управления пакетами Debian”.

С помощью команды dpkg мы взаимодействуем с пакетами в системе. Она полностью управляется с помощью параметров командной строки, где первый параметр называется параметром действия (action), он указывает, что именно нужно делать. За этим параметром может следовать (или не следовать) любой другой параметр.

Позже был разработан новый инструмент aptitude, чтобы предоставить пользователям более удобный интерактивный интерфейс для управления пакетами без сложностей команды dpkg. Он взаимодействует с интерфейсом dpkg от имени пользователя.

Теперь давайте попробуем разобраться с командой dpkg в Linux.

Основы команды dpkg в Linux

Базовый синтаксис команды dpkg выглядит так:

dpkg [options] [.deb package name]

Команда dpkg предоставляет длинный список параметров для настройки данных, которые мы получаем при анализе сети. Ниже приведен список некоторых опций dpkg:

  • -i или –install — установить пакет с помощью команды dpkg. Команда извлекает все управляющие файлы для указанного пакета, удаляет все ранее установленные старые экземпляры и устанавливает новый пакет в систему.
  • -r или –remove — удалить установленный пакет из системы. Удаляет все файлы конкретного пакета, кроме файлов конфигурации (вариант деинсталяции).
  • -P или –purge — альтернативный способ удаления установленного пакета из системы. Полностью удаляет все файлы конкретного пакета, включая файлы конфигурации (вариант “полной деинсталяции”).
  • –update-avail — получить информацию команды dpkg о доступных пакетах в ее репозиториях. Если новые пакеты доступны, то они синхронизируются с официальными репозиториями.
  • –merge-avail — объединить информацию команды dpkg о доступных пакетах в ее репозиториях с ранее доступной информацией. Обычно выполняется сразу после предыдущей команды.
  • –help — вывод страницы справки для команды dpkg и выход.
Читайте также:  Linux установить deb пакет через терминал

Это некоторые из часто используемых опций команды dpkg. Чтобы узнать больше, вы можете обратиться к опции help в терминале.

Использование команды dpkg

Давайте рассмотрим обычное использование команды dpkg. Команда работает одинаково для систем Debian и Ubuntu, однако в этом туториале мы будем рассматривать только Ubuntu.

1: Установка пакета

Основная функция команды dpkg в Ubuntu — это установка пакета. С помощью параметра dpkg -i можно установить пакет deb в Ubuntu или Debian.

Вот как можно установить пакет:

Мы устанавливаем проигрыватель VLC в систему Ubuntu. Посмотрите на скриншот ниже — так выглядит установка на экране.

Чтобы установить несколько пакетов одновременно, укажите их имена через пробел.

2: Удаление пакета

Когда вам больше не нужна программа или сервис, нет смысла держать ее в системе.

Здесь также поможет команда dpkg.

Удалить программу или сервис из системы можно с помощью опции dpkg -r.

Теперь давайте удалим проигрыватель VLC, который мы ранее установили.

Посмотрите на скриншот ниже. Там показано, как dpkg запускает изменения (аналогично команде apt) для всех зависимых меню, значков рабочего стола и т. д.

3: Обновление репозиториев

В репозитории dpkg хранятся все пакеты, которые доступны для установки в дистрибутиве Ubuntu или Debian.

Но поскольку эти пакеты хранятся локально, после выхода обновлений на сервере могут оказаться старые версии. Потому репозитории нужно обновлять.

Опция dpkg –update-avail поможет вам в этом.

Она проверит онлайн-репозитории и загрузит все обновленные пакеты в локальный репозиторий.

Мы обновим локальные репозитории до последней версии:

Подводим итоги

На этом мы подошли к концу нашей сегодняшней темы. Это все, что вам понадобится знать при работе с командой dpkg в Linux. Большинству пользователей не потребуется больше этих трех опций для команды. Более продвинутые функции вы найдете, запустив man dpkg — там вы сможете получить полную информацию обо всем, что умеет эта команда.

Источник

Оцените статью
Adblock
detector