Announcement

Collapse
No announcement yet.

[SOLVED] How to upgrade to Maverick on the command line??

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] How to upgrade to Maverick on the command line??

    The usual upgrade doesn't work. It doesn't find my proxy settings that I use everyday for command-line apt-get. Again, that works well, behind the proxy. But updating to 10.10 through the System Settings->Software Management->Software Update does not work. I can repeatedly do it, even with a restart, and get some error 253, saying it cannot connect to the Internet. If I do 'sudo apt-get' on the command line, everything is fine. Aside from this being a bug, I now wonder how to upgrade to 10.10 without going through System Settings??

    #2
    Re: How to upgrade to Maverick on the command line??

    Assuming you're upgrading from Lucid, update /etc/apt/sources.list like this -

    sudo sed 's/lucid/maverick/g' /etc/apt/sources.list

    then

    sudo apt-get update

    then

    sudo apt-get dist-upgrade


    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #3
      Re: How to upgrade to Maverick on the command line??

      Ah, the good old Debian way that I used 10 years ago is still working. I didn't think so, didn't want to damage anything. I'll report back when everything is done.
      I guess, I don't need to file yet-another-bug-report about the miserable proxy-settings in KDE? Just searching the existing ones shows a dozen, and none has ever been fixed. Oh well, the beauty of Free Software: instead of whining, fix it yourself ... .

      Uwe

      Comment


        #4
        Re: How to upgrade to Maverick on the command line??

        % sudo apt-get dist-upgrade
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        Calculating upgrade... Done
        The following packages will be REMOVED:
        gnumeric gnumeric-plugins-extra libblas-dev libblas3gf liblapack-dev
        liblapack3gf libvlc2 libvlccore2 r-base-dev vlc-nox
        The following NEW packages will be installed:
        gstreamer0.10-fluendo-mp3 kubuntu-restricted-addons libavutil-extra-50
        libdvbpsi6 libebml2 libmatroska2 librtmp0 libsox1b libvlc5 libvlccore4
        libx264-98 libzbar0 ubuntu-restricted-addons
        The following packages have been kept back:
        abiword abiword-plugin-grammar abiword-plugin-mathview asymptote
        chromium-browser dia epiphany-browser epiphany-browser-data esound f-spot
        foomatic-db-gutenprint gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad
        gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly
        gstreamer0.10-plugins-ugly-multiverse hpijs-ppds ijsgutenprint kdepimlibs5
        kile libabiword-2.8 libaiksaurusgtk-1.2-0c2a libasync-interrupt-perl
        libavcodec-extra-52 libavcodec-unstripped-52 libgoffice-0.8-8
        libgtkmathview0c2a libnet-ssleay-perl libqt4-assistant libqt4-webkit
        libseed0 libtunepimp5-mp3 libvte9 libwxgtk2.8-0 mplayer nspluginwrapper
        packagekit-backend-apt planner plymouth-x11 transcode wireshark
        wireshark-common xserver-xorg-video-v4l
        The following packages will be upgraded:
        abiword-common asymptote-doc cabextract chromium-browser-inspector
        chromium-codecs-ffmpeg-extra cntlm dvdrip dvdrip-utils feynmf
        flashplugin-installer gnumeric-common gnumeric-doc gnupg-curl gnuplot
        gnuplot-nox gnuplot-x11 gocr heirloom-mailx ia32-libs
        kubuntu-restricted-extras latex-xft-fonts liba52-0.7.4 libaiksaurus-1.2-0c2a
        libaiksaurus-1.2-data libanyevent-perl libarpack2 libass4 libatlas3gf-base
        libboost-program-options1.40.0 libcap2-bin libcddb2 libconfuse0
        libdirac-encoder0 libdvdnav4 libdvdread4 libglpk0 libgme0
        libgoffice-0.8-8-common libgraphicsmagick++3 libgraphicsmagick3
        libgssapi-krb5-2 libhdf5-serial-1.8.4 libio-socket-ssl-perl libiptcdata0
        libk5crypto3 libkrb5-3 libkrb5support0 liblink-grammar4 libmms0 libmp3lame0
        libmp4v2-0 libnuma1 libopenal1 libopenmpi1.3 libquicktime1 libsox-fmt-alsa
        libsox-fmt-base libssl0.9.8 libupnp3 libvte-common libwildmidi0
        libwxbase2.8-0 libxvidcore4 lilypond lilypond-data lilypond-doc
        link-grammar-dictionaries-en linux-libc-dev mplayer-doc nvidia-current
        octave3.2 octave3.2-common openssl psfontmgr r-base r-base-core r-base-html
        r-cran-boot r-cran-class r-cran-cluster r-cran-colorspace r-cran-foreign
        r-cran-lattice r-cran-maptools r-cran-mass r-cran-matrix r-cran-mgcv
        r-cran-multcomp r-cran-mvtnorm r-cran-rcmdr r-cran-relimp r-cran-rgl
        r-cran-sandwich r-cran-sm r-cran-sp r-cran-spatial r-cran-strucchange
        r-cran-vr r-cran-zoo r-doc-html r-recommended sox texlive-metapost
        texlive-xetex transcode-doc transcode-utils ttf-lyx ttf-sil-gentium tzdata
        tzdata-java ubuntu-restricted-extras unrar update-manager-core
        update-manager-kde vlc-data xine-ui
        116 upgraded, 13 newly installed, 10 to remove and 43 not upgraded.
        Need to get 333MB of archives.
        After this operation, 53.3MB disk space will be freed.


        As I feared, not any longer like in the good old days. Which is a pity.

        Uwe

        Comment


          #5
          Re: How to upgrade to Maverick on the command line??

          (K)ubuntu has a "do-release-upgrade" CLI tool which works pretty well.

          Comment


            #6
            Re: How to upgrade to Maverick on the command line??

            Originally posted by Adrian
            (K)ubuntu has a "do-release-upgrade" CLI tool which works pretty well.
            That's good to know!

            Uwe

            Comment

            Working...
            X