#solved synaptic python problem

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

Post Reply
calimerox
Established Member
Posts: 92
Joined: Thu Oct 30, 2008 12:46 pm

#solved synaptic python problem

Post by calimerox »

dont know if i type this here in the right place, I have an issue with my synaptic, I use cadence under dream studio and when i try to run updates I get this error message:
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
missing description
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
missing maintainer
dpkg: error: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
missing version
E: Sub-process /usr/bin/dpkg returned an error code (2)
A package failed to install. Trying to recover:

maybe theres something obvious i have to do? Thanks! :)
Last edited by calimerox on Tue Apr 09, 2013 6:57 pm, edited 1 time in total.
wolftune
Established Member
Posts: 1350
Joined: Fri Feb 24, 2012 7:40 pm
Location: Portland, OR
Been thanked: 2 times
Contact:

Re: synaptic python problem

Post by wolftune »

Solution:
sudo apt-get update
sudo apt-get dist-upgrade

That will update your system

Then
sudo apt-get install muon
Muon 2.0 is out now! Yay!
Then use Muon and forget abut synaptic. Maybe use muon to remove synaptic!

Sorry I know this isn't exactly right but it is actually what I recommend
Aaron Wolf
Music teacher, scholar
http://wolftune.com
calimerox
Established Member
Posts: 92
Joined: Thu Oct 30, 2008 12:46 pm

Re: synaptic python problem

Post by calimerox »

Aaron,

thanks for your advice, unfortunately exactly the same problem persists

Code: Select all

Get:1 http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu/ precise/main liblinuxsampler i386 1.0.0+svn2440-0~precise2 [7,095 kB]
Get:2 http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu/ precise/main linuxsampler i386 1.0.0+svn2440-0~precise2 [75.9 kB]
Get:3 http://ppa.launchpad.net/kxstudio-team/plugins/ubuntu/ precise/main guitarix i386 0.26.0-0~precise2 [20.1 MB]
Fetched 27.2 MB in 1min 17s (351 kB/s)                                         
Extracting templates from packages: 100%
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
 missing description
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
 missing maintainer
dpkg: error: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
 missing version
E: Sub-process /usr/bin/dpkg returned an error code (2)
I ll look into muon asap!!
calimerox
Established Member
Posts: 92
Joined: Thu Oct 30, 2008 12:46 pm

Re: synaptic python problem

Post by calimerox »

Thanks Falk,
it first seemed to work out, then i got this message
Extracting templates from packages: 100%
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
missing description
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
missing maintainer
dpkg: error: parsing file '/var/lib/dpkg/available' near line 29791 package 'python3.3-elementtree':
missing version
E: Sub-process /usr/bin/dpkg returned an error code (2)
hmm, seems it didnt change...
calimerox
Established Member
Posts: 92
Joined: Thu Oct 30, 2008 12:46 pm

Re: synaptic python problem

Post by calimerox »

I got it searching the net I found this solution here

http://ubuntuforums.org/showthread.php? ... 596526fe20

Code: Select all

sudo dpkg --clear-avail && sudo apt-get update
and

Code: Select all

sudo apt-get -f install
:D
Post Reply