Chromium

Issues related to applications and software problems
Post Reply
sjsj
Posts: 2
Joined: 2022/02/07 23:07:57

Chromium

Post by sjsj » 2022/02/14 10:18:39

Hello,

I'm sorry, I speak a little English.

I'm new CentOS user.

VPS Operating System: CentOS Linux 7 (Core)

I try:

Code: Select all

yum install chromium
No package chromium available.
I would like:

Code: Select all

lynx -cfg=/tmp/lynxcfg-cookies -accept_all_cookies -cookie_save_file=/tmp/cookies https://tezfiles.com
Image

My problem: the tezfiles.com use JavaScript and cookie create only if JavaScript enabled. The Lnyx I think not works with JavaScript.

I need Lynx/Chromium alternatives, because I need the tezfiles.com cookies:

Image

How to receives the tezfiles.com JavaScript-based website's cookies in CentOS VPS (with SSH)?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Chromium

Post by TrevorH » 2022/02/14 11:03:36

Chriomium is in EPEL which you have to install first.

yum --enablerepo=extras install epel-release
yum install chromium
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply