PDA

View Full Version : I can't upgrade my ubuntu



Jonatan Formentera
April 5th, 2015, 01:37 PM
Hi, I have a problem. I was upgrading my notebook with ubuntu 14.04 when I interrupted the download by mistake.Now, it says to me 'Error:BrokenCount>0'. On the left top appears the prohibited direction signal. It also says to me "I can't download the package installation- I think I need the flash plugging installer but i lost my Internet connection and can't connect the computer to the web
Can anyone help me?
Thanks

ian-weisser
April 5th, 2015, 02:05 PM
I was upgrading my notebook with ubuntu 14.04 when I interrupted the download

Open a terminal.
Try:

sudo apt-get update
sudo apt-get upgrade

And paste the complete output (it may be long) here. Use [CODE] tags for the output.

grahammechanical
April 5th, 2015, 02:12 PM
I think I need the flash plugging installer

The flash plugin installer is there to install a flash plugin so that the web browser can render web sites that use flash content. Once the plugin is downloaded and installed the plugin installer is not involved in rendering web sites

Furthermore, the failure to render flash content is not connected to a failure to update/upgrade Ubuntu or connect to the internet.

Is the "broken count" error connected to the lost internet connection? Please run


sudo apt-get update
sudo apt-get upgrade

And post any error messages. Enclosed them in QUOTE tags. Please confirm that the router is connected to the ISP and Network Manager is saying that Ubuntu is connected to the router, either as a Wired or a WiFi connection.

Regards.

Jonatan Formentera
April 5th, 2015, 02:35 PM
I don't know what you mean by "paste the complete output (it may be long) here. Use [CODE] tags for the output". I'm on the terminal and have a long list of situations whcich begin with a letter i a lower case. Are the tags you mean? I don't know how to use them

flaymond
April 5th, 2015, 02:56 PM
I don't know what you mean by "paste the complete output (it may be long) here. Use [CODE] tags for the output". I'm on the terminal and have a long list of situations whcich begin with a letter i a lower case. Are the tags you mean? I don't know how to use them


,
is a BB code tags to formatting the structure of the text, to be more manageable and pretty.

Example for [QUOTE] tag :

[QUOTE] Hello World!


Hello World!


^
This is Quote structure, it's make a text like in a quote.

Example for [CODE] tag:

[CODE] Hello World!



Hello World!

^ This is code structure, to increase readibility of codes especially bash (a common shell for Linux today)

You can read more about Ubuntu Forums BB code - http://ubuntuforums.org/misc.php?do=bbcode


@ Bapoumba, thanks for mentioning the [noparse] tag. It help me a lot and decreasing confusion. :KS

ajgreeny
April 5th, 2015, 05:51 PM
See Code-Tags in my signature for a how-to.

To copy the terminal output highlight all with the mouse as you would normally (Ctrl+A will not work in terminal) then right click and Copy. you can then paste in the usual way but using code tags.

bapoumba
April 5th, 2015, 06:22 PM
@InterProg : have a look at the noparse tag :tongue:

Jonatan Formentera
April 5th, 2015, 06:25 PM
Thank you. I was trying doing it with Control + v but I couldn't. I could paste it according to your method and now I waiting for the results