Tagged Questions
2
votes
2answers
687 views
How to find Pure-FTPd version
I have installed Pure-FTPd on my Ubuntu 10.04 LTS?
Which command will give the version of the server running?
1
vote
1answer
158 views
Reset Amarok version
I'm running Ubuntu 10.04 and I tried Amarok.
It was quite cool, but I wanted to try the latest version so I typed into the console:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get ...
3
votes
2answers
3k views
How can I install a specific older version of Firefox and keep it from automatically updating?
I wrote a bash script to configure a suite of tools for continuous integration on top of Ubuntu 10.04.2. The script recently stopped working and I tracked the problem down to the newer version of ...
0
votes
3answers
230 views
How do I install tar 1.20?
I have tar 1.22 installed and I need tar 1.20. I tried:
sudo apt-get install tar=1.20
but I got:
Version '1.20' for 'tar' was not found
When I looked more closely it turned out that the ...
3
votes
1answer
1k views
What version of syslog does Ubuntu 10.04.1 install default?
I am planning a rsyslog deployment for my department using Ubuntu 10.04.1 - I cannot seem to find which version of syslog Ubuntu installs by default in the documentation, syslog-ng, sysklogd, old ...
21
votes
5answers
12k views
Will python2.7 be available for 10.04 in the future?
Since Ubuntu 10.04 is an LTS release will it support python 2.7 as a default package maintainer version or at least have a python2.7 package in future?
Since it will be the last major python 2.x ...
7
votes
0answers
11k views
Downgrade from one version to a previous version? [duplicate]
Possible Duplicate:
How to roll back Ubuntu to a previous version?
Is it at all possible to downgrade from one version of Ubuntu to a previous version without doing a re-install similar to ...