I can not install most of the software as not all of the software has a button to install. is this an error? or dependency problem if so how do i fix it?
-
A screen shot of the problem might help us figure it out. Do you have the "Universe" repository enabled? What version of Ubuntu are you running? More detailed questions will get better answers. – andrewsomething Oct 14 '10 at 20:28
7 Answers
i have found the answer, firstly navigate to system-> administration-> software sources
then go to update and at the bottom of the window their is an option to select what type of update you want. select -normal update- the close the window and reload.
the problem should be fixed. -thank you for those who tried to answer it really helped.
- 2,784
- 4
- 24
- 37
try to :
sudo apt-get update
then, open Ubuntu Software Center again.
- 70,934
- 124
- 466
- 653
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.
- 9,995
- 2
- 78
- 90
Do you have examples of such software? It might be software that has no 64-bit version, or it might not be available from the currently configured repositories (software sources) for another reason...
- 19,222
- 4
- 44
- 50
-
It wouldn't be listed at all if it wasn't available on the running architecture. – maco Oct 13 '10 at 16:51
-
Well, I have seen this happen in Software Center once while helping somebody; not sure which Ubuntu version it was though. – JanC Oct 14 '10 at 02:43
Wanted to share in case it helps anyone else. I was trying to update to a new version of zoom and had to uninstall the previous version first. In the case of zoom you can use:
sudo apt remove zoom
and then open the software installer, the button should now be visible.
-
This does not really answer the question. If you have a different question, you can ask it by clicking [Ask Question](https://askubuntu.com/questions/ask). To get notified when this question gets new answers, you can [follow this question](https://meta.stackexchange.com/q/345661). Once you have enough [reputation](https://askubuntu.com/help/whats-reputation), you can also [add a bounty](https://askubuntu.com/help/privileges/set-bounties) to draw more attention to this question. - [From Review](/review/late-answers/1302541) – Mordoc Jun 15 '23 at 22:03
I didn't see the button too, I found that my proxy settings were not properly set. So if you are under a proxy,
Get this file : https://www.dropbox.com/s/uxbi3rl2p9wmsx7/setproxy.py
Then in terminal,type in-
python setproxy.py <proxy ip><space><port><space><username><space><password>;
Now check the software center for install button.
further you may check these reference links :
How to configure proxy authentication to work with Ubuntu Software Center?
- 241
- 1
- 3
- 7