[Linux]Installing multiple versions of Unreal Engine

So I installed Unreal Engine 4.12 and everything works great.
Now I have a project in 4.10 version of UE and some of the assets and effects only works in 4.10.
How do I install 4.10 version and can I have multiple versions of Unreal Engine on Linux Ubuntu?

Hey Roginich-

You can have multiple versions of the engine on your machine at once. To get 4.10 you simply need to specify which branch you want when downloading/building the engine. If you’re using the terminal to obtain a clone of the 4.10 branch, you will need to add “-b 4.10” (or a different number for other specific branches).

Cheers