I install lots of third party software on my ubuntu system. I wonder if having 50-60 repos added to "software sources" slows down my system in any way? On the other hand, after installing a package, if I remove its source, will it affect anything?

link|improve this question
2  
This belongs on askubuntu.com. – Joachim Sauer Jun 14 '11 at 12:03
No, it's perfectly valid here. There's overlap. – CarlF Jun 14 '11 at 12:33
Oh, and why do you need 60 repos anyway? Are you installing 50 programs that aren't in the official Ubuntu repositories, but have their own Ubuntu-compatible ones? – CarlF Jun 14 '11 at 12:34
@JoachimSauer: No, it doesn't. It's fine here. – Wuffers Jun 14 '11 at 15:37
1  
@Carl, @Mark: that comment was posted back on stackoverflow.com. the main idea was that it did not belong there. – Joachim Sauer Jun 14 '11 at 15:54
show 1 more comment
feedback

migrated from stackoverflow.com Jun 14 '11 at 12:10

This question came from our site for professional and enthusiast programmers.

2 Answers

The only effect many repositories have is that refreshing their meta data and searching within the package index will be a bit slower. The system as a whole should not be affected.

Removing the repository after installing its software means that the software will not be updated. This may easily become a problem, as you will be missing security updates this way.

link|improve this answer
feedback

Agree with the comment above, I would be curious as to why you need that many third party repos?

One other minor point to consider is that the third party repos may not be maintained in the same manner as the repos directly from Ubuntu. As stated on Ubuntu.com

Make sure that all repositories you add in this way have been tested and are known to work on Ubuntu systems. Repositories that are not designed to work with your version of Ubuntu can introduce inconsistencies in your system and might force you to re-install.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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