using Fedora 12, KDE
how do i get yum, KPackageManager to use System Proxy Settings
for there network access ?
---------- Post added at 02:09 AM CST ---------- Previous post was at 01:05 AM CST ----------
by proxy i mean it's a program that uses my phone as the proxy
here is the command adb forward tcp:8080 tcp:8080
now i got it to work for firefox like this
localhost 8080
for all protocols
did the same in KDE proxy settings
localhost 8080
for all protocols
just need to know hot to configure yum and kPackageManage
to use it as well ?
---------- Post added at 11:53 AM CST ---------- Previous post was at 02:09 AM CST ----------
ok i set up Gnome's Proxy Setting using (localhost, port 8080)
i put this in my yum.conf file (poxy=http://localhost:8080)
i set my env $http_proxy to (http:localhost:8080)
when i try (yum install mplayer i get
Loaded plugins: presto, refresh-packagekit
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
what did i do wrong ??