Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: Ubuntu Trusty Partial Updates on New Install?

  1. #1
    Join Date
    Oct 2012
    Location
    Eugene, Or
    Beans
    378
    Distro
    Ubuntu 18.04 Bionic Beaver

    Question Ubuntu Trusty Partial Updates on New Install?

    Just installed Ubuntu Trusty via Live CD 1/18/2014. Updated then got list of Partial Updates. Have NOT installed Anything, Just LiveCD install & thats it.
    is this normal or what?
    here is the Partial upgrade List:

    raig@craig-Latitude-D830:~$ sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following packages have been kept back:
    account-plugin-aim account-plugin-jabber account-plugin-salut
    account-plugin-yahoo cheese cheese-common empathy empathy-common
    evolution-data-server evolution-data-server-common evolution-data-server-goa
    evolution-data-server-uoa gir1.2-javascriptcoregtk-3.0 gir1.2-totem-1.0
    gir1.2-webkit-3.0 gstreamer1.0-clutter ibus-pinyin ibus-pinyin-db-android
    libcamel-1.2-45 libcheese-gtk23 libcheese7 libclutter-1.0-0
    libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libjavascriptcoregtk-3.0-0
    libnm-gtk-common libnm-gtk0 libnss3 libqt5core5 libqt5dbus5 libqt5gui5
    libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5
    libqt5sql5-sqlite libqt5test5 libqt5widgets5 libqt5xml5 libtotem0
    libwebkitgtk-3.0-0 linux-generic linux-headers-generic linux-image-generic
    mcp-account-manager-uoa modemmanager nautilus-sendto-empathy network-manager
    network-manager-gnome python-pil totem totem-common totem-mozilla
    totem-plugins unity-webapps-service
    0 upgraded, 0 newly installed, 0 to remove and 55 not upgraded.
    The Answer Please if at all Possible

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Ubuntu Trusty Partial Updates on New Install??

    Partial updates are often part of per-release testing. Moved to Ubuntu + 1
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Dec 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu Trusty Partial Updates on New Install??

    Do this, in this exact order:

    sudo apt-get update

    sudo apt-get upgrade

    sudo apt-get dist-upgrade

    sudo apt-get update

    sudo apt-get clean

    sudo apt-get autoclean

    sudo apt-get autoremove

    That should do it.

    (And yes, you can combine some of those command together with &&, but, let's keep it simple.)

    Reference for all things APT, so that you have some idea of what you just did:

    https://help.ubuntu.com/community/AptGet/Howto

  4. #4
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu Trusty Partial Updates on New Install??

    You can also make aliases out of those CLI update/upgrade commands:

    gedit ~/.bashrc in terminal.

    add the blue lines after the other lines and save the file:

    Code:
    # some more ls aliases
    alias ll='ls -alF'
    alias la='ls -A'
    alias l='ls -CF'
    
    
    # update aliases
    alias ud='sudo apt-get update && sudo apt-get upgrade && sudo apt-get clean'
    alias ud2='sudo apt-get dist-upgrade'
    alias ud3='sudo apt-get autoremove'
    Logout and back in and then all you have to do is enter ud and your password in terminal to get your updates.
    If there is anything held back after getting all of the above updates, enter ud2.

    That will pull in upgraded packages that also need to install new packages. A new kernel is a good example of where you would use ud2.

    Then if you see it says you have unnecessary packages installed and it says enter apt-get autoremove to get rid of them just enter ud3 and that will do the job.

    This is how I always get my updates and it works well.

  5. #5
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Ubuntu Trusty Partial Updates on New Install??

    Quote Originally Posted by OrangeCrate View Post
    Do this, in this exact order:

    sudo apt-get update

    sudo apt-get upgrade

    sudo apt-get dist-upgrade

    sudo apt-get update

    sudo apt-get clean

    sudo apt-get autoclean

    sudo apt-get autoremove

    That should do it.

    (And yes, you can combine some of those command together with &&, but, let's keep it simple.)

    Reference for all things APT, so that you have some idea of what you just did:

    https://help.ubuntu.com/community/AptGet/Howto
    When using
    Code:
    sudo apt-get dist-upgrade
    also be very awake and look very carefully if some of package You might need are going to be removed...

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Ubuntu Trusty Partial Updates on New Install??

    I hope we have not forgotten this advice

    http://ubuntuforums.org/showthread.php?t=2181769

    I have only once accepted the offer to run a partial upgrade when using the development branch. Never again! In the early weeks of the development cycle not all the repositories are open and we get a message about that. Later on in the cycle we get the partial upgrade message. Such is life.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  7. #7
    Join Date
    Dec 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu Trusty Partial Updates on New Install??

    Lighten up kids, the OP is trying to sort out a fresh install.

    Just installed Ubuntu Trusty via Live CD
    If you have a better scheme on helping him out with his problem, post a solution, not some apocalyptic warning about taking a partial upgrade.

    On the other hand, he hasn't responded to any of the posts, so, maybe the world did end for him.

    Last edited by OrangeCrate; January 28th, 2014 at 11:11 PM.

  8. #8
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu Trusty Partial Updates on New Install??

    Quote Originally Posted by OrangeCrate View Post
    Lighten up kids, the OP is trying to sort out a fresh install.



    If you have a better scheme on helping me out of his problem, post a solution, not some apocalyptic warning about taking a partial upgrade.

    On the other hand, he hasn't responded to any of the posts, so, may the world did end for him.

    +1 LoL!

  9. #9
    Join Date
    Oct 2012
    Location
    Eugene, Or
    Beans
    378
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Ubuntu Trusty Partial Updates on New Install??

    ok Updated with Partial Upgrade no Problems. Even installed Cinnamon Desktop Nightly. No problems there either. Thanks OrangeCrate for full lis of commands. Cavsfan i skipped on making aliases out of the command, no need to make more complicated. thanks all
    The Answer Please if at all Possible

  10. #10
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu Trusty Partial Updates on New Install??

    Quote Originally Posted by Redalien0304 View Post
    Cavsfan i skipped on making aliases out of the command, no need to make more complicated. thanks all
    Glad to see you got it going but, the aliases were to make it easier not more complicated lol.

Page 1 of 4 123 ... 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
  •