Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 80

Thread: How do you install Firebird SQL in Ubuntu?

  1. #11
    Join Date
    Mar 2008
    Location
    Cracow in Heart
    Beans
    1,938

    Re: How do you install a program in Ubuntu?

    hi,
    before getting frustrated because linux does not act the way you want it to,
    I would have a read in the Ubuntu Pocket Guide.


    Beside this I am sure I can leave you with alone with the help of the other helpful users.
    Installing new applications is really not difficult, once you get accustomed to the new system.
    Keep it real. Keep it nice.
    [SIGPIC][/SIGPIC]Shooting Ubuntu



  2. #12
    Join Date
    Sep 2009
    Location
    Temecula, California, USA
    Beans
    118
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do you install a program in Ubuntu?

    Quote Originally Posted by halitech View Post
    no, you don't want to edit the file and add that info, it will break things worse. In the terminal, run
    Code:
    sudo apt-get update && sudo apt-get install -f
    post any output here if there are errors as well as the output of
    Code:
    cat /etc/apt/sources.list

    I'm embarrassed to say that I don't even understand what you're asking for.
    you wrote "post any output here if there are erros as well as the out of ..."
    Post output as a reply to this message?

  3. #13
    Join Date
    Sep 2009
    Location
    Temecula, California, USA
    Beans
    118
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do you install a program in Ubuntu?

    don@B1501:~$ sudo apt-get update && sudo apt-get install -f
    [sudo] password for don:
    E: Type 'sudo' is not known on line 3 in source list /etc/apt/sources.list.d/firebird.list
    don@B1501:~$

  4. #14
    Join Date
    Jan 2008
    Location
    Argentina
    Beans
    755
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How do you install a program in Ubuntu?

    the command apt-get, Add & Remove from "applications" menue and Synaptic package manager in "system">"administration" are differet interfaces for the same function.

    they all look at ~/sources.list for servers where to look for packages (sw)

    sources.list must not be empty, and editing it has its rationale (do not chuck things in there to see if it works, google for howtos or open a new thread)
    AMD Phenom II X3 720 Black Edition 2,8 GHz - GIGABYTE GA-MA770T-UD3P - 6 GB RAM Mushkin DDR3 1333 - ZOTAC GeForce 9800 GT 1 GB DDR3

  5. #15
    Join Date
    Jan 2008
    Location
    Argentina
    Beans
    755
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How do you install a program in Ubuntu?

    you are on the good direction.

    now open terminal and type
    Code:
    cat /etc/apt/sources.list
    press enter, copy the outut and post it here as a reply.

    alternatively you can navigate to /etc/apt with the graphical interface, open sources list and post the content
    AMD Phenom II X3 720 Black Edition 2,8 GHz - GIGABYTE GA-MA770T-UD3P - 6 GB RAM Mushkin DDR3 1333 - ZOTAC GeForce 9800 GT 1 GB DDR3

  6. #16
    Join Date
    Sep 2009
    Location
    Temecula, California, USA
    Beans
    118
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do you install a program in Ubuntu?

    Quote Originally Posted by oldos2er View Post
    That would be like killing a butterfly with an H-bomb. All you need to do is get your sources.list file straightened out. Can you run this command in a terminal, and post the output here?
    Code:
    cat /etc/apt/sources.list
    I agree, but coarse tools are all we have as beginners. Finer adjustments come later.
    Here's the output of that command you asked for: (It's big!)

    # deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted

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

    ## 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/ jaunty universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty universe
    deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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/ jaunty multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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://us.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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 jaunty partner
    # deb-src http://archive.canonical.com/ubuntu jaunty partner

    deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
    deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
    deb http://security.ubuntu.com/ubuntu jaunty-security universe
    deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
    deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
    deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
    don@B1501:~$

  7. #17
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How do you install a program in Ubuntu?

    Quote Originally Posted by Don Bowen View Post
    Post output as a reply to this message?
    Yes. Enter this command into a terminal:
    Code:
    gksu gedit /etc/apt/sources.list.d/firebird.list
    In front of line 3, add a comment mark # so that it looks like "# sudo...." Save and exit the file, then run
    Code:
    sudo apt-get update
    You should now be able to install Firebird.

    Edit: Your sources.list looks fine.
    Last edited by oldos2er; September 29th, 2009 at 06:13 PM. Reason: more info

  8. #18
    Join Date
    Jan 2008
    Location
    Argentina
    Beans
    755
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How do you install a program in Ubuntu?

    never mind
    Last edited by bruno9779; September 29th, 2009 at 06:13 PM. Reason: already said
    AMD Phenom II X3 720 Black Edition 2,8 GHz - GIGABYTE GA-MA770T-UD3P - 6 GB RAM Mushkin DDR3 1333 - ZOTAC GeForce 9800 GT 1 GB DDR3

  9. #19
    Join Date
    Sep 2009
    Location
    Temecula, California, USA
    Beans
    118
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do you install a program in Ubuntu?

    I can tell it will be less work to re-install Ubuntu than to waste everyone's time here. I don't want to wear out my welcome that quickly. I'll be back online in about an hour after the re-install.
    thank you all for your help.
    I've learned a lot...especially that I shouldn't blindly follow someone's directions on how to install something... doing that wiped out the "Add/Remove Programs" feature of ubuntu.
    We learn by doing.

  10. #20
    Join Date
    Sep 2009
    Location
    Temecula, California, USA
    Beans
    118
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do you install a program in Ubuntu?

    never mind?
    should I not try what you suggested?

Page 2 of 8 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •