Unzip Learn folder on RPi
tech-mec
Posts: 9
I just started using an RPi and have no idea how to unzip the Learn folder or what to afterwards.
After ordering my RPi I had an "oh bummer" moment when I saw that SimpleIDE was not available for it. Later that same day I saw that it was so I was very glad.
Now I just need to learn more about the RPi.
As a very old dog and a mechanic besides learning new systems takes a while.
After ordering my RPi I had an "oh bummer" moment when I saw that SimpleIDE was not available for it. Later that same day I saw that it was so I was very glad.
Now I just need to learn more about the RPi.
As a very old dog and a mechanic besides learning new systems takes a while.
Comments
Here's what you would enter:
1) Install the unzip file
$sudo apt-get update
$sudo apt-get install unzip
2) unzip the file
$ sudo unzip <target file> <Directory to unzip contents into>