Announcement

Collapse
No announcement yet.

[SOLVED - KIND OF.... ] Can't install devede

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

    [SOLVED - KIND OF.... ] Can't install devede

    When I try and install devede, I get the following results:

    Code:
    dpich@dpichD5:~$ sudo apt-get install devede
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     devede: Depends: libavformat-extra-52 but it is not going to be installed
         Depends: libpostproc-extra-51 but it is not going to be installed
         Depends: libswscale-extra-0 but it is not going to be installed
    E: Broken packages
    dpich@dpichD5:~$

    #2
    Re: Can't install devede

    Meaning the application isn't (yet) available in Karmic.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Can't install devede

      my DeVeDe works just great.......but it was instaled in 9.04 befor I upgraded to 9.10 and has ben a held back upgrade sence uping to Karmic....for the same reasons you posted.

      the ver I have is DeVeDe 3.12 and is woking fine for me in Karmic!!

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        Re: Can't install devede

        I think it is OK now. I just installed it with no problems.

        Comment


          #5
          Re: Can't install devede

          Originally posted by Detonate
          I think it is OK now. I just installed it with no problems.
          witch ver.did you get mine is still 3.12 and wont up to 3.14 yet?

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Re: Can't install devede

            Originally posted by vinnywright
            Originally posted by Detonate
            I think it is OK now. I just installed it with no problems.
            witch ver.did you get mine is still 3.12 and wont up to 3.14 yet?

            VINNY
            scratch that even though Kpackagekit was blocking it I checked in synaptic and it sead it WAS upgradable and did.........now at 3.14.0

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              Re: Can't install devede

              3.14.0 is my installed version. That's on Karmic, 64 bit.

              Comment


                #8
                Re: Can't install devede

                Huh.... 3.14.0 just installed. Go figure.

                Thanks Guys!!

                Comment


                  #9
                  Re: Can't install devede

                  UNCLE!

                  I've got two systems. I have a Dell laptop and a System I built myself. Devede installed on the laptop just fine which is when I declared this fine. But the system I built myself is still giving me this error.

                  So what can I do to try and figure this out?

                  Comment


                    #10
                    Re: Can't install devede

                    Check your sources in your package manager if you are using one, and make sure all off the sources are active. Or you can simply open your sources file with the command:

                    kdesudo kate /etc/apt/sources.list

                    in a terminal and edit the sources file to make sure all of your sources are avaiable, then run:

                    sudo apt-get update

                    then

                    sudo apt-get install devede

                    Comment


                      #11
                      Re: Can't install devede

                      DeVeDe is in multiverse under utilitys!!



                      VINNY
                      i7 4core HT 8MB L3 2.9GHz
                      16GB RAM
                      Nvidia GTX 860M 4GB RAM 1152 cuda cores

                      Comment


                        #12
                        Re: Can't install devede

                        DeVeDe has a lot of dependencies. I don't know which repos all of them are in.

                        Comment


                          #13
                          Re: Can't install devede

                          Originally posted by Detonate
                          DeVeDe has a lot of dependencies. I don't know which repos all of them are in.
                          varey true.

                          VINNY
                          i7 4core HT 8MB L3 2.9GHz
                          16GB RAM
                          Nvidia GTX 860M 4GB RAM 1152 cuda cores

                          Comment


                            #14
                            Re: Can't install devede

                            I did a 'cat' through my /etc/apt/sources.list. Here are two multiverse lines that are commented out.

                            Code:
                            # deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-backports main restricted universe multiverse
                            # deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-backports main restricted universe multiverse
                            Are these the ones you are referring too?

                            Comment


                              #15
                              Re: Can't install devede

                              no thats the backports.

                              what you nead look's like this.

                              ## 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://us.archive.ubuntu.com/ubuntu/ karmic universe
                              deb-src http://us.archive.ubuntu.com/ubuntu/ karmic universe
                              deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates universe
                              deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-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://us.archive.ubuntu.com/ubuntu/ karmic multiverse
                              deb-src http://us.archive.ubuntu.com/ubuntu/ karmic multiverse
                              deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
                              deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
                              and posabley mediabuntu but the 2 I listed for shure

                              I just checked in synaptic....and I use it a lot ....DeVeDe that is.

                              VINNY

                              i7 4core HT 8MB L3 2.9GHz
                              16GB RAM
                              Nvidia GTX 860M 4GB RAM 1152 cuda cores

                              Comment

                              Working...
                              X