ubuntu tweaks will not install

Asked by Bob

this is what it said can anyone help thank you

status : Error: Dependency is not satisfiable: python (>= 2.7)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Bob
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

apt-cache policy ubuntu-tweak; lsb_release -a

Thanks

Revision history for this message
Bob (smith13) said :
#2

oem@freekbox:~$ apt-cache policy ubuntu-tweak; lsb_release -a
W: Unable to locate package ubuntu-tweak
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 10.04.3 LTS
Release: 10.04
Codename: lucid
oem@freekbox:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo add-apt-repository ppa:tualatrix/ppa; sudo apt-get update; sudo apt-get -y install ubuntu-tweak

Should do it

Revision history for this message
Bob (smith13) said :
#4

yes!! got it, thank you!