Need Help Adding Flash

Liam Proven lproven at gmail.com
Sun Feb 19 16:58:14 UTC 2012


On 18 February 2012 15:18, Pongo A. Pan <pongo_pan at fastmail.us> wrote:
> On Sat, 2012-02-18 at 16:54 +0200, Ioannis Vranos wrote:
>> On Sat, Feb 18, 2012 at 3:46 PM, Liam Proven <lproven at gmail.com> wrote:
>> > On 18 February 2012 10:46, Larry Massey <ljmassey at yahoo.com> wrote:
>> >> I'm brand new to Linux (and to this list) and could use some help.  I set up
>> >> a 32 GB thumb (USB) drive with ubuntu 11.10 desktop to try it out.  I need
>> >> to add a flash player to firefox.  Can't seem to figure out how.  What is
>> >> the easiest way to do it?
>> >>
>> >> Thanks much.
>> >
>> > At a terminal:
>> >
>> > sudo apt-get update
>> > sudo apt-get dist-upgrade -y
>> > sudo apt-get install ubuntu-restricted-extras
>> >
>> > The first 2 lines just do a global system update but this is a good idea anyway.
>>
>>  Larry Massey, DON'T DO THIS! This will upgrade your installation to
>> another Ubuntu version.
>>
>> Liam, you should have typed
>>
>> sudo apt-get upgrade

What?! No it doesn't!

*You* are getting your commands muddled up, Ioannis!

AIUI:

`apt-get upgrade` attempts to *individually* upgrade all the installed
packages to their latest versions, separately.

`apt-get dist-upgrade` attempts to recursively upgrade the entire
distro - the whole tree of all packages - to the latest versions as
one single interlinked operation.

Neither will attempt to change release of the distro - not even on
Debian. That will only happen if you first edit /etc/apt/sources.list
and replace the old release name with the new release name, e.g.
"lenny" to "stretch".

In Ubuntu, the command to update from one release of the distro to the next is:

`do-release-upgrade`

Totally different and pretty hard to do by mistake. Note, although it
calls apt-get, the command itself is not an invocation of apt-get or
dpkg or any packaging tool.

-- 
Liam Proven • Profile: http://lproven.livejournal.com/profile
Email: lproven at cix.co.uk • GMail/G+/Twitter/Flickr/Facebook: lproven
MSN: lproven at hotmail.com • Skype/AIM/Yahoo/LinkedIn: liamproven
Tel: +44 20-8685-0498 • Cell: +44 7939-087884




More information about the ubuntu-users mailing list