I connect via an authenticated proxy (Bluecoat) so this may not apply to everyone but it's a guide for those that need it.
One of the very first things I hit when trying to install any applications on Fedora was an error about certificates.
Specifically:
When trying to install google-chrome-stable_current_x86_64.rpm (no comments necessary about Chromium please)...
Missing security signature
The package security signature is missing and this package is untrusted.
This package was not signed when created.
Public key for google-chrome-stable_current_x86_64.rpm is not installed
From my limited understanding of how things work, this is because YUM is not configured to talk via the proxy and YUM doesn't talk to the System Settings. YUM must be configured independently in order for these installations and updates to take place:
- Open Terminal
- sudo nano /etc/yum.conf
- Insert three lines at the bottom of [main] section as so:
- proxy=proxy details:port
- proxy_username=proxy user name
- proxy_password=proxy password
- To make sure it worked, run sudo yum list
- If it has worked you'll see files updating.
- export http_proxy="http://proxy details:port/"
- nano /root/.bash_profile
- export http_proxy="http://proxy details:port/"
- env
- env | grep proxy
- If you do not see http_proxy=(your proxy details:port) then something is wrong with the export command.
1 comment:
You did really good work. I really appreciate your new and different post. Please guys keep it up and share with us some unique post in the future
dell printer customer service
Post a Comment