Hi, please don't forget to send a copy of your mails to the bug report so everyone can follow the progress of the bug.
On Mon, 2004-02-23 at 07:00, Rishi Gangoly wrote: > When I type apt-get update / upgrade, it does upgrade openoffice. I'm > thinking > that's because of some screw up in my sources.list configuration file. I don't understand. Did you mean it doesn't upgrade openoffice, not that it does? > Any ideas which one I be on if I want to install -6 of open office? > - unstable > - testing > - stable You can find out which version of the packages is in which distribution by going to http://packages.debian.org/<packagename>, i.e. http://packages.debian.org/openoffice.org -6 is in unstable. > I think my home PC is on testing/stable ... That's probably the problem right? Yes, it will take a while for -6 to reach testing because we don't have a machine available at the moment to build for the sparc architecture. You could temporarily add unstable to your sources.list. But first set your default release to testing so that no other packages get upgraded to unstable versions. Create a file /etc/apt/apt.conf.d/default-release containing the line: APT::Default-Release "testing"; Then add a line in your sources.list for unstable main: deb http://ftp.debian.org[or whatever your mirror is]/debian main unstable Run 'apt-get update' and then apt-get -t unstable install openoffice.org That should hopefully upgrade just openoffice.org and the dependencies it needs. Chris