2 votes

impossible de désinstaller postsql-xc

L'installation de Postgressql a été interrompue lorsque j'ai installé postgres-xc et postgres-xc-client. J'ai essayé de les désinstaller mais je n'y suis pas parvenu. Le journal des activités est le suivant :

postgres@ashUbuntu:~$ sudo apt-get remove --purge postgres-xc-client postgres-xc
[sudo] password for postgres: 
postgres is not in the sudoers file.  This incident will be reported.

J'ai essayé d'ajouter au groupe sudo mais cela n'a pas aidé.

postgres@ashUbuntu:~$ sudo usermod -a -G sudo postgres
[sudo] password for postgres: 
postgres is not in the sudoers file.  This incident will be reported.

Maintenant, je suis frappé, s'il vous plaît aidez.


@A.B. La solution a fonctionné, j'ai pu désinstaller :

ashutosh@ashUbuntu:~$ su ashutosh
Password: 
ashutosh@ashUbuntu:~$ dpkg --purge postgres-xc
dpkg: error: requested operation requires superuser privilege
ashutosh@ashUbuntu:~$ sudo dpkg --purge postgres-xc
[sudo] password for ashutosh: 
(Reading database ... 792513 files and directories currently installed.)
Removing postgres-xc (1.1-2ubuntu2) ...
 * Stopping Postgres-XC datanode                                         [ OK ] 
 * Stopping Postgres-XC coordinator                                      [ OK ] 
 * Stopping Postgres-XC gtm                                              [ OK ] 
Purging configuration files for postgres-xc (1.1-2ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ashutosh@ashUbuntu:~$ sudo dpkg --purge postgres-xc-client
(Reading database ... 792301 files and directories currently installed.)
Removing postgres-xc-client (1.1-2ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ashutosh@ashUbuntu:~$

1voto

A.B. Points 84870

Je suppose que votre compte utilisateur n'est pas postgres . Par conséquent, passez à votre compte avec

su - your_user_name

et recommencer la désinstallation

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X