Software :: How To Uninstall Python Package
Nov 7, 2009
Is there a formal documented way? I have found a method of doing it, but I find it difficult to believe the ability to uninstall is not formally supported. [URL]
Essentially:
When you install - python setup.py install --record files.txt
When you uninstall - cat files.txt | xargs rm -rf
This will, however, require the user to look through files.txt like a hawk. It is really not an ideal situation I would think.
View 1 Replies
ADVERTISEMENT
Aug 24, 2010
I am fairly new to Linux. I have OpenSuse Desktop 11.3. For a software package I need to install, I have to have Python 2.4 or 2.5 - it will not run with Python 2.6. I cannot find any way in Yast to install the older version of Python. So my question is this: How do I first uninstall Python 2.6 so I don't screw anything up, and then install Python 2.5? Is it as simple as using Yast for the uninstall, then finding the tarball for 2.5, unpacking it, ./configure, sudo make, sudo make install?
View 3 Replies
View Related
May 23, 2011
I installed Python 3 By Downloading python3.2 bziped source tarball and install it according to the README, Now How shall I uninstall python 3.2?
The README instructions are as below:
On Unix, Linux, BSD, OSX, and Cygwin:
View 3 Replies
View Related
Jun 30, 2010
i downloaded a printer driver called snx-100 which was installed correctly, i now need to uninstall it, i ran it's uninstall.sh script which it said it's done correctly, but now to every package i want to install i get the following message which i have attached
View 5 Replies
View Related
Oct 25, 2010
I've been trying top get my Brother MFC-420CN printer working in 10.04.I had it working in 8.04 but I can't get the model to show up in the brother drivers. Anyways I tried uninstalling & reininstalling through synaptic but one thing got stuck with an error uninstalling. A package named "brscan". It has an x by the package & I get an error no matter what I try to do. Now I can't install any of the Brother packages because I keep getting this error about the brscan package & I can't get rid of it.
View 2 Replies
View Related
Mar 10, 2010
I recently installed Splunk on my Fedora 12 machine. It is not working properly and I also don't like where I installed it which was in my downloads folder some how. I cannot figure out how to uninstall this package and the Splunk Doc's are pretty weak.
View 14 Replies
View Related
Oct 21, 2009
How can we uninstall a program or package from Fedora? I use Fedora 11 KDE.
View 5 Replies
View Related
Apr 8, 2010
Had this issue before I have packages that are long gone that wont go away. I even had drivers installed Id like to get rid of. Anyhow to start it off here is a screenshot
View 8 Replies
View Related
Oct 22, 2010
I have installed a package via command line via following command
sudo apt-get install ubuntu-restricted-extras
How I can remove this package ? what is the command ?
View 1 Replies
View Related
Mar 12, 2010
I use the command
Code:
dpkg -l
to see all the packages installed in my Ubuntu. The question is that I want to uninstall the latest package but there's no date in the package list made by the command "dpkg -l". so how can I do that?
View 4 Replies
View Related
Jan 28, 2011
I have installed, actually just tried to, BSecPKLinux-2.0.0.0007 as token utility, but the attempt screwed my synaptic. I'm using a ubuntu 10.10.While running the install file, a package failed to install and from then on I was never able to fix this. the package is rnboifd. When i try to uninstall it or purge it using dpkg it complains it is in a "very bad inestable state" and should reinstalled. when trying to reinstall fails.
View 1 Replies
View Related
Feb 23, 2010
I am trying to install the MySQLdb package for python and the instructions tell me that I need to add mysql_config to my path. This file does not appear to exist in my mysql installation, or anywhere on my machine. I installed mysql-server from the ubuntu package manager, and then did a search of my system for that file.
Code:
sudo find / -name mysql_config
This gave me no results. where I can find this? Is it part of some extra toolkit for mysql?
View 2 Replies
View Related
Mar 12, 2010
I am trying to install the python-matplotlib package but I get E:broken packages. I have tried the apt-get -f install, apt-get update, apt-get clean all in various permutations but it doesnt solve the problem.I also tried uninstalling the dependednt packages and then reinstalling them but that doesnt work either.
root@ubuntu:~# apt-get install python-matplotlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
[Code]...
View 3 Replies
View Related
Jan 17, 2010
I wish to install Python Numeric in site-packages... which package brings this...?I have searched in the Slackbuilds... and no Luck so far...
View 10 Replies
View Related
Jan 28, 2011
I have installed db2 express-c on Ubuntu 10.04 server using apt-get; the installation is successful but I noticed that libasound2-dev package has been installed along with db2.I don't want this ALSA sound package, when I tried to remove it by "apt-get remove" it was trying to uninstall DB2 as well as there is a dependency. So, how do I remove ALSA package without removing DB2 ?PS: Also, db2 installed X11 packages like libx11-dev, libxproto-core-dev etc., which are also not need for me as it is a sever OS.
View 4 Replies
View Related
Oct 11, 2015
I'm currently running Debian Wheezy (upgrading to Jessie is not possible since I'm using OpenMediaVault which only supports Wheezy) but ever since I installed Deluge BitTorrent client that I've had this python-libtorrent package as "kept back". I'd like to fix this system state but how...
A few things I've tried:
Code: Select all$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
python-libtorrent
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Code: Select all~$ sudo apt-get install python-libtorrent
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code] .....
I have the following APT repositories on my sources which I believe are causing my problem:
Code: Select alldeb http://dh2k.omv-extras.org/debian/ stoneburner-miller main
deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main
They were added through OpenMediaVault's interface when I enabled some checkboxes to be able to install Deluge.
View 6 Replies
View Related
Sep 28, 2015
I'm trying to install some virtual machines to a dedi using KVM. So far everything seems to be working, I tested the KVM install with virsh -c qemu:///system list and it responded, however, I'm trying to now install the script for generating new vps's python-virtinst but putty is returning this error:
E: Unable to locate package python-virtinst
View 3 Replies
View Related
Jun 23, 2010
I have been trying to install the NumPy package for Python on to my home directory, as I run as part of a server and do not have permissions to install new packages in the Linux server.
I have set up Python in my home directory, and have configured ~/.bash_profile to find my local Python (which works, confirmed by testing).
However, when I attempt to install the NumPy package, I get the message error: could not create '/usr/local/lib/python2.6': Permission denied Which I find strange because I do not see why it would need to install files anywhere except my local Python directory.
how I might be able to specify the directory in which files are installed?
View 2 Replies
View Related
Jul 6, 2010
I am writing a python package deployment tool for linux based platforms. I have tried various existing tool sets but none of them is up to the mark and they have their own issues. Initially I'll start with simple approach.
1. Find all the modules/packages and copy to "lib" directory.
2. Find python's *.so dependencies (system libs) and copy them to "syslib"
3. Copy python (executable) and libpython2.6.so.1.0 into "dist" directory.
4. Set up temp environment
5. Run main script using "python <main script>.py"
The idea is to produce a cleaner directory structure. Neither I am creating a boot loader nor I am converting main script file into executable. It's plain vanilla stuff. Using above steps I have pulled down a package using wxPython's demo example "pySketch.py". You can download the archive from here: [URL]. After extracting the contents, run the executable file using "./run". This file sets temporary environment variables and execute "pySketch.py". This is eventually not working. I think I am not able to set up temporary environment properly or may be missing some other stuff.
View 1 Replies
View Related
Apr 26, 2011
In an attempt to minimize my system when I mark for removal libcups2 using synaptic it asks to install 7 not authenticated packages, however if I choose mark for complete removal it asks to install the same 7 packages and remove every single installed package from epiphany to gimp to zenmap. Any ideas as to whats going on with that?
Squeeze 6.0.1
kernel 2.6.32-5-amd64
intel core i5
[code]...
View 3 Replies
View Related
May 27, 2010
i am Ubuntu rookie i installed the following package onboard (Simple On-screen Keyboard with macros and easy layout creation) when i try to uninstall it using Synaptic Package manger i get the following error.dpkg: parse error, in file '/var/lib/dpkg/status' near line 26430:invalid package name (character `|' not allowed (only letters, digits and characters `-+._'))and when i try to configure it get the same error any help msi@msi-desktop:~$ sudo dpkg --configure -a dpkg: parse error, in file '/var/lib/dpkg/status' near line 26430: invalid package name (character `|' not allowed (only letters, digits and characters `-+._'))using Ubuntu 10.4
View 1 Replies
View Related
Sep 16, 2010
1. How to uninstall package that install from compiling tar gz file
2. how to stop some service ?
View 4 Replies
View Related
May 24, 2011
I've a 64-bit Ubuntu Linux machine. Linux version 2.6.28-14-generic (buildd@yellow) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC 2009 Ubuntu 9.04
Linux Debian 5.0 ( 2.6.28-14-generic x86_64)
When I tried to install the python-dev package on it using the command sudo apt-get install python-dev, I got following messages.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed: python-dev
0 upgraded, 1 newly installed, 0 to remove and 271 not upgraded.
Need to get 978B of archives.
After this operation, 24.6kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
python-dev
Install these packages without verification [y/N]? y
Err http://in.archive.ubuntu.com jaunty/main python-dev 2.6.2-0ubuntu1 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...buntu1_all.deb 404 Not Found [IP: 91.189.88.45 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Tried with --fix-missing option as well. Same errors in this case also. How I can install python-dev package on 64-bit Ubuntu Linux machine?
View 2 Replies
View Related
Mar 12, 2011
I am running Ubuntu 10.04 In Ubuntu Software Center I tried to remove Document Viewer. I then tried to install PDF Editor Neither worked and I got the below message The Package system is broken Check if you are using third party repositories. If so disable them, since they are a common source of problems. Furthermore run the following command in a Terminal: apt-get install -f� I tried to run apt-get install -f and got this message
david@leibnitz:~$ apt-get install -f
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
david@leibnitz:~$
I switched to root and got this
david@leibnitz:~$ apt-get install -f
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
david@leibnitz:~$ root
[code].....
At some point while trying install/uninstall I got a message that said to check the broken filter to see which file is broken. At present, I cannot install/uninstall programs. I do not know how to access the broken filter. And I cannot run apt-get install -f
View 5 Replies
View Related
Mar 22, 2009
I want to be able to do
sudo ./program.py
instead of always having to do
sudo python program.py
What do I need to change?
View 5 Replies
View Related
Nov 30, 2009
I've already used line split stuff to transform my data into something like this in a text file:
Code:
['1', '1', '3', '20.7505207']
['2', '1', '3', '23.0488319']
['3', '1', '3', '-1.5768747']
['4', '1', '3', '-26.4772491']
[code]....
How can I get this on a python program so I can manipulate it as an array?
View 3 Replies
View Related
Oct 27, 2010
in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work
View 3 Replies
View Related
Jul 17, 2010
Python 3 want situation for python 2?Python 2 become stop?
View 1 Replies
View Related
Jan 7, 2011
yum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:
[Code]....
View 2 Replies
View Related
Jun 19, 2011
I cannot uninstall Firefox, nor can I uninstall Chromium; one always stays if the other is uninstalled. For example, if I remove Firefox, Chromium will appear in its place and vice versa. This has got to be one of the weirdest bugs I've ever seen on Ubuntu! So, how can I uninstall both web browsers?
View 6 Replies
View Related