Whenever I open the terminal to install something from the repositories, it takes like 1 minute to 'build' them and all that junk. I recently switched from Ubuntu and apt never had this issue. What can I do to reduce this?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Zypper auto-refreshes the repos when you run it. Disable it.

Head over to YaST, click on Software and then Software Repositories.

enter image description here

Next,Select the repo, and ensure that Automatically refresh is disabled.

enter image description here

link|improve this answer
thanks! is it safe to remove auto refresh on all repos? – MaxMackie Apr 1 '11 at 12:05
@MaxMackie - yes, it is. I generally disable them since my 'net connection is slow. Just remember to do zypper ref before checking for updates to your packages. – Sathya Apr 1 '11 at 12:07
perfect thanks! – MaxMackie Apr 1 '11 at 12:08
welcome @MaxMackie – Sathya Apr 1 '11 at 12:11
feedback

Your Answer

 
or
required, but never shown

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