Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6740  / 1 Year ago, wed, may 10, 2023, 2:40:08

I want to install python-xml package on ubuntu.
I see this command for installing it:



sudo apt-get install python-xml



but



$ sudo apt-get install python-xmlReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-xml


Should I add repository to fix it?


More From » apt

 Answers
3

There is no python-xml package in the repository. What made you decide you need a package with that specific name? Are you looking for python-lxml instead? This is the common Python XML library that I believe most people use.


[#28537] Thursday, May 11, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lawain

Total Points: 150
Total Questions: 106
Total Answers: 101

Location: China
Member since Mon, Aug 22, 2022
2 Years ago
;