downgrade sh to 3.1 - debian lenny - how?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting downgrade sh to 3.1 - debian lenny - how?
# 1  
Old 12-13-2009
downgrade sh to 3.1 - debian lenny - how?

Hello,

i'd need to downgrade sh to the latest 3.1 version, been trying to pin the version in apt preferences or use aptitude but it doesn't want to work. (Best possible to GNU bash, version 3.1.17(1)-release (x86_64-pc-linux-gnu))

Code:
Linux version 2.6.26-2-amd64 (Debian 2.6.26-19lenny2) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Nov 5 02:23:12 UTC 2009

Code:
root:/etc/apt# sh --version
GNU bash, version 3.2.39(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Chrome browser no longer working on my debian lenny 5

Hi All, My chrome browser was working correctly on my Debian Lenny 5 PC..Today i downloaded the version from google and tried to install the deb from command line as follows: dpkg -i <latest-chrome-package> The installation failed but now my existing old chrome browser is not starting. ... (2 Replies)
Discussion started by: coolatt
2 Replies

2. Red Hat

Linux Downgrade

Hello Team, What's the procedure to downgrade the kernel . If we modify the grub.conf manually and rebooting to the old version what will be affect ?? Will it work perfect ? Regards, Gowtham.G (1 Reply)
Discussion started by: gowthamakanthan
1 Replies

3. Debian

[Lenny] I seem to have broken X...

I have been running Debian Lenny on this current PC for about a year. Since installation, I have had no major issues. Last night, I lazily tapped out: $ sudo aptitude update $ sudo aptitude upgrade I quickly scanned what it said would be changed and did not notice anything that may be... (12 Replies)
Discussion started by: Elric of Grans
12 Replies

4. Red Hat

Downgrade RedHat EL 5.3 to 5.2

HI, is there any way to downgrade my redhat el-5.3 to el-5.2? thanks... (10 Replies)
Discussion started by: zing_foru
10 Replies

5. Debian

How to install Java in Debian Lenny

Hi all im trying to install Java in Debian lenny with apt-get install but can find the packages...anyone can help me on this one? thanks (2 Replies)
Discussion started by: ro0t3d
2 Replies

6. Debian

Remotely unlock ssh key (Gnome, Debian Lenny)

Hi, I don't think this is a new problem, but I can't find a solution anywhere, and it's quite annoying: In the office, I have a workstation running Debian Lenny with Gnome, and I've copied my ssh key to some other machines for secure and easy login without havin' to remember all the passwords.... (8 Replies)
Discussion started by: harald
8 Replies

7. Debian

Debian Lenny update problems

Hi everybody! I have a very big problem, I can not make any updates on my debian lenny. I get everytime this errors with apt-get update: Err http://security.debian.org lenny/updates Release.gpg Connection failed Err http://www.backports.org lenny-backports Release.gpg Connection... (2 Replies)
Discussion started by: magge
2 Replies

8. Debian

Lenny upgrade and my CD-ROM...

I recently upgraded from Etch to Lenny. There were a few hiccoughs, but I was able to sort most of these out myself. There is just one little niggle left that I have no idea how to go about fixing. My CD-ROM now ejects on boot, and will not stay closed. When I boot the system, I notice that... (0 Replies)
Discussion started by: Elric of Grans
0 Replies

9. AIX

downgrade from AIX 6.1 to 5.3

Hi all, This is my first post on this forum :) I have a very small AIX admin experience and for my first week in this new company, i got to downgrade a P5 server from AIX 6.1 to 5.3... so I have a few questions because I never did an install of AIX before nor a downgrade.. - No data need to... (3 Replies)
Discussion started by: liumang
3 Replies
Login or Register to Ask a Question
APTITUDE-CREATE()														 APTITUDE-CREATE()

NAME
aptitude-create-state-bundle - bundle the current aptitude state SYNOPSIS
aptitude-create-state-bundle [<options>...] <output-file> DESCRIPTION
aptitude-create-state-bundle produces a compressed archive storing the files that are required to replicate the current package archive state. The following files and directories are included in the bundle: o $HOME/.aptitude o /var/lib/aptitude o /var/lib/apt o /var/cache/apt/*.bin o /etc/apt o /var/lib/dpkg/status The output of this program can be used as an argument to aptitude-run-state-bundle(1). OPTIONS
--force-bzip2 Override the autodetection of which compression algorithm to use. By default, aptitude-create-state-bundle uses bzip2(1) if it is available, and gzip(1) otherwise. Passing this option forces the use of bzip2 even if it doesn't appear to be available. --force-gzip Override the autodetection of which compression algorithm to use. By default, aptitude-create-state-bundle uses bzip2(1) if it is available, and gzip(1) otherwise. Passing this option forces the use of gzip even if bzip2 is available. --help Print a brief usage message, then exit. --print-inputs Instead of creating a bundle, display a list of the files and directories that the program would include if it generated a bundle. FILE FORMAT
The bundle file is simply a tar(1) file compressed with bzip2(1) or gzip(1), with each of the input directory trees rooted at ".". SEE ALSO
aptitude-run-state-bundle(1), aptitude(8), apt(8) AUTHOR
Daniel Burrows <dburrows@debian.org> Author. COPYRIGHT
Copyright 2007 Daniel Burrows. This manual page is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This manual page is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. APTITUDE-CREATE()