Reputation: 4839
I am using ubuntu 18 and following this tutorial to install adobe air
Installation goes smooth, no errors (after some modification like using --fix-broken and adding i386 architecture to my machine)
I am then trying to use it like explained here
But when I try to use adl I keep getting
Command "adl" not found
What am i missing? Where is the adl command?
Upvotes: 1
Views: 120
Reputation: 1174
The adl command is in the 'bin' folder of the directory where Air is installed. If you don't know where the Air directory is, try this brute force (may take time):
find / -name adl
Upvotes: 1