Другое Запуск SAMP на Linux

Neykuratick

Новичок
28
4
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend.

При установке Lutris
I got this when i was installing Lutris
 
Последнее редактирование:

Gunborg Johansson

Потрачен
32
21
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Strange, on the new version of Wine (from the official repository) everything works out of the box.
 

Neykuratick

Новичок
28
4
Разобрался (i figured out, what was wrong)
У меня был уже запущен другой процесс с установкой через apt (i had already an apt-get process running on the background)
Чтобы узнать PID процессора, используйте следующее (You have to kill the process, to handle this problem. Use the following)

1. ps ax | grep apt

У вас там должна быть куча процессоров. Самое первое число - это айди процесса
You have a bunch of processes and info about 'em. The first ever number is the PID of the process

2. sudo kill (PID)

Замените PID на то число, которое вы узнали раньше (без скобок). Повторяйте всё это, пока не убьёте все процессы
Change PID to the number you got earlier (without the parentheses). Repeat Everything untill all the process will be killed

Если при установке Lutris, у вас выскочило окно с пользовательским соглашением об использовании шрифтов Microsoft, и вы не знаете, как его принять, проследуйте по ссылке https://askubuntu.com/questions/162...-eula-agreement-for-ttf-mscorefonts-installer

If the EULA message occurred when installing Microsoft fonts and you dunno how to accept that, use this solution: https://askubuntu.com/questions/162...-eula-agreement-for-ttf-mscorefonts-installer
 
Последнее редактирование:
  • Нравится
Реакции: kin4stat