We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,376 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

ubuntu 12.04

Ubuntu 12.04 cannot install applications

5
Contributors
3
Replies
2 Weeks
Discussion Span
5 Months Ago
Last Updated
6
Views
makeuni
Newbie Poster
1 post since Jul 2008
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

We need more details: which applications and versions? what have you tried to do? is this a fresh install or it stopped working? do you get any errors when you try to perform the install action?

From terminal try:

sudo apt-get update
sudo apt-get upgrade

and then retry to install.

cereal
Veteran Poster
1,146 posts since Aug 2007
Reputation Points: 344
Solved Threads: 223
Skill Endorsements: 22

cereal is precisely correct. If you know the package name, you can also type

apt-get install [package-name]

For example, if I want to install an nginx server on my ubuntu, I would type this on my terminal

    sudo -s
    // system will ask for password
    // I must provide the password

    sudo apt-get install nginx

Please ignore the [ and ] just type the package name of what you are trying install.

veedeoo
Master Poster
735 posts since Oct 2011
Reputation Points: 298
Solved Threads: 130
Skill Endorsements: 13

Also, if you don't know the package name, then use the following

apt-cache search [search term]

CimmerianX
Posting Pro
502 posts since Jul 2010
Reputation Points: 49
Solved Threads: 60
Skill Endorsements: 10

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0599 seconds using 2.63MB