Extracting Chrome on Fedora
Extracting Chrome on Fedora
I’m struggling to get Chrome running on my Fedora HDD. While Tor works fine, Chrome files aren’t being detected by the system. Could you offer some guidance?
I'll examine this further. Currently, I can't access the system. Firefox and Tor don't support the kind of files I'm attempting to view.
Linux systems behave differently from Windows; you don’t receive a standalone executable in a zip file. Instead, you get a package that’s installed via the package manager as explained by @heimdali. You can also open a terminal and use the package manager to search for and automatically download and install the desired software. For example, running `sudo yum install chromium` will handle the installation for you.
I resolved it, but thanks! I was just uploading from the internet instead of the physical shop... lol
Store? It's often wise to use the package that comes with the release; if none exists, source it and compile yourself, except for a few cases. An arbitrary RPM doesn't guarantee compatibility with your distribution, which is one of the drawbacks of RPM.