I am following the documentation here
and it sends me also therethen it says�"Just launch the Pharo launcher image using the platform-specific VM."but there is no information how to do that.
Pharo on Ubuntu
Installation
If you are an Ubuntu user, you can very easily install the Pharo. You have to add the Pharo PPA (ppa:pharo/stable) and install the Pharo Launcher by issuing these commands:
$ sudo add-apt-repository ppa:pharo/stable
$ sudo apt-get update
$ sudo apt-get install pharo-launcher:i386
If you don't have the add-apt-repository command, install the 'software-properties-common' package and try again.
If you are on a server (no GUI), you can get a Pharo Virtual Machine by installing pharo-vm-core.
Details
The following 3 packages are provided:
- pharo-launcher: the main entry point for nearly everyone.
- pharo-vm-desktop: if you want to handle your images manually.
- pharo-vm-core: if you are on a server with no GUI.
There is also no information about where Pharo Launcher installs and what files it installs. Not good :( �