Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:installing_on_a_chromebook [2021/09/09 12:57] – Use curl instead of wget dstillman | kb:installing_on_a_chromebook [2023/05/26 06:16] (current) – dstillman | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== How Do I Install Zotero on a Chromebook? ====== | ====== How Do I Install Zotero on a Chromebook? ====== | ||
+ | |||
+ | //Please note that Zotero can only run on x86_64 Chromebooks. It cannot run on ARM-based Chromebooks.// | ||
=== Step 1: Set up Linux on Chrome OS === | === Step 1: Set up Linux on Chrome OS === | ||
- | - On your Chromebook, open Settings, and click the three-lines menu at the upper left. | + | Following |
- | - In the side menu that opens, click the "Linux (Beta)" | + | |
- | - Go through the process of installing | + | |
=== Step 2: Open Terminal === | === Step 2: Open Terminal === | ||
- | - After Linux is installed | + | - After Linux is installed, you will notice a new app in your overflow menu (where all your app icons live) called Terminal. |
- Wait for the Terminal app to open. This might take a few minutes the first time. | - Wait for the Terminal app to open. This might take a few minutes the first time. | ||
=== Step 3: Install Zotero === | === Step 3: Install Zotero === | ||
- | Enter these commands in Terminal to install a packaged version of Zotero maintained by a community member: | + | Enter these commands in Terminal to install a packaged version of Zotero |
< | < | ||
- | curl -sL https://github.com/ | + | curl -sL https://raw.githubusercontent.com/ |
sudo apt update | sudo apt update | ||
sudo apt install zotero | sudo apt install zotero |