LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Unable to install softwares from Ubuntu Software Centre in Lucid Lynx (https://www.linuxquestions.org/questions/ubuntu-63/unable-to-install-softwares-from-ubuntu-software-centre-in-lucid-lynx-810282/)

ayazfarooque 05-26-2010 02:58 PM

Unable to install softwares from Ubuntu Software Centre in Lucid Lynx
 
I am using Ubuntu 10.04 , but after updating ubuntu using update manager, I am unable to install software using software Centre.When I click install button the software centre does nothing. Update manager concluded
without errors. any help appreciated.

tommcd 05-27-2010 11:44 AM

Was this an upgrade from a previous version of Ubuntu? And if so, what version?
Are you able to install software from Synaptic Package Manager, or using apt-get from the terminal?
What is the output of:
Code:

sudo apt-get install gkrellm
http://packages.ubuntu.com/lucid/gkrellm
Gkrellm is a light weight system monitor that I use all the time.

Also, can you post your /etc/apt/sources.list file.

And welcome to the LQ forums!

PhoenixAndThor 05-27-2010 12:55 PM

For Lucid, and all LTS releases of Ubuntu, I always found that a fresh install works best. The distro upgrade thing never really worked out well for me, except on Debian. Then again, I have a forbidden brand of computer: Whitebox (as in built by me with a bare-bones kit)

ayazfarooque 05-27-2010 01:36 PM

I installed Ubuntu 10.04 from installation disk , by update I actually mean upgrade of normal software modules , not the complete operating systems.

tommcd 05-28-2010 07:12 AM

Quote:

Originally Posted by ayazfarooque (Post 3983236)
I installed Ubuntu 10.04 from installation disk , by update I actually mean upgrade of normal software modules , not the complete operating systems.

Are you able to update software using the Update Manager: System > Administration > Update Manager?
What happens when you try to update software using apt-get from the terminal? Try running:
Code:

sudo apt-get update
sudo apt-get dist-upgrade

in the terminal. Those commands should update / upgrade all software on your system to the latest updates on the Ubuntu repositories. The Update Manager is simply a graphical front end for those apt-get commands.


All times are GMT -5. The time now is 01:36 AM.