Results 1 to 2 of 2
Hello again,
Is there a way to remove a package that others depend on without removing them as well? I'm planning on installing a new version of Python, but a ...
- 09-23-2005 #1
Removing packages and ignoring dependencies
Hello again,
Is there a way to remove a package that others depend on without removing them as well? I'm planning on installing a new version of Python, but a good 30 packages depend on it, and it won't let me install without removing Python first. I don't want to have to reinstall all those packages... =(
Thanks in advance!
- 09-25-2005 #2
If you are installing a new (updated) version of Python then apt should recognize that as an upgrade to your system, and replace the older release without removing any packages. However, since you are getting those dependency errors I would suggest the most likely reasons are:
1. The "new" Python version is not Debian compatible.
2. You are not using the correct installation method.It may be that your sole purpose in life is simply to serve as a warning to others.


Reply With Quote
