1

I installed ubuntu 12.04 using crouton on my chromebook. I'd like to update the distribution, because I can't always install the packages I'd like too. I followed various instructions online, and in chat, but I kept running into dead ends - for instance, I can't seem to find an update manager anywhere on the linux side of my system (I'm using xfce as my desktop, if that's relevant) which seems to be required for a lot of methods I found. I also tried the command sudo apt-get update && sudo apt-get full-upgrade, which went for about 30 seconds and outputted:

Reading package lists...Done
Building dependency tree
Reading state information...Done
0 upgraded, 0 newly installed, 0 to remove, and 0 not upgraded.
E: Invalid operation full.

Before I decided that I wanted to update my distribution for sure, I tried to install the package nethack, and it gave the error E: package 'nethack' has no installation candidate.

If there's any more information anyone needs, I'd be glad to figure it out and get it for them; I didn't know what all information was needed. I am fairly new to Linux.

Any help would be appreciated. Thanks!

EDIT:

I read through (and tried) the various commands given at the page that this is supposed to be a duplicate of. The only one that seemed like it might help, the last one, gave an error of "command not found". This question is not solved by that answer.

Extra piece of information: as noted in the comments, I believe I have an ARM CPU.

Auden Young
  • 193
  • 9
  • 1
    `apt-get dist-upgrade`, not `full-upgrade`; you probably want `do-release-upgrade` instead and `nethack` is in universe, so you need to enable it: http://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository – muru Nov 29 '16 at 01:36
  • @muru, none of those commands seem to be working - `dist-upgrade` ran but did nothing; I'm still on 12.04. – Auden Young Nov 29 '16 at 02:41
  • 2
    `dist-upgrade` doesn't upgrade your release from 12.04 to 14.04. – muru Nov 29 '16 at 03:00
  • Probably not relevant, but does your Chromebook have an x86 or an ARM CPU? – You'reAGitForNotUsingGit Nov 29 '16 at 03:42
  • @AndroidDev, an ARM CPU, as far as I know. – Auden Young Nov 29 '16 at 12:15
  • 1
    @heather - Hmmmm... that has the *potential* to make things interesting... – You'reAGitForNotUsingGit Nov 29 '16 at 13:34
  • If you got a "command not found" on `do-release-upgrade`, then try installing [`update-manager-core`](http://packages.ubuntu.com/search?searchon=contents&keywords=do-release-upgrade&mode=exactfilename&suite=trusty&arch=any) and then running that command again. – muru Nov 30 '16 at 01:40

0 Answers0