Announcement

Collapse
No announcement yet.

Install Ubuntu from Kubuntu/Adept

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

    Install Ubuntu from Kubuntu/Adept

    when I run...
    Code:
    sudo apt-get install ubuntu-desktop
    I get...
    Code:
    E: Couldn't find package ubuntu-desktop
    I've learned that this happens when I don't have the correct repositories enabled, but I can't seem to find a place where anyone says "if you want to install [xxxx] application, enable [yyyy] repository"

    what repository (and public key?) do I need to enable in order to install ubuntu?

    #2
    Re: Install Ubuntu from Kubuntu/Adept

    Do a

    Code:
    aptitude search -v ubuntu-desktop
    What does it say?
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: Install Ubuntu from Kubuntu/Adept

      Originally posted by toad
      Do a

      Code:
      aptitude search -v ubuntu-desktop
      What does it say?
      p edubuntu-desktop - edubuntu desktop system
      p edubuntu-desktop-kde - edubuntu desktop system with KDE desktop
      i kubuntu-desktop - Kubuntu desktop system
      p ubuntu-desktop - The Ubuntu desktop system
      p xubuntu-desktop - Xubuntu desktop system

      Comment


        #4
        Re: Install Ubuntu from Kubuntu/Adept

        Wow, that wasn't very helpful now, was it! I suppose it does tell us that the package ubuntu-desktop actually exists and that you haven't got it installed...

        Can you install other packages? Methinks that perhaps your /etc/apt/sources.list needs tweaking followed by a
        Code:
        sudo apt-get update
        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

        Comment


          #5
          Re: Install Ubuntu from Kubuntu/Adept

          The contents of my /etc/apt/sources.list...
          I tried enabling the Ubuntu-desktop disc I have, in Adept, hence that entry. I do not understand why so many verifications failed, perhaps therein lies the issue?

          #
          deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081028)]/ intrepid main restricted

          deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081028)]/ intrepid main restricted
          # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
          # newer versions of the distribution.

          deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted
          deb-src http://archive.ubuntu.com/ubuntu/ intrepid restricted main multiverse universe #Added by software-properties

          ## Major bug fix updates produced after the final release of the
          ## distribution.
          deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
          deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates restricted main multiverse universe #Added by software-properties

          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team. Also, please note that software in universe WILL NOT receive any
          ## review or updates from the Ubuntu security team.
          deb http://archive.ubuntu.com/ubuntu/ intrepid universe
          deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe

          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team, and may not be under a free licence. Please satisfy yourself as to
          ## your rights to use the software. Also, please note that software in
          ## multiverse WILL NOT receive any review or updates from the Ubuntu
          ## security team.
          deb http://archive.ubuntu.com/ubuntu/ intrepid multiverse
          deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

          ## Uncomment the following two lines to add software from the 'backports'
          ## repository.
          ## N.B. software from this repository may not have been tested as
          ## extensively as that contained in the main release, although it includes
          ## newer versions of some applications which may provide useful features.
          ## Also, please note that software in backports WILL NOT receive any review
          ## or updates from the Ubuntu security team.
          # deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

          ## Uncomment the following two lines to add software from Canonical's
          ## 'partner' repository. This software is not part of Ubuntu, but is
          ## offered by Canonical and the respective vendors as a service to Ubuntu
          ## users.
          deb http://archive.canonical.com/ubuntu intrepid partner
          deb-src http://archive.canonical.com/ubuntu intrepid partner

          # Line commented out by installer because it failed to verify:
          # deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
          # Line commented out by installer because it failed to verify:
          # deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
          # Line commented out by installer because it failed to verify:
          # deb http://security.ubuntu.com/ubuntu intrepid-security universe
          # Line commented out by installer because it failed to verify:
          # deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
          # Line commented out by installer because it failed to verify:
          # deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
          # Line commented out by installer because it failed to verify:
          # deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
          deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.1)]/ intrepid main restricted
          deb http://security.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe
          deb-src http://archive.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe #Added by software-properties
          deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted

          Comment


            #6
            Re: Install Ubuntu from Kubuntu/Adept

            Thank you. I take it you have no issues getting onto the internet and that you have a flatrate. If so, please carry on...

            I'd uncomment all the CD entries (simply put a # in the first position of all cdrom lines). Now do
            Code:
            sudo apt-get update
            Do you get any error messages? If so, please post them. If not, you should now be able to install the ubuntu-desktop package.
            Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

            Comment


              #7
              Re: Install Ubuntu from Kubuntu/Adept

              Okay, I ran
              Code:
              sudo nano /etc/apt/sources.list
              Commented out the lines pertaining to the CDROM
              Then I ran the update and installed.

              I came back and my computer was off... I may have not plugged in the laptop's power supply all the way. Anyway, when I rebooted I got to the login screen, selected Gnome and it only went as far as loading the background. no mas.

              Any thoughts on the issue? I ran the install command again and it printed:
              ubuntu-desktop is already the newest version.
              0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

              Is there a way to look over the log/verify the install completed... maybe it didn't finish?

              Comment


                #8
                Re: Install Ubuntu from Kubuntu/Adept

                Code:
                sudo apt-get install -f
                Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                Comment


                  #9
                  Re: Install Ubuntu from Kubuntu/Adept

                  Originally posted by KeepItFunky
                  ...when I rebooted I got to the login screen, selected Gnome and it only went as far as loading the background. no mas.
                  I dunno, maybe it just needed to reboot one more time, Everything is working. I am writing this post from Firefox in Gnome Kubuntu!

                  Thanks for all the help Toad!!

                  Comment


                    #10
                    Re: Install Ubuntu from Kubuntu/Adept

                    You're welcome - could I ask you to mark the matter as solved please? For details see my signature.

                    Thanks
                    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                    Comment

                    Working...
                    X