2

I want to install Sauerbraten from the Ubuntu Software Centre but when I click install it does not install the game. I've tried restarting Ubuntu and installing other applications but the same thing occurs.

When I click install the password entry box does not come up. Please help me I want to install applications from the Ubuntu Software Centre.

terdon
  • 100,812
rolan
  • 71

3 Answers3

1

Try using terminal to update. Open a Terminal and type sudo apt-get update && upgrade Hopefully this will install any needed patches as it may just be stuck.

gman
  • 2,276
  • 4
  • 27
  • 39
1

Sam's advice to monitor error messages from terminal is sound for startup errors, as is advice to make sure everything is updated. You should do those first. While you're at it, the "File" menu in Software Center should still work for Install/Remove.

Reading between the lines, your install button may be "greyed out" (is the text black?). If the text is greyed out (disabling Install, Remove, screenshots and reviews--but not the menus), and Software Center tells you it doesn't have a network connection when you do, I wrote a lengthy response here:

Install button in the software center is grayed out...

Essentially, Software Center--through NetworkManager, even if the icon doesn't appear / I had to add mine--can believe you don't have a connection when you really do. A quick test (how I finally found it): Force NetworkManager to update (via "auto", if your network is DHCP, for example) and Software Center will immediately restore the buttons, or if you have set up your network outside of NetworkManager (so it's safe to turn it off), disable it completely. Credit to Doctoa for this post (sudo stop network-manager).

0

Try reinstall Software Centre by the following command in Terminal:

sudo apt-get clean; sudo apt-get update; sudo apt-get -y --reinstall install software-center

If this doesn't help, run software-center from the Terminal, you should see the errors, this should point you to the more specific issues.

See as well:

No install button in software centre?

Why does clicking Install in the Software Center do nothing?

Install button in the software center is grayed out when trying to install .debs without an internet connection

kenorb
  • 10,347