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?
feedback
|
migrated from stackoverflow.com Jun 14 '11 at 12:10
This question came from our site for professional and enthusiast programmers.
|
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. | ||||
|
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
| ||||
|
feedback
|
