PDA

View Full Version : [ubuntu] ubuntu studio 16.04 Broken Count>0



beriko
April 8th, 2017, 04:44 PM
Who can help me?

Application manager doesn't work. I can't upgrade my OS.

sudo apt get install f

what is mean?

Thank you

ubfan1
April 8th, 2017, 05:21 PM
The command appears to be missing two "-"s. It should be
sudo apt-get install -f

RobGoss
April 8th, 2017, 08:47 PM
If you're trying to upgrade your system are you using the correct command line?

Try this


sudo apt-get update

Frogs Hair
April 11th, 2017, 02:29 PM
sudo apt get install f

what is mean?

This is a fix installation command and the complete command follows.


sudo apt-get install -f

Are you being prompted to run this command?