authentication error ubuntu software center 16.04 LTS
Unable to install or uninstall apps in the Ubuntu software center. I get an authentication error, and then a popup says I cannot do this operation since I don't have permission. (Yet i'm administrator.) I do not know what to do. If anyone could please tell me, how can I fix this? (Please explain, i'm still a bit new to Ubuntu. Only starting to figure out new things at a slow pace)
Running: Ubuntu 16.04 LTS
Toshiba Chromebook 2
Dual-boot (Crouton)
16.04
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Unable to install or uninstall apps in the Ubuntu software center. I get an authentication error, and then a popup says I cannot do this operation since I don't have permission. (Yet i'm administrator.) I do not know what to do. If anyone could please tell me, how can I fix this? (Please explain, i'm still a bit new to Ubuntu. Only starting to figure out new things at a slow pace)
Running: Ubuntu 16.04 LTS
Toshiba Chromebook 2
Dual-boot (Crouton)
16.04
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you tried usingsudo apt install
instead? Crouton is always a mess, but it's such fun.
– brndn2k
Mar 15 '17 at 23:00
This page might be helpful.
– Gunnar Hjalmarsson
Mar 20 '17 at 0:51
I'm having the same issue running 16.04 with Crouton. I've tried installing and then running the gnome policykit with/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
, but I get a warning 'Unable to determine the session we are in'. The policykit is running after the warning, but it doesn't resolve the issue.
– alphaloop
May 29 '17 at 13:09
add a comment |
Unable to install or uninstall apps in the Ubuntu software center. I get an authentication error, and then a popup says I cannot do this operation since I don't have permission. (Yet i'm administrator.) I do not know what to do. If anyone could please tell me, how can I fix this? (Please explain, i'm still a bit new to Ubuntu. Only starting to figure out new things at a slow pace)
Running: Ubuntu 16.04 LTS
Toshiba Chromebook 2
Dual-boot (Crouton)
16.04
Unable to install or uninstall apps in the Ubuntu software center. I get an authentication error, and then a popup says I cannot do this operation since I don't have permission. (Yet i'm administrator.) I do not know what to do. If anyone could please tell me, how can I fix this? (Please explain, i'm still a bit new to Ubuntu. Only starting to figure out new things at a slow pace)
Running: Ubuntu 16.04 LTS
Toshiba Chromebook 2
Dual-boot (Crouton)
16.04
16.04
edited Mar 15 '17 at 22:39
Valhalla
asked Mar 15 '17 at 22:31
ValhallaValhalla
1615
1615
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you tried usingsudo apt install
instead? Crouton is always a mess, but it's such fun.
– brndn2k
Mar 15 '17 at 23:00
This page might be helpful.
– Gunnar Hjalmarsson
Mar 20 '17 at 0:51
I'm having the same issue running 16.04 with Crouton. I've tried installing and then running the gnome policykit with/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
, but I get a warning 'Unable to determine the session we are in'. The policykit is running after the warning, but it doesn't resolve the issue.
– alphaloop
May 29 '17 at 13:09
add a comment |
Have you tried usingsudo apt install
instead? Crouton is always a mess, but it's such fun.
– brndn2k
Mar 15 '17 at 23:00
This page might be helpful.
– Gunnar Hjalmarsson
Mar 20 '17 at 0:51
I'm having the same issue running 16.04 with Crouton. I've tried installing and then running the gnome policykit with/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
, but I get a warning 'Unable to determine the session we are in'. The policykit is running after the warning, but it doesn't resolve the issue.
– alphaloop
May 29 '17 at 13:09
Have you tried using
sudo apt install
instead? Crouton is always a mess, but it's such fun.– brndn2k
Mar 15 '17 at 23:00
Have you tried using
sudo apt install
instead? Crouton is always a mess, but it's such fun.– brndn2k
Mar 15 '17 at 23:00
This page might be helpful.
– Gunnar Hjalmarsson
Mar 20 '17 at 0:51
This page might be helpful.
– Gunnar Hjalmarsson
Mar 20 '17 at 0:51
I'm having the same issue running 16.04 with Crouton. I've tried installing and then running the gnome policykit with
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
, but I get a warning 'Unable to determine the session we are in'. The policykit is running after the warning, but it doesn't resolve the issue.– alphaloop
May 29 '17 at 13:09
I'm having the same issue running 16.04 with Crouton. I've tried installing and then running the gnome policykit with
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
, but I get a warning 'Unable to determine the session we are in'. The policykit is running after the warning, but it doesn't resolve the issue.– alphaloop
May 29 '17 at 13:09
add a comment |
2 Answers
2
active
oldest
votes
I got the same thing, just go into the terminal and run sudo su
. Then, enter the software center with software-center
. This worked for me on 14.04, and it should work for you, good luck, fellow Chromebook Linux user!
add a comment |
I managed to solve this problem using gksudo.
First try in bash
gksudo software-center
It should ask for a password.
If this works edit ubuntu-software-center
gksudo gedit /usr/share/applications/ubuntu-software-center.desktop
and edit
Exec=/usr/bin/software-center %u
to
Exec=gksudo /usr/bin/software-center %u
This made my toolbar icon work.
This also works for Synaptic package manager.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f893469%2fauthentication-error-ubuntu-software-center-16-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I got the same thing, just go into the terminal and run sudo su
. Then, enter the software center with software-center
. This worked for me on 14.04, and it should work for you, good luck, fellow Chromebook Linux user!
add a comment |
I got the same thing, just go into the terminal and run sudo su
. Then, enter the software center with software-center
. This worked for me on 14.04, and it should work for you, good luck, fellow Chromebook Linux user!
add a comment |
I got the same thing, just go into the terminal and run sudo su
. Then, enter the software center with software-center
. This worked for me on 14.04, and it should work for you, good luck, fellow Chromebook Linux user!
I got the same thing, just go into the terminal and run sudo su
. Then, enter the software center with software-center
. This worked for me on 14.04, and it should work for you, good luck, fellow Chromebook Linux user!
answered Mar 20 '17 at 0:39
RoCanCodeRoCanCode
33
33
add a comment |
add a comment |
I managed to solve this problem using gksudo.
First try in bash
gksudo software-center
It should ask for a password.
If this works edit ubuntu-software-center
gksudo gedit /usr/share/applications/ubuntu-software-center.desktop
and edit
Exec=/usr/bin/software-center %u
to
Exec=gksudo /usr/bin/software-center %u
This made my toolbar icon work.
This also works for Synaptic package manager.
add a comment |
I managed to solve this problem using gksudo.
First try in bash
gksudo software-center
It should ask for a password.
If this works edit ubuntu-software-center
gksudo gedit /usr/share/applications/ubuntu-software-center.desktop
and edit
Exec=/usr/bin/software-center %u
to
Exec=gksudo /usr/bin/software-center %u
This made my toolbar icon work.
This also works for Synaptic package manager.
add a comment |
I managed to solve this problem using gksudo.
First try in bash
gksudo software-center
It should ask for a password.
If this works edit ubuntu-software-center
gksudo gedit /usr/share/applications/ubuntu-software-center.desktop
and edit
Exec=/usr/bin/software-center %u
to
Exec=gksudo /usr/bin/software-center %u
This made my toolbar icon work.
This also works for Synaptic package manager.
I managed to solve this problem using gksudo.
First try in bash
gksudo software-center
It should ask for a password.
If this works edit ubuntu-software-center
gksudo gedit /usr/share/applications/ubuntu-software-center.desktop
and edit
Exec=/usr/bin/software-center %u
to
Exec=gksudo /usr/bin/software-center %u
This made my toolbar icon work.
This also works for Synaptic package manager.
edited Jun 12 '18 at 20:58
answered Jun 10 '18 at 23:17
Nick MNick M
12
12
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f893469%2fauthentication-error-ubuntu-software-center-16-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried using
sudo apt install
instead? Crouton is always a mess, but it's such fun.– brndn2k
Mar 15 '17 at 23:00
This page might be helpful.
– Gunnar Hjalmarsson
Mar 20 '17 at 0:51
I'm having the same issue running 16.04 with Crouton. I've tried installing and then running the gnome policykit with
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
, but I get a warning 'Unable to determine the session we are in'. The policykit is running after the warning, but it doesn't resolve the issue.– alphaloop
May 29 '17 at 13:09