Tagged Questions
0
votes
1answer
168 views
How do I ignore missing trusted keys in apt sources.list? [duplicate]
Possible Duplicate:
How do I bypass/ignore the gpg signature checks of apt?
i have a problem in ubuntu hardy:
i use an old hardy server that i may not upgrade with the historical sources:
...
1
vote
2answers
655 views
How do I install and use python 2.6? [closed]
I use ubuntu 8.04 as I have to use gcc 4.2. I tried to download python 2.6 using apt-get, but the package is not available.
Is there any way to use python 2.6 in ubuntu 8.04?
2
votes
2answers
1k views
Manually installing Python 2.6?
Ubuntu 8.04 comes with Python 2.5 and no 2.6 package support in the apt-get ecosystem. Searching around I found http://www.saltycrane.com/blog/2008/10/installing-python-26-source-ubuntu-hardy/ and all ...