Hi, I'm back. I noticed that enabling third-party cookies I can download from Google Drive! Hope it helps.
G
Best posts made by gidici61
-
RE: Cannot download files from Google DriveOpera for computers
-
Is there a permalink to the latest stable version?Opera for Linux
I wonder if there is a permalink to the latest stable version; it would be very useful to use it in a bash installation script.
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@styen said in Is there a permalink to the latest stable version?:
LATEST_VERSION=
wget -q4O - https://ftp.opera.com/pub/opera/desktop/ | grep -Po 'href="\K.*?(?=/")' | sort -V | tail -n1It works; I would have preferred to find a direct link, however these commands are perfect. Thank you.
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@leocg It does work, but if I use a web browser; doesn't work if I type
wget "https://download.opera.com/download/get/?partner=www&opsys=Linux"in a terminal. The same with "curl -L".
There is no ".deb" string inside the downloaded file.