Step-by-Step Guide: How to Get Among Us on Your School Chromebook

post-thumb

How To Get Among Us On School Chromebook?

If you’re a fan of the popular online game Among Us but find yourself at school with only a Chromebook, don’t worry! With a few simple steps, you can still enjoy the thrilling game of deception and teamwork on your school Chromebook.

Table Of Contents

Before we begin, it’s important to note that installing software on school devices may violate your school’s policies. Make sure to check with your school administration and obtain permission before proceeding.

First, you’ll need to enable the Linux (Beta) feature on your Chromebook. This will allow you to run Linux apps, including Among Us. Go to the Settings menu and search for “Linux (Beta)”. Follow the prompts to install and enable the feature.

Once Linux (Beta) is enabled, you’ll need to install a package manager called “apt”. Open the Terminal app by pressing Ctrl+Alt+T and enter the command “sudo apt-get update” to update the package lists. Then, enter the command “sudo apt-get install curl” to install curl, a command-line tool that will help us download Among Us.

Now that curl is installed, we can download and install Among Us. Open the Terminal app again and enter the command “curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -”. This command will add the Node.js repository to your system. Then, enter the command “sudo apt-get install -y nodejs” to install Node.js.

Finally, we can download and run Among Us. Enter the command “curl -LO https://github.com/ericogretti/among-us-linux/releases/latest/download/among-us-linux.tar.gz" to download the game files. Once downloaded, extract the files by entering the command “tar -xzvf among-us-linux.tar.gz”.

You’re now ready to play Among Us on your school Chromebook! Open the Among Us folder that was created and double-click on the “Among Us” executable file to start the game. Enjoy the thrilling and mysterious gameplay with your friends, even while at school!

Step-by-Step Guide: How to Get Among Us on Your School Chromebook

If you want to play Among Us on your school Chromebook, follow these step-by-step instructions:

  1. Enable Linux (Beta) on your Chromebook:
  2. Click on the clock in the bottom-right corner of the screen.
  3. Select the gear icon to open Settings.
  4. Scroll down and click on “Advanced” to expand the options.
  5. Under the “Developers” section, click on “Developers mode” and enable it.
  6. Click on “Linux (Beta)” in the left menu.
  7. Click on “Turn on” to enable Linux.
  8. Follow the on-screen prompts to install the necessary components.
  9. Once Linux is enabled, open a terminal window.
  10. Install Steam:
  11. Type the command “sudo apt update” to update your package list.
  12. Type the command “sudo apt install steam” to install Steam.
  13. Follow the on-screen prompts to complete the installation.
  14. After the installation is complete, launch Steam and sign in.
  15. Install Among Us:

Read Also: Simple Steps to Find Your Coin Master Username
16. Search for Among Us in the Steam store and click on the game. 17. Click on “Add to Cart” and then “Purchase for Myself” (if necessary). 18. Follow the on-screen prompts to complete the purchase. 19. Once the game is purchased, click on “Library” in the Steam client. 20. Find Among Us in your library and click on “Install”. 21. Wait for the game to download and install. 22. Launch Among Us:

23. Once the installation is complete, click on “Play” in the Steam library. 24. The game will launch and you can start playing Among Us on your school Chromebook!

With these steps, you can enjoy playing Among Us on your school Chromebook. Just make sure to follow your school’s policies and guidelines regarding game usage.

Check your Chromebook’s compatibility

Before attempting to download Among Us on your school Chromebook, it’s important to check if your device is compatible. Here are a few steps to help you determine compatibility:

Read Also: How Much Money Did Call Of Duty Make? Find Out the Mind-Boggling Revenue Figures
  1. Operating System: Make sure your Chromebook is running on the Chrome OS version 76 or higher. To check your operating system version, click on the status area in the bottom-right corner, then click on the gear icon to open the settings menu. From there, click on “About Chrome OS” and you should see your OS version number.
  2. Processor: Among Us requires a processor with the architecture “x86_64” or “arm64” to run. You can check your processor architecture by going to the settings menu and clicking on “About Chrome OS.” Under the “Device specifications” section, you should see information about your processor.
  3. Memory: Among Us recommends at least 4GB of RAM to run smoothly. You can check your Chromebook’s RAM by going to the settings menu and clicking on “About Chrome OS.” Under the “Device specifications” section, you should see information about your RAM.
  4. Storage: Among Us requires around 250MB of storage space. You can check your Chromebook’s available storage by going to the settings menu and clicking on “About Chrome OS.” Under the “Device specifications” section, you should see information about your storage.
  5. Android App Support: Among Us is available on the Google Play Store, so make sure your Chromebook supports Android app installation. To check if your device supports Android apps, go to the settings menu, click on “Apps” or “Google Play Store,” and make sure the “Enable Google Play Store on your Chromebook” option is checked.

If your Chromebook meets all these requirements, you should be able to download and play Among Us without any issues. If not, you may need to consider updating your Chromebook’s OS, upgrading its hardware, or finding alternative ways to play Among Us on your device.

Enable developer mode on your Chromebook

If you want to get Among Us on your school Chromebook, you will first need to enable developer mode. This will allow you to install applications that are not officially supported by your school and bypass any restrictions put in place.

Please note that enabling developer mode on your Chromebook may void any warranty you have and could potentially compromise the security of your device. Proceed at your own risk.

  1. Backup your data: Before you proceed with enabling developer mode, it’s important to back up any important files or data on your Chromebook. Enabling developer mode will reset your device to factory settings, erasing all data in the process.
  2. Enter recovery mode: To enter recovery mode, hold down the Esc key, the Refresh key, and the Power button simultaneously. Release the keys once you see the recovery screen.
  3. Enable developer mode: On the recovery screen, press Ctrl + D to enable developer mode. You will see a warning message about the risks of enabling developer mode. Press Enter to proceed.
  4. Confirm developer mode: Your Chromebook will now begin the process of enabling developer mode. This may take several minutes. Once the process is complete, your Chromebook will reboot.
  5. Enable OS verification: After your Chromebook reboots, you will see a screen that displays a warning about OS verification being off. Press Ctrl + D to skip this warning and continue booting into developer mode.

Congratulations! You have successfully enabled developer mode on your Chromebook. Now you can proceed with installing Among Us or any other applications that are not officially supported on your school Chromebook.

Remember to use caution and only install trusted applications from reliable sources to ensure the security of your device.

Install Linux on your Chromebook

If you want to get Among Us on your school Chromebook, you’ll need to install Linux. Here’s a step-by-step guide on how to do it:

  1. Enable Developer Mode: Before you can install Linux, you need to enable Developer Mode on your Chromebook. This will wipe all the data on your device, so make sure to back up any important files.
  2. Access the Linux (Beta) feature: Once you’re in Developer Mode, go to Settings and click on “Linux (Beta)” in the sidebar. Turn on the feature and follow the prompts to install it.
  3. Launch the Linux Terminal: Once Linux is installed, you can access the Linux terminal by clicking on the app called “Terminal” or by opening a new terminal window.
  4. Update and install necessary dependencies: In the Linux terminal, enter the following commands:
    • sudo apt-get update - This command updates the package lists for upgrades and new package installations.
    • sudo apt-get upgrade - This command upgrades all installed packages to their latest versions.
    • sudo apt-get install steam - This command installs Steam, the platform on which you can download and play Among Us.
  5. Launch Steam and download Among Us: After installing Steam, launch the app and log in with your account. Search for “Among Us” in the store and download it to start playing.

Once you’ve completed these steps, you should be able to play Among Us on your school Chromebook. Just remember that installing Linux and using this guide may not be allowed by your school’s policies, so proceed at your own risk.

FAQ:

Is it possible to play Among Us on a school Chromebook?

Yes, it is possible to play Among Us on a school Chromebook. However, there are a few steps you need to follow to download and play the game on your device.

What version of Chrome OS is required to play Among Us?

To play Among Us on a school Chromebook, you need to have Chrome OS version 80 or later.

Can I download Among Us directly from the Chrome Web Store?

No, Among Us is not available for download from the Chrome Web Store. You will need to use an Android app called “ARC Welder” to play the game on your school Chromebook.

Are there any limitations to playing Among Us on a school Chromebook?

Yes, there are a few limitations when playing Among Us on a school Chromebook. The game may run slower or have lower graphics quality compared to playing on a higher-powered device.

See Also:

comments powered by Disqus

You May Also Like