Каково контекстное меню?

Извините, если это - основной вопрос, но я плохо знаком с Ubuntu. Я получаю ошибку в главном высказывании панели, "Ошибка произошла, выполненный Диспетчер пакетов из контекстного меню или..."

Я не знаю, где контекстное меню.

1
задан 10 June 2016 в 20:34

4 ответа

Click the sign that looks like a do not enter sign. This is what's called the right-click menu (for the package manager). If you look in the list of items and messages, there should be a Package Manager link.

I've had this problem before and opening the package manager won't do a lot to fix it but it can help.

If you still get the message after opening the package manager, open a terminal and enter the following commands (these worked for me):

sudo apt-get update

This will (as any command where you use sudo) ask for your password. Enter it and press enter.

Next, enter:

sudo apt-get install -f

This probably will fix the problem. It happens quite a lot when updates get stuck.

1
ответ дан 7 December 2019 в 15:54

The fix is very simple. Open the terminal and run the command sudo apt-get update && sudo apt-get upgrade and then restart your computer.

0
ответ дан 7 December 2019 в 15:54

This is happening because you have a corrupt entry in your repository. In order to fix this follow the below instructions.

1)Open the terminal using Ctrl + Alt + T

2) type: sudo apt-get check

This checks for broken repositories.

3) type: sudo apt-get update

This updates the repository file after the above fix.

You may need to restart the computer after doing this for the error to disappear, but it should fix the issue. Any problems, let me know. :)

0
ответ дан 7 December 2019 в 15:54

Another good solution is to restart your computer which would usually fix the problem. It gives an opportunity for your repository list to refresh. Try it and say how it goes.

0
ответ дан 7 December 2019 в 15:54

Другие вопросы по тегам:

Похожие вопросы: