answersLogoWhite

0


Best Answer

While Raspbian is usually recommended (at least for new RPi users) there are other OSs suitable for use on the Raspberry Pi - Arch Linx being just one other example (though Arch is more suitable for familiar users of the command line).

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the best OS to use on a raspberry pi?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

which is the best website to learn Raspberry Pi?

best course for Raspberry pi apply now : cutt.ly/ikqivIg


How do you Use a Robotic Arm with a Raspberry Pi?

kies


Can you use a raspberry pi with a laptop?

I connect to my Raspberry Pi from my desktop PC and a laptop via SSH (Secure SHell) over a home network.


Who designed the Raspberry Pi?

sam dakin is the designer of the Raspberry Pi


When was Raspberry Pi Foundation created?

Raspberry Pi Foundation was created in 2009-05.


Where you can get a Raspberry pi?

There are several places where you can purchase a Raspberry Pi. Here are a few options: Online retailers: you can purchase a Raspberry Pi from online retailers such as Amazon, Newegg, and Best Buy. Physical stores: you may be able to find Raspberry Pis for sale at physical stores that sell electronics, such as Fry's Electronics, Micro Center, and RadioShack. Maker Faires: if you are attending a Maker Faire, you may be able to purchase a Raspberry Pi directly from the Raspberry Pi Foundation. Resellers: there are many resellers of Raspberry Pis around the world. You may be able to find a reseller in your local area. Ebay: you can also find Raspberry Pis for sale on Ebay. Just be sure to read the seller's feedback and terms of sale carefully before making a purchase. I recommend for best website: 𝐡𝐭𝐭𝐩𝐬://𝐰𝐰𝐰.𝐝𝐢𝐠𝐢𝐬𝐭𝐨𝐫𝐞𝟐𝟒.𝐜𝐨𝐦/𝐫𝐞𝐝𝐢𝐫/𝟐𝟕𝟏𝟏𝟗𝟖/𝐦𝐚𝐞𝐦𝐚𝐞𝐣𝐨𝐣𝐨/


Why has raspberry pi been designed?

well, if the average pi is 3.14159265358, then raspberry pi might be specific to a certain type, such as 22/7. ******************************************************* Raspberry Pi is in the question: therefore, a Raspberry Pi is a small computer. Though initially designed to teach programming to children, it has proved very popular with adults, too.


What year was the tiny computer called Raspberry pi created?

The first Raspberry Pi was released in February of 2012.


Is it possible to upgrade the RAM on a Raspberry Pi?

Unfortunately not. You can't remove, change, or add any RAM to the Raspberry Pi.


Can the raspberry pi go on the internet?

My Raspberry Pi (I have two - model B) use an ethernet cable, so is wired to the router. There is also a wifi dongle available if wifi is wanted. So the answer is yes the RPi can go on the internet.


Can Windows Embedded be ran on a Raspberry Pi?

No, Windows Embedded cannot be run on Raspberry Pi as, windows requires an x86 cpu and the Raspberry Pi has only an ARMv6 cpu. Using emulation software has been tired, but it runs very slow to be remotely possible.


How do you transfer files via ssh through raspberri pi to another raspberry pi?

Yes, you can transfer files between two Raspberry Pi's by using SSH (Secure SHell) and SCP (Secure Copy). Open a terminal and use man SSH and then man SCP for the manual pages for full details. In a RPi terminal type: 'sudo raspi-config' (without quotes) and enable SSH on each Raspberry Pi on the menu that apears.