> Just a few moments ago I wanted to upgrade my mozilla > (M14) so I typed "apt-get upgrade mozilla." I got 58 new > packages, but mozilla is the same! What should I have > done instead ?
apt-get install mozilla What you did was tell apt-get to "upgrade" all installed packages. My guess is apt-get ignored "mozilla". In the command you used, it may be an invalid option. Finally, it didn't change mozilla because you have the latest version (apt-get upgrade *would* install a newer version of mozilla, if there was one). Hall