1

На моем компьютере с Ubuntu 18.04 я установил OpenVPN, а затем попытался удалить его. Теперь, когда я пытаюсь что-либо установить или делать что-то с помощью apt-get я получаю сообщение об ошибке, и пакет не устанавливается. Вот что происходит, когда я пытаюсь что-то установить:

    Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  openvpn
The following NEW packages will be installed:
  yarn
0 upgraded, 1 newly installed, 1 to remove and 100 not upgraded.
1 not fully installed or removed.
Need to get 0 B/833 kB of archives.
After this operation, 3,849 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 183666 files and directories currently installed.)
Removing openvpn (2.4.4-2ubuntu1.1) ...
dpkg: error processing package openvpn (--remove):
 unable to securely remove '/etc/openvpn/server': Not a directory
Errors were encountered while processing:
 openvpn
E: Sub-process /usr/bin/dpkg returned an error code (1)

1 ответ1

0

Я смог воспроизвести вашу проблему, сделав файл с именем /etc/openvpn вместо папки.

Попробуйте удалить неверный файл / папку /etc/openvpn:

sudo rm -rfv /etc/openvpn

Затем удалите пакет openvpn :

sudo apt purge -y openvpn

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .