password not working in synaptic but works in term [SOLVED]

Archived topics about LMDE 1 and LMDE 2
Locked
reedb

password not working in synaptic but works in term [SOLVED]

Post by reedb »

The synaptic package manager isn't accepting the correct password.

Maybe I was typing it wrong. So, I typed my password and saved it in a file. Then I copied it to the clipboard. And pasted it into the following programs:

1. In Terminal I ran "sudo su" and pasted the password in. The password was accepted.
2. I then ran the Synaptic Package Manger and when it asked for my password I pasted it in. But, it didn't accept the password.

Anyone have any thoughts on why Synaptic didn't accept the password?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
viking777

Re: password not working in synaptic but works in terminal

Post by viking777 »

reedb wrote:The synaptic package manager isn't accepting the correct password.

Maybe I was typing it wrong. So, I typed my password and saved it in a file. Then I copied it to the clipboard. And pasted it into the following programs:

1. In Terminal I ran "sudo su" and pasted the password in. The password was accepted.
2. I then ran the Synaptic Package Manger and when it asked for my password I pasted it in. But, it didn't accept the password.

Anyone have any thoughts on why Synaptic didn't accept the password?
I can't explain that at all, very strange.

Have you tried software manager instead (mintinstall)? It is not much of a substitute for synaptic I know, but what I was thinking is that you could use it to remove synaptic then reinstall it again to see if that brings it to life. (It may take out some dependencies with it so you would have to make a note of them and reinstall those along with synaptic).

Alternatively you could just use the command line

Code: Select all

sudo apt-get remove synaptic
Not sure if this is going to fix it though.
reedb

Re: password not working in synaptic but works in terminal

Post by reedb »

Hi viking777,

Thank you. Will try this when I get home later tonight.
Gort

Re: password not working in synaptic but works in terminal

Post by Gort »

I am not sure if this will help but I have to type the root password when using the synaptic package manager. When I do things like user management etc, I can type my password. (I am in sudoers).
mads

Re: password not working in synaptic but works in terminal

Post by mads »

I think sometime in the past you have run 'sudo passwd root' command.
Gort

Re: password not working in synaptic but works in terminal

Post by Gort »

That is true for me. I did activate the root account.
reedb

Re: password not working in synaptic but works in terminal

Post by reedb »

Hi

I tried what mads suggested and it worked. I can now run Synaptic.

Code: Select all

$ sudo passwd root
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
brian@julia / $ su
Password: 
/usr/bin/mint-fortune: line 35: [: ==: unary operator expected
julia / # 
Thank you to all.
Locked

Return to “LMDE Archive”