Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pinguino-libraries.deb | 2018-04-03 | 3.1 MB | |
pinguino-libraries.tar.lzma | 2018-04-03 | 3.1 MB | |
pinguino-ide.deb | 2018-04-03 | 22.2 MB | |
pinguino-ide.tar.lzma | 2018-04-03 | 22.2 MB | |
pinguino-ide-tk.deb | 2014-08-19 | 906.9 kB | |
pinguino-ide-tk.tar.lzma | 2014-08-19 | 910.1 kB | |
Totals: 6 Items | 52.4 MB | 4 |
How to install Pinguino IDE ?
1/ Go to www.pinguino.cc/download/php, download and save installer.sh where you want on your computer.
2/ Make it executable : sudo chmod +x installer.sh
3/ Run it : ./installer.sh
4/ Click on the Pinguino icon (should be in Education, Development and Electronics sub-menu).
5/ That's it. Enjoy !
Issues ?
Please report issues at https://github.com/PinguinoIDE/pinguino-packages/issues
How to install a debian package ?
1/ Download and save the deb. package you want
2/ sudo dpkg -i package.deb
sudo apt-get install -f
or
sudo gdebi package.deb
If you don't have gdebi : sudo apt-get install gdebi-core
How to convert a .deb to .rpm package ?
1/ Download alien with your favorite package manager
2/ sudo alien --to-rpm --scripts package.deb