Today i try to install gnome 3 with this http://www.gnome.org/getting-gnome/ instructions :
but if i write this code
Code: Select all
sudo dd if=gnome-3.14.iso of=/dev/DRIVE bs=8M conv=fsyncCode: Select all
sudo dd if=gnome-3.14.iso of=/dev/DRIVE bs=8M conv=fsyncWhat model of Raspberry Pi do you posessonurmx wrote:Hi everyone!
Today i try to install gnome 3 with this http://www.gnome.org/getting-gnome/ instructions :
but if i write this codeit gives error how can i install gnome 3.Waiting for your commentsCode: Select all
sudo dd if=gnome-3.14.iso of=/dev/DRIVE bs=8M conv=fsync
First of all thanks for your answer.so how can i install gnome 3 on raspbian can you help me ?PeterO wrote:You are wasting your time as that .iso is not going to work for at least 2 reasons....
1) You can't boot an PI from a .iso image
2) It will have been built for and Intel/AMD architecture cpu not an ARM cpu as used on the PI.
PeterO
i use raspberry pi 2 model b.fruitoftheloom wrote:What model of Raspberry Pi do you posessonurmx wrote:Hi everyone!
Today i try to install gnome 3 with this http://www.gnome.org/getting-gnome/ instructions :
but if i write this codeit gives error how can i install gnome 3.Waiting for your commentsCode: Select all
sudo dd if=gnome-3.14.iso of=/dev/DRIVE bs=8M conv=fsync
Code: Select all
sudo apt-get install gnomeThanks for your answer i will try it.enedil wrote:TryCode: Select all
sudo apt-get install gnome