Trace: » linux10.html

[hemmerling] Linux 10/12 - Linux Applications

Browsers

Google Chrome

    1. Download and Import Google’s GPG Key fails :-(.
      • GitHub "Unknown policy NO-SHA1: file NO-SHA1.pmod not found #12178", 2024-07.
        $ wget https://dl.google.com/linux/linux_signing_key.pub
        
        $sudo rpm --import linux_signing_key.pub
        warning: Certificate 7721F63BD38B4796:
          Subkey 4EB27DB2A3B88B8B is expired: The subkey is not live
          Policy rejects subkey 1397BC53640DB551: Policy rejected non-revocation signature (PrimaryKeyBinding) requiring second pre-image resistance
          Subkey 78BD65473CB3BD13 is expired: The subkey is not live
          Policy rejects subkey 6494C6D6997C215E: Policy rejected non-revocation signature (PrimaryKeyBinding) requiring second pre-image resistance
        
        $ sudo update-crypto-policies --set DEFAULT:SHA1
        Unknown policy `SHA1`: file `SHA1.pmod` not found in (., policies/modules, /etc/crypto-policies/policies/modules, /usr/share/crypto-policies/policies/modules)
        
        $ sudo rpm --import linux_signing_key.pub
        $ sudo update-crypto-policies --set DEFAULT
    2. Download of Google Chrome RPM Installation Package.
      $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
      $ sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
      $ sudo dnf repolist
      

Opera Browser

Download & local Installation

    • Linux .DEB, .RPM, ( snap ).
    • Installation after download
      sudo apt install ./Downloads/opera-stable_XXXX_amd64.deb
      sudo yum install ./Downloads/opera-stable_XXXX_amd64.rpm -y
      

Snap

Yum Repository

    1. Use editor “nano” to create or update the Opera repository configuration file
      $ sudo nano /etc/yum.repos.d/opera.repo<code>
      [opera]
      name=Opera packages
      type=rpm-md
      baseurl=https://rpm.opera.com/rpm
      gpgcheck=1
      gpgkey=https://rpm.opera.com/rpmrepo.key
      enabled=1
    • Installation by “dnf”
      $ sudo dnf install opera-stable -y
      

Yandex

Download & local Installation

  • ??? TBD ???
    • Yandex "Download" - Download links at bottom of page.
    • Astra Linux:
      $ sudo apt-get install yandex-browser-stable
    • Alt OS and Simply Linux ( “ОС Альт и Simply Linux” ).
    • RED OS ( “РЕД ОС” ).
    • ROSA OS ( “ОС РОСА”).
    • Debian, Mint, Ubuntu.
      sudo apt install ./Downloads/Yandex.deb
      
    • Redhat, CentOS, Fedora
      sudo yum install ./Downloads/Yandex.rpm -y
      

Ubuntu

Flathub

Snap

Yum Repository

  • ??? TBD ???
    1. Use editor “nano” to create or update the Opera repository configuration file
      $ sudo nano /etc/yum.repos.d/opera.repo<code>
      [opera]
      name=Opera packages
      type=rpm-md
      baseurl=https://rpm.opera.com/rpm
      gpgcheck=1
      gpgkey=https://rpm.opera.com/rpmrepo.key
      enabled=1
    • Installation by “dnf”
      $ sudo dnf install opera-stable -y
      

Resources

Package Management & Package Installation

Flatpak

Snap / Snappy

Resources

Document Readers ( PDF ... )

Tools

Resources

Appropriate OpenDirectory Directory Pages

 
en/linux10.html.txt · Last modified: 2025/08/03 10:14 (external edit) · []
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki