Recommended Optional Additions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Recommended to do but still optional | '''Recommended to do but still optional''' | ||
==Recommended Software Removal== | ==Recommended Software Removal== | ||
| Line 5: | Line 5: | ||
*Click the Raspberry Pi menu then click Preferences then Recommended Software | *Click the Raspberry Pi menu then click Preferences then Recommended Software | ||
*Scroll down | *Scroll down unchecking all of the software that you don't want | ||
*Then click apply (bottom right corner of screen) | *Then click apply (bottom right corner of screen) | ||
[[File:Pi-rec-software.png|300px]] | |||
==TeamViewer Install== | |||
To directly download, run this script in the Raspberry Pi terminal; <code>wget https://download.teamviewer.com/download/linux/teamviewer_arm64.deb</code> | |||
To download follow these steps: | |||
* Navigate to your preferred web browser | |||
* Paste this link into the search bar: https://www.teamviewer.com/en-us/download/raspberry-pi | |||
* You should see a page like this: | |||
[[File:TeamViewer.png|300px]] | |||
* select <code>x86-64bit</code> | |||
* Once it has finished downloading transfer the file to your Raspberry Pi | |||
* On your Raspberry Pi run the TeamViewer installer then do as prompted | |||
From the terminal | |||
* Go to the folder/directory with the TeamViewer installer in it | |||
* Run this command: <code>sudo dpkg -i teamviewer_15.42.4_arm64.deb</code> (IMPORTAINT change the 15.42.4 to whatever version you have) | |||
Latest revision as of 06:50, 16 June 2023
Recommended to do but still optional
Recommended Software Removal
- Click the Raspberry Pi menu then click Preferences then Recommended Software
- Scroll down unchecking all of the software that you don't want
- Then click apply (bottom right corner of screen)
TeamViewer Install
To directly download, run this script in the Raspberry Pi terminal; wget https://download.teamviewer.com/download/linux/teamviewer_arm64.deb
To download follow these steps:
- Navigate to your preferred web browser
- Paste this link into the search bar: https://www.teamviewer.com/en-us/download/raspberry-pi
- You should see a page like this:
- select
x86-64bit - Once it has finished downloading transfer the file to your Raspberry Pi
- On your Raspberry Pi run the TeamViewer installer then do as prompted
From the terminal
- Go to the folder/directory with the TeamViewer installer in it
- Run this command:
sudo dpkg -i teamviewer_15.42.4_arm64.deb(IMPORTAINT change the 15.42.4 to whatever version you have)