Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: 10.4 Questions

  1. #1
    Join Date
    Apr 2010
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    10.4 Questions

    When 10.4 comes out:

    1. Will it show up in daily updates?

    2. Will Firefox update to the latest Firefox release?

    3. Will I have to download the new distro to a USB stick or will it download via update?

    4. Will new software be made available via Applications?

  2. #2
    Join Date
    May 2008
    Beans
    2,526

    Re: 10.4 Questions

    Quote Originally Posted by sheepdog9090 View Post
    When 10.4 comes out:

    1. Will it show up in daily updates? There will be an Upgrade option

    2. Will Firefox update to the latest Firefox release? It will upgrade to the version that's in Lucid not the latest beta if that's what you mean.

    3. Will I have to download the new distro to a USB stick or will it download via update? No, and yes. 2 part question, 2 part answer.

    4. Will new software be made available via Applications? If there are new apps. in Lucid then they will be available once you upgrade to it.
    Hope that helps
    Ultimate Edition Links

  3. #3
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: 10.4 Questions

    To clarify question 3 and the above answer: you dont have to burn a cd or usb stick, you can upgrade just like you do an update.
    edit: oh well, already clarified as I was typing my clarification lol

  4. #4
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: 10.4 Questions

    My general advice is to save your /home directory. You should also save your installed applications as a list and restore them. I have that on a "cheat sheet" at home and I don't want to try to tell you how to do that from memory. Someone will have it shortly, I imagine. I'd also save your hosts file and some others. Sorry. Cheat sheet again.

    Do the above in either case, but I usually recommend a clean install over an upgrade. Your choice.

    If you decide to do an upgrade, have a look here for how to do it from GUI. This is for upgrade to Karmic, but the steps are the same.

    http://www.ubuntu.com/getubuntu/upgrading

    If you want to do it from the command line, the preferred method is

    Get your current version up to date:

    Code:
    sudo apt-get update
    Code:
    sudo apt-get upgrade
    Code:
    sudo apt-get dist-upgrade
    If you don't have it, do

    Code:
     sudo apt-get install update-manager-core
    And finally

    Code:
    sudo do-release-upgrade
    Last edited by QIII; April 22nd, 2010 at 07:22 PM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  5. #5
    Join Date
    May 2008
    Beans
    2,526

    Re: 10.4 Questions

    Quote Originally Posted by QIII View Post
    Although my general advice is to save your /home directory.

    You should also save your installed applications as a list and restore them. I have that on a "cheat sheet" at home and I don't want to try to tell you how to do that from memory. Someone will have it shortly, I imagine.
    A few ways.
    http://lovinglinux.megabyet.net/?page_id=534
    and
    Quote Originally Posted by ajgreeny View Post
    You can either:-

    CREATE A LIST OF INSTALLED PACKAGES
    Code:
    sudo dpkg --get-selections > installed-software
    will list everything on the computer and if you want to use the list to reinstall this software on a fresh ubuntu setup,
    Code:
    sudo dpkg --set-selections < installed-software
    followed by:-
    Code:
    sudo apt-get dselect-upgrade
    Or:-

    Code:
    sudo -i
    cd /root/.synaptic/log
    cat /root/.synaptic/log/*.log > /home/andrew/dpkg-$(date +%F).log
    Will produce file called dpkg-2010-02-11.log (dpkg-year-month-day.log) in home listing everything that has been done with synaptic, or update-manager, but not, I think anything that you've done with apt-get
    Quote Originally Posted by LeFish View Post
    Hi!

    I think I found an answer on my question myself

    Using this selfwritten script I get two lists, importable to Synaptic

    Code:
    #!/bin/bash
    
    for i in `dpkg -l "*" | egrep -oh '^ii  [[:graph:]]*' | cut -b 5-`; do
    	echo -e "$i\t\tinstall" >> ./install.txt
    done
    
    for i in `dpkg -l "*" | egrep -oh '^un  [[:graph:]]*' | cut -b 5-`; do
    	echo -e "$i\t\tdeinstall" >> ./deinstall.txt
    done
    What do you guys say?

    LeFish
    Last edited by 2hot6ft2; April 22nd, 2010 at 07:24 PM.
    Ultimate Edition Links

  6. #6
    Join Date
    Apr 2010
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: 10.4 Questions

    Thank you for the advice. I will back up as indicated and wait until the 29th to see how it goes.
    Last edited by sheepdog9090; April 22nd, 2010 at 07:30 PM. Reason: Add word

  7. #7
    Join Date
    Apr 2010
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 10.4 Questions

    Is it best to wait on the final release or should I move to 10.4 now? Any advice. Keep in mind I'm a noob.

  8. #8
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: 10.4 Questions

    If you want to try it out, feel free to download it and run it from a cd.

    I would definately advice against upgrading to it before release, and in general I would rather test it before I upgrade an existing install. Keep in mind, there is no way to downgrade if lucid doesnt work on your machine (and it does cause "new" problems on a few of my machines, mostly with wifi and standby/resume).

  9. #9
    Join Date
    Nov 2009
    Beans
    25

    Re: 10.4 Questions

    I just re-installed 9.10. P4man, I had the same issue with standby/resume issues. I went back to 9.10 until the final release comes out and hopefully these bugs get worked out. I know 10.4 slowed my machine down terribly. It took on average 10 secs for firefox or any other browser to open up. To all, I would definately wait for the final release to come out in 2 weeks..... But I will never go back to winshits again. My imac is great and I absolutely love this Ubuntu 9.10 I'm using now. Hell, this thing survived my entire deployment to afghanistan and runs wonderfully.... I pray 10.4 winds up being as stable as 9.1....

  10. #10
    Join Date
    Jun 2007
    Beans
    1,941

    Re: 10.4 Questions

    Weird, I had suspend issues with 9.10, upgraded to beta1 on my lappy and it works like a charm now!

    YMMV I guess.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •