Results 1 to 4 of 4

Thread: New and VERY Confused

  1. #1
    Join Date
    Mar 2019
    Beans
    1

    Question New and VERY Confused

    Hi. My name is Susanna, I got a Chromebook this past Christmas, and I've got a little sister that wants to play this game Mine-craft with me. I was googling tonight and saw that there was a way to do it in a Chromebook if I installed Linux, and, well, here we are. I used this link to get me as far as I am now: https://platypusplatypus.com/chromeb...uide-tutorial/ -- and I'm all good up until Step 8, and that's where things start to get a little rough. When I go to update Linux using the line of code given, I'm met with an error that says that the command 'apt-get' isn't found. I've done some more googling (please help) and found that there's other commands you can use, like wget, but those come up empty, as well. I decided to brush past the update part initially and go to the next bit about installing programs on Linux, which is where I'm met by my next problem--a program called Konsole that also is not found, and I cannot get because I can't use apt-get or find aaaannnnyyyy way to figure out how to get apt-get. I had to power-wash the Chromebook and start over, but seeing as I ended up in the same place and equally frustrated, I figured it was probably time to find somewhere to reach out and ask for help from someone that actually knows what they're doing. I apologize if this wasn't very coherent in a way that can get me any answers and also if this is posted in the wrong sub-forum or whatever it's called, but it's 2AM, I'm sick, and I'm entirely too dumb for coding stuff once the directions I'm given stop making sense

    Thank you for any and all help you can give
    Attached Images Attached Images

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,703

    Re: New and VERY Confused

    wget is not going to help - it's very different. You have to use apt-get (or in recent versions, apt update works the same).

    But mainly, the screenshot shows something horrible happening - all the error messages above. I've never seen a chromebook so I don't know crouton, but I think something went wrong enough for the Linux desktop to have shut down. I'm not sure if you still have linux running there, or whether it has stopped completely and left you in crouton. The line near the bottom of the error messages about unmounting suggests to me that linux is no longer running at all. I'm sorry, I can't help you with that - hopefully someone else can. But your problem is with the install and crouton, not with apt-get.

    If you ever get to step 8 wihtout a crash, the instructions on step 8 are wrong. They should be three separate commands.
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install
    but the third command needs to know what to install, e.g. sudo apt-get install mahjongg. For now, if you ever get this far, I suggest you ignore the third command, and just do an update and an upgrade once the basic installation is working.

  3. #3
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: New and VERY Confused

    Hello Susanna and Welcome to Ubuntu Forums,

    I have do not direct experience with Crouton but this tutorial maybe clearer than the one your using.
    Last edited by kc1di; March 2nd, 2019 at 02:07 PM.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: New and VERY Confused

    Crouton is not supported by Ubuntu or Chrome Book so moved. Chrome OS is not based on any other operating system.

    https://github.com/dnschneid/crouton
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •