Announcement

Collapse
No announcement yet.

Small problem

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

    Small problem

    Hi
    I´m new to linux and Kubuntu but managed to get everything installed and running.( see my entry in this forum ). I am trying to upgrade the repository to include the universal ones. I have tried with adept and SPM to activate but no luck. I don´t understand the ` uncomment the following two lines ` in adept. All I´ve managed to do so far is crash the system and lose amarok along the way.
    There is probably a simple solution but sometimes the simple things are the most challenging for beginners.
    Thanks
    PS Managed to get amarok back off the cd

    #2
    Re: Small problem

    in a konsole write
    sudo kate

    this will open the text editor kate

    browse to the etc/apt/sources list
    you can then remove the # from the lines that are marked as such to enable the extra repositories ...

    Comment


      #3
      Re: Small problem

      open adept and go to manage repositories. Right click on the repos that are faded and choose enable. After enabling all the repos, choose apply apply at bottom of screen. make sure to do apply or the repos won't be added.
      Charlie
      I tried Enlightenment once, it was pretty cool.

      Comment


        #4
        Re: Small problem

        in a konsole write
        sudo kate

        this will open the text editor kate

        browse to the etc/apt/sources list
        you can then remove the # from the lines that are marked as such to enable the extra repositories ...

        tried this......
        got this........?
        lutz@lutzlaptop:~$ sudo kate
        Password:
        X Error: BadDevice, invalid or uninitialized input device 166
        Major opcode: 144
        Minor opcode: 3
        Resource id: 0x0
        Failed to open device
        X Error: BadDevice, invalid or uninitialized input device 166
        Major opcode: 144
        Minor opcode: 3
        Resource id: 0x0
        Failed to open device
        ScimInputContextPlugin()

        Huh?

        Comment


          #5
          Re: Small problem

          For kde graphical applications, use kdesu instead of sudo.

          Try this:
          Code:
          kdesu kate
          Or:
          Code:
          kdesu kate /etc/apt/sources.list
          to directly open the file in kate.
          Mark<br />Kubuntu 8.04 on IBM X41T/ Pentium M LV 1.5 GHz/1GB DDR2/60GB HDD/Dual-boot with Windows XP Tablet Edition<br />Kubuntu 6.06 on Shuttle SD11G5 mini-server/ Pentium M 2 GHz/1 GB DDR2/80 GB notebook HD/500 GB SATA II HD

          Comment


            #6
            Re: Small problem

            Another method for opening a file to edit as root is to browse ti the file concerned, right click and select actions > edit as root

            Comment

            Working...
            X