Announcement

Collapse
No announcement yet.

Trying to start ProjectCenter

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

    #16
    Re: Trying to start ProjectCenter

    Hi,

    here is the output from each of the comands you gave:

    paul@hogs:~$ cat /etc/apt/sources.list
    #deb cdrom:[Kubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080701.2)]/ hardy mai
    n restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted
    deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
    deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main restricted

    ## 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
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://gb.archive.ubuntu.com/ubuntu/ hardy universe
    deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy universe
    deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates universe
    deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-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://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
    deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
    deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
    deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-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 http://gb.archive.ubuntu.com/ubuntu/ hardy-backports main restricted unive
    rse multiverse
    # deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-backports main restricted u
    niverse 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 hardy partner
    # deb-src http://archive.canonical.com/ubuntu hardy partner

    deb http://security.ubuntu.com/ubuntu hardy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
    deb http://security.ubuntu.com/ubuntu hardy-security universe
    deb-src http://security.ubuntu.com/ubuntu hardy-security universe
    deb http://security.ubuntu.com/ubuntu hardy-security multiverse
    deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
    paul@hogs:~$


    paul@hogs:~$ locate projectcenter
    /usr/share/doc/projectcenter.app
    /usr/share/doc/projectcenter.app/ANNOUNCE
    /usr/share/doc/projectcenter.app/AUTHORS
    /usr/share/doc/projectcenter.app/ChangeLog-1.gz
    /usr/share/doc/projectcenter.app/README
    /usr/share/doc/projectcenter.app/README.contributions
    /usr/share/doc/projectcenter.app/SCHEME
    /usr/share/doc/projectcenter.app/TODO
    /usr/share/doc/projectcenter.app/changelog.Debian.gz
    /usr/share/doc/projectcenter.app/changelog.gz
    /usr/share/doc/projectcenter.app/copyright
    /usr/share/lintian/overrides/projectcenter.app
    /usr/share/menu/projectcenter.app
    /var/cache/apt/archives/projectcenter.app_0.4.3-3ubuntu1_i386.deb
    /var/lib/dpkg/info/projectcenter.app.list
    /var/lib/dpkg/info/projectcenter.app.md5sums
    /var/lib/dpkg/info/projectcenter.app.postinst
    /var/lib/dpkg/info/projectcenter.app.postrm
    /var/lib/dpkg/info/projectcenter.app.shlibs
    paul@hogs:~$


    paul@hogs:~$ sudo apt-get check projectcenter.app
    [sudo] password for paul:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done

    paul@hogs:~$ sudo apt-get install -f
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 102 not upgraded.

    Comment


      #17
      Re: Trying to start ProjectCenter

      Originally posted by FreeCare
      0 upgraded, 0 newly installed, 0 to remove and 102 not upgraded.
      Why are you not upgrading? This may be at the root of all your problems

      Also, you may want to change your sources.list file to include restricted universe and multiverse (you have to get rid of the # in front of the lines starting with deb, this can only be done as root) followed by a sudo apt-get update followed by a sudo apt-get upgrade.
      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


        #18
        Re: Trying to start ProjectCenter

        Mmm why am I not upgrading? I haven't a clue?

        If I run adept manager I thought that installed the packages and made them reay to use?

        If I ran it as sudo adept-get I also presumed that takes care of everything?

        I will change the sources as suggested but how do I MAKE it update/upgrade?

        Thanks for your help...

        Comment


          #19
          Re: Trying to start ProjectCenter

          To update following a change of repositories or a reboot:

          Code:
          sudo apt-get update
          To upgrade:

          Code:
          sudo apt-get upgrade
          You may have to do it twice or throw a

          Code:
          sudo apt-get dist-upgrade
          in between for all the repositories to work together well and give a nice clean upgrade.
          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


            #20
            Re: Trying to start ProjectCenter

            getting rather down now

            I changed the sources list as suggested

            I performed sudo apt-get dist-upgrade which ran for some time...

            The I purged/removed projectcenter.app and tried sudo apt-get install projectcenter.app which churned away saying it was installing.

            Back to square one! both projectcenter and projectcenter.app return command not found.

            removed/purged again and installed again via adept manager and it says all install.

            same ole same ole.....command not found!

            am I the only one experiencing this? If so as a noob pray tell what am doing wrong?

            Thanks




            Comment


              #21
              Re: Trying to start ProjectCenter

              Help is most likely going to be found in the GNUstep Forum
              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


                #22
                Re: Trying to start ProjectCenter

                oooo good tip! ta

                Comment


                  #23
                  Re: Trying to start ProjectCenter

                  And I was going to say that you should make use of

                  paul@hogs:~$ locate projectcenter
                  /usr/share/doc/projectcenter.app
                  /usr/share/doc/projectcenter.app/ANNOUNCE
                  /usr/share/doc/projectcenter.app/AUTHORS
                  /usr/share/doc/projectcenter.app/ChangeLog-1.gz
                  /usr/share/doc/projectcenter.app/README
                  /usr/share/doc/projectcenter.app/README.contributions
                  /usr/share/doc/projectcenter.app/SCHEME
                  /usr/share/doc/projectcenter.app/TODO
                  /usr/share/doc/projectcenter.app/changelog.Debian.gz
                  /usr/share/doc/projectcenter.app/changelog.gz
                  /usr/share/doc/projectcenter.app/copyright
                  /usr/share/lintian/overrides/projectcenter.app
                  /usr/share/menu/projectcenter.app
                  /var/cache/apt/archives/projectcenter.app_0.4.3-3ubuntu1_i386.deb
                  /var/lib/dpkg/info/projectcenter.app.list
                  /var/lib/dpkg/info/projectcenter.app.md5sums
                  /var/lib/dpkg/info/projectcenter.app.postinst
                  /var/lib/dpkg/info/projectcenter.app.postrm
                  /var/lib/dpkg/info/projectcenter.app.shlibs
                  and delete the lot...

                  But you'll probably get better info there
                  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


                    #24
                    Re: Trying to start ProjectCenter

                    Assuming you find the answer in their forum, and you get it all working, please consider posting a HOWTO on what to do to get it all working.
                    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


                      #25
                      Re: Trying to start ProjectCenter

                      I certainly will, that forum is a bit of an odd one tho!

                      But I shall continue to plod on....

                      Comment


                        #26
                        Re: Trying to start ProjectCenter

                        so far the only file I could delete is the .deb one as all the others report the file does not exist!

                        if I do ls -l they are not there!

                        If I do locate projectcenter.app the paths get listed!!!

                        I must say coming from windoze and vs.net I am finding this all rather frustrating fight the system all the way just to get the ide to work even before I can start to learn obj-c!

                        yoinks surely it should be easier than this?

                        Fresh install of Kubuntu
                        Install the required apps via adept manager
                        informed all installed
                        but can get the thing to run!

                        Comment


                          #27
                          Re: Trying to start ProjectCenter

                          The command locate calls on the database you create when you do sudo updatedb. So any changes since the last update will not be reflected when using locate. Otherwise a fine tool, though!
                          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


                            #28
                            Re: Trying to start ProjectCenter

                            well jiggydy jig you are right

                            nice one! no more entries

                            back to getting pc to work ;-)

                            Comment


                              #29
                              Re: Trying to start ProjectCenter

                              so just so I know...

                              when installing an app and to ensure al the required programs are installed should I use sudo apt-get install of adept manager?

                              I have been using adept manager under the impression it ensured all other required components would be installed.

                              I went to the ProjectCenter site and downloaded the intsall file and could not get it to install?

                              I extracted it which defaulted to my home folder and followed the instructs to make install but all I get is errors?

                              I have now used adept manager to remove projectcenter, gnustep and gorm so nothing is installed.

                              can anyone talk me thru the steps I need to do to get this sorted....beg beg grovel grovel?


                              Comment


                                #30
                                Re: Trying to start ProjectCenter

                                adept is a front end to apt. I prefer apt 'cos it is quicker, nothing wrong with adept though...

                                As for downloading single deb packages, that is a different issue. It is always preferable to get something from the repos as either adept or apt make sure all dependencies are met and automatic updates are also handled.

                                Anyway, now you can try a
                                Code:
                                sudo apt-get install projectcenter.app
                                How knows, it might actually work
                                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