I downloaded the Popcorn-Time from official link. When I try to execute "Popcorn-Time" file, using ./Popcorn-Time, it outputs the following error:
error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
I've tried installing libudev0 by using:
apt-get install libudev0:i386
But that outputs the following error:
E: Package 'libudev0:i386' has no installation candidate
The image below contains all extracted files from .tar:

Anyone knows how I can execute Popcorn?
libudev.so.0, which would be provided by thelibudev0package but no recent versions of Ubuntu has that package. All recent releases have thelibudev1instead, which provideslibudev.so.1. You will almost surely prefer to use a newer version of the software, with which you won't have this problem, but that question should make it possible to install this version. – Eliah Kagan Aug 11 '17 at 02:17