M
M
mr-ZA2019-06-21 19:24:59
linux
mr-ZA, 2019-06-21 19:24:59

Installing packages in Linux Mint, have a question?

Hello everyone, tell me how to cancel the command to install the .deb package in the system, I tried to put it like this:

sudo dpkg -i respin-mint_1.1.0-1_all.deb

Selecting previously unselected package respin-mint.
(Reading database ... 257563 files and directories currently installed.)
Preparing to unpack respin-mint_1.1.0-1_all.deb ...
Unpacking respin-mint (1.1.0-1) ...
dpkg: dependency problems prevent configuration of respin-mint:
respin-mint depends on ubiquity-frontend-debconf; however:
Package ubiquity-frontend-debconf is not installed.
respin-mint depends on discover1 | discover; however:
Package discover1 is not installed.
Package discover is not installed.
respin-mint depends on xresprobe; however:
Package xresprobe is not installed.

dpkg: error processing package respin-mint (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.23+linuxmint5) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
respin-mint

Потом понял что мне это ненужно но при apt-get install другого пакета вылазит следующее:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt —fix-broken install' to correct these.
The following packages have unmet dependencies:
respin-mint : Depends: ubiquity-frontend-debconf but it is not going to be installed
Depends: discover1 but it is not installable or
discover but it is not going to be installed
Depends: xresprobe but it is not installable
wordnet : Depends: wordnet-base (= 1:3.0-35) but it is not going to be installed
E: Unmet dependencies. Try 'apt —fix-broken install' with no packages (or specify a solution).

How can I undo changes at all so that apt-get will cancel work with this package and not remind about broken dependencies? With sudo apt-get -f install it starts installing dependencies and I don't need them like this .deb

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SOTVM, 2019-06-21
@sotvm

it says
You might want to run 'apt --fix-broken install' to correct these.
run sudo apt --fix -broken install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question