-1

My company used to subscribe to the getpagespeed repo, but now we have decided to use the nginx.org repo with the possibility of switching to nginx plus in the future. Since we don't need the getpagespeed repo anymore, how can I cleanly remove it from our RHEL system?

I've renamed the /etc/yum.repos.d/getpagespeed-extras.conf file to /etc/yum.repos.d/getpagespeed-extras.conf.disabled, but the yum search nginx command still lists getpagespeed packages.

0

2 Answers 2

0

just add/change a line in the conf/repo file

enabled=0

it should do its job

1
  • Where is it located? Commented Jul 30 at 18:42
0

Selamat malam,

The command to remove the repository is:

yum remove getpagespeed-extras-release

You will have also to delete the manually renamed file, e.g.:

rm -rf /etc/yum.repos.d/getpagespeed-extras.conf.disabled

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.