Guest riscphree Posted April 18, 2005 Share Posted April 18, 2005 I want to get rid python so i can update. i ran the urpme python and i got all this: [root@localhost riscphree]# urpme python To satisfy dependencies, the following packages will be removed (52 MB): bluez-utils-2.10-3mdk.i586 (due to missing python) dia-0.94-2mdk.i586 (due to missing pygtk2.0) gdesklets-0.30-7mdk.i586 (due to missing gnome-python, due to missing gdesklets-display) gdesklets-acpi-0.1-2mdk.noarch (due to missing gdesklets) gnome-python-2.0.3-1mdk.i586 (due to unsatisfied pygtk2.0 >= 2.0.0, due to missing gnome-python-bonobo) gnome-python-bonobo-2.0.3-1mdk.i586 (due to unsatisfied pyorbit >= 2.0.0, due to unsatisfied gnome-python-canvas == 2.0.3-1mdk) gnome-python-canvas-2.0.3-1mdk.i586 (due to unsatisfied pygtk2.0 >= 2.0.0, due to unsatisfied gnome-python == 2.0.3-1mdk) gnucash-1.8.9-2mdk.i586 (due to unsatisfied python >= 2.3, due to missing libgnc-app-file-gnome.so.0, due to missing libgncmodule.so.0, due to unsatisfied libgnucash0 >= 1.8.9-2mdk) gnucash-hbci-1.8.9-2mdk.i586 (due to missing libgncmod-engine.so.0, due to missing libgncmod-generic-import.so.0, due to unsatisfied gnucash == 1.8.9-2mdk, due to missing libgncgnome.so.0, due to missing libgncmodule.so.0) gnucash-ofx-1.8.9-2mdk.i586 (due to missing libgncmod-engine.so.0, due to missing libgncmod-generic-import.so.0, due to unsatisfied gnucash == 1.8.9-2mdk, due to missing libgncmodule.so.0) jack-3.0.0-1mdk.i586 (due to missing python-CDDB, due to missing python-ID3) libgnucash0-1.8.9-2mdk.i586 (due to missing libgncmod-app-file.so.0, due to missing libgncmod-backend-file.so.0, due to missing libgncmod-engine.so.0, due to missing libgncmod-gnome-search.so.0, due to missing libgncmod-ledger-core.so.0, due to missing libgncmod-report-gnome.so.0, due to missing libgncmod-report-system.so.0) pygtk2.0-2.3.96-1mdk.i586 (due to missing python-numeric) pyorbit-2.0.0-2mdk.i586 (due to unsatisfied python >= 2.3) python-2.3.4-6.1.101mdk.i586 python-CDDB-1.4-2mdk.i586 (due to missing python) python-ID3-1.2-5mdk.noarch (due to missing python) python-numeric-23.1-2mdk.i586 (due to unsatisfied python >= 2.0) tkinter-2.3.4-6.1.101mdk.i586 (due to unsatisfied python == 2.3.4-6.1.101mdk) Is this OK? (y/N) i do not want to get rid of all that stuff, is there a switch for urpme that will allow me to just get rid of python? [moved from Software by spinynorman] Link to comment Share on other sites More sharing options...
Sherpa Posted April 18, 2005 Share Posted April 18, 2005 well, iwould do rpm -qa | grep pyhon this will output he exact name of the rpm for python that is installed.... then rpm -ev --nodeps thenthenameof.therpm.file that will remove that rpm with out dependencies but if you are using mandrake then urpmi will automatically update python to the newest version that is in your sources.... just do urpmi python and it will install a newer version if it exists... Link to comment Share on other sites More sharing options...
Guest riscphree Posted April 18, 2005 Share Posted April 18, 2005 yeah, when i do a urpmi python, it says everything already installed. i have version 2.3 installed, but i need 2.4 after the [root@localhost riscphree]# rpm -qa | grep python python-base-2.3.4-6.1.101mdk python-ID3-1.2-5mdk gnome-python-2.0.3-1mdk gnome-python-gtkhtml2-2.0.3-1mdk gnome-python-bonobo-2.0.3-1mdk python-numeric-23.1-2mdk gnome-python-gconf-2.0.3-1mdk gnome-python-canvas-2.0.3-1mdk libpython2.3-2.3.4-6.1.101mdk python-CDDB-1.4-2mdk python-2.3.4-6.1.101mdk im going to have to delete: python-2.3.4-6.1.101mdk and python-base-2.3.4-6.1.101mdk to fully get rid of python correct? Link to comment Share on other sites More sharing options...
adamw Posted April 19, 2005 Share Posted April 19, 2005 That's not a good idea. All those things depend on python for a reason - they use python, they're built against the python 2.3 in MDK, and they won't necessarily keep working if you rip python out and replace it with 2.4. Do you really need to do this? If you *do*, the command you want is: rpm -e --nodeps python python-base Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now