I would like to know how to install the Opera browser on Linux without using the sudo command.
In the past I have been able to install screen and gecko-driver without using sudo by installing them on my personal user bin directory and then altering my .bashrc file appropriately, but I cannot figure out how to do the same for Opera.
I have tried installing it without sudo via dpkg -x <opera_package> <user_bin_directory>, but I get the error libffmpeg.so: cannot open shared object file: No such file or directory whenever I then try to run opera in the terminal.
Please note I have very little experience with Linux.
Thanks in advance.