Installing firebird 2.5 on ubuntu 18.10












2















I want to install firebird 2.5 server on ubuntu 18.10



I followed this installing firebird 2.5, but got stuck in



sudo add-apt-repository ppa:mapopa


it says error



E: The repository 'http://ppa.launchpad.net/mapopa/ppa/ubuntu cosmic Release' does not have a Release file.
N: Updating from such a repository can't be done securely and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


so I followed to the manpage, but doesn't quite grasp what it tells me to solve the problem. There's a similar question to this, How to installing Firebird on Ubuntu 16.04 but it's just the same as installing firebird 2.5



Update



I have no reason using Ubuntu 18.10 for this use case. Previously I thought about using docker for the Firebird server, so maybe the newest version is just fine. But things don't work as expected: the docker image can't read the database (probably I miss implement something too). So I tried to use the Firebird Ubuntu versions, got stuck, and then I came up with this question



So I downgrade to Ubuntu 16.04 and it works fine.










share|improve this question




















  • 1





    'No Release File' means that the PPA is incompatible with your release of Ubuntu. The PPA maintainer has not created an 18.10 version.

    – user535733
    Jan 4 at 6:48













  • @user535733 so I should downgrade to the previous version? I thought the message Updating from such a repository can't be done securely and is therefore disabled by default. implies that I can install it but it's currently disabled?

    – otong
    Jan 4 at 6:49








  • 1





    That's one option. There are lots of SQL-Server solutions for Ubuntu that DO work with 18.10 - that's another option. Maybe somebody else has packaged Firebird - that's yet another option. Looks like you can install FB 3.0 from tarball instead of package - that's an option.

    – user535733
    Jan 4 at 6:52













  • @user535733 Yes there's a lot of SQL Server, but my current use case is to use the Firebird server. Perhaps I just downgrade the Ubuntu then,

    – otong
    Jan 4 at 6:55











  • @otong For me it seems that you do strange and wrong things. If you need to create real server for the production, then you should choose LTS version of Ubuntu. This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages. Currently there are no PPAs with FireBird 2.5 Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies...

    – N0rbert
    Jan 4 at 9:22


















2















I want to install firebird 2.5 server on ubuntu 18.10



I followed this installing firebird 2.5, but got stuck in



sudo add-apt-repository ppa:mapopa


it says error



E: The repository 'http://ppa.launchpad.net/mapopa/ppa/ubuntu cosmic Release' does not have a Release file.
N: Updating from such a repository can't be done securely and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


so I followed to the manpage, but doesn't quite grasp what it tells me to solve the problem. There's a similar question to this, How to installing Firebird on Ubuntu 16.04 but it's just the same as installing firebird 2.5



Update



I have no reason using Ubuntu 18.10 for this use case. Previously I thought about using docker for the Firebird server, so maybe the newest version is just fine. But things don't work as expected: the docker image can't read the database (probably I miss implement something too). So I tried to use the Firebird Ubuntu versions, got stuck, and then I came up with this question



So I downgrade to Ubuntu 16.04 and it works fine.










share|improve this question




















  • 1





    'No Release File' means that the PPA is incompatible with your release of Ubuntu. The PPA maintainer has not created an 18.10 version.

    – user535733
    Jan 4 at 6:48













  • @user535733 so I should downgrade to the previous version? I thought the message Updating from such a repository can't be done securely and is therefore disabled by default. implies that I can install it but it's currently disabled?

    – otong
    Jan 4 at 6:49








  • 1





    That's one option. There are lots of SQL-Server solutions for Ubuntu that DO work with 18.10 - that's another option. Maybe somebody else has packaged Firebird - that's yet another option. Looks like you can install FB 3.0 from tarball instead of package - that's an option.

    – user535733
    Jan 4 at 6:52













  • @user535733 Yes there's a lot of SQL Server, but my current use case is to use the Firebird server. Perhaps I just downgrade the Ubuntu then,

    – otong
    Jan 4 at 6:55











  • @otong For me it seems that you do strange and wrong things. If you need to create real server for the production, then you should choose LTS version of Ubuntu. This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages. Currently there are no PPAs with FireBird 2.5 Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies...

    – N0rbert
    Jan 4 at 9:22
















2












2








2


0






I want to install firebird 2.5 server on ubuntu 18.10



I followed this installing firebird 2.5, but got stuck in



sudo add-apt-repository ppa:mapopa


it says error



E: The repository 'http://ppa.launchpad.net/mapopa/ppa/ubuntu cosmic Release' does not have a Release file.
N: Updating from such a repository can't be done securely and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


so I followed to the manpage, but doesn't quite grasp what it tells me to solve the problem. There's a similar question to this, How to installing Firebird on Ubuntu 16.04 but it's just the same as installing firebird 2.5



Update



I have no reason using Ubuntu 18.10 for this use case. Previously I thought about using docker for the Firebird server, so maybe the newest version is just fine. But things don't work as expected: the docker image can't read the database (probably I miss implement something too). So I tried to use the Firebird Ubuntu versions, got stuck, and then I came up with this question



So I downgrade to Ubuntu 16.04 and it works fine.










share|improve this question
















I want to install firebird 2.5 server on ubuntu 18.10



I followed this installing firebird 2.5, but got stuck in



sudo add-apt-repository ppa:mapopa


it says error



E: The repository 'http://ppa.launchpad.net/mapopa/ppa/ubuntu cosmic Release' does not have a Release file.
N: Updating from such a repository can't be done securely and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


so I followed to the manpage, but doesn't quite grasp what it tells me to solve the problem. There's a similar question to this, How to installing Firebird on Ubuntu 16.04 but it's just the same as installing firebird 2.5



Update



I have no reason using Ubuntu 18.10 for this use case. Previously I thought about using docker for the Firebird server, so maybe the newest version is just fine. But things don't work as expected: the docker image can't read the database (probably I miss implement something too). So I tried to use the Firebird Ubuntu versions, got stuck, and then I came up with this question



So I downgrade to Ubuntu 16.04 and it works fine.







18.10 database add-apt-repository






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 5 at 3:28







otong

















asked Jan 4 at 6:47









otongotong

136




136








  • 1





    'No Release File' means that the PPA is incompatible with your release of Ubuntu. The PPA maintainer has not created an 18.10 version.

    – user535733
    Jan 4 at 6:48













  • @user535733 so I should downgrade to the previous version? I thought the message Updating from such a repository can't be done securely and is therefore disabled by default. implies that I can install it but it's currently disabled?

    – otong
    Jan 4 at 6:49








  • 1





    That's one option. There are lots of SQL-Server solutions for Ubuntu that DO work with 18.10 - that's another option. Maybe somebody else has packaged Firebird - that's yet another option. Looks like you can install FB 3.0 from tarball instead of package - that's an option.

    – user535733
    Jan 4 at 6:52













  • @user535733 Yes there's a lot of SQL Server, but my current use case is to use the Firebird server. Perhaps I just downgrade the Ubuntu then,

    – otong
    Jan 4 at 6:55











  • @otong For me it seems that you do strange and wrong things. If you need to create real server for the production, then you should choose LTS version of Ubuntu. This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages. Currently there are no PPAs with FireBird 2.5 Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies...

    – N0rbert
    Jan 4 at 9:22
















  • 1





    'No Release File' means that the PPA is incompatible with your release of Ubuntu. The PPA maintainer has not created an 18.10 version.

    – user535733
    Jan 4 at 6:48













  • @user535733 so I should downgrade to the previous version? I thought the message Updating from such a repository can't be done securely and is therefore disabled by default. implies that I can install it but it's currently disabled?

    – otong
    Jan 4 at 6:49








  • 1





    That's one option. There are lots of SQL-Server solutions for Ubuntu that DO work with 18.10 - that's another option. Maybe somebody else has packaged Firebird - that's yet another option. Looks like you can install FB 3.0 from tarball instead of package - that's an option.

    – user535733
    Jan 4 at 6:52













  • @user535733 Yes there's a lot of SQL Server, but my current use case is to use the Firebird server. Perhaps I just downgrade the Ubuntu then,

    – otong
    Jan 4 at 6:55











  • @otong For me it seems that you do strange and wrong things. If you need to create real server for the production, then you should choose LTS version of Ubuntu. This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages. Currently there are no PPAs with FireBird 2.5 Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies...

    – N0rbert
    Jan 4 at 9:22










1




1





'No Release File' means that the PPA is incompatible with your release of Ubuntu. The PPA maintainer has not created an 18.10 version.

– user535733
Jan 4 at 6:48







'No Release File' means that the PPA is incompatible with your release of Ubuntu. The PPA maintainer has not created an 18.10 version.

– user535733
Jan 4 at 6:48















@user535733 so I should downgrade to the previous version? I thought the message Updating from such a repository can't be done securely and is therefore disabled by default. implies that I can install it but it's currently disabled?

– otong
Jan 4 at 6:49







@user535733 so I should downgrade to the previous version? I thought the message Updating from such a repository can't be done securely and is therefore disabled by default. implies that I can install it but it's currently disabled?

– otong
Jan 4 at 6:49






1




1





That's one option. There are lots of SQL-Server solutions for Ubuntu that DO work with 18.10 - that's another option. Maybe somebody else has packaged Firebird - that's yet another option. Looks like you can install FB 3.0 from tarball instead of package - that's an option.

– user535733
Jan 4 at 6:52







That's one option. There are lots of SQL-Server solutions for Ubuntu that DO work with 18.10 - that's another option. Maybe somebody else has packaged Firebird - that's yet another option. Looks like you can install FB 3.0 from tarball instead of package - that's an option.

– user535733
Jan 4 at 6:52















@user535733 Yes there's a lot of SQL Server, but my current use case is to use the Firebird server. Perhaps I just downgrade the Ubuntu then,

– otong
Jan 4 at 6:55





@user535733 Yes there's a lot of SQL Server, but my current use case is to use the Firebird server. Perhaps I just downgrade the Ubuntu then,

– otong
Jan 4 at 6:55













@otong For me it seems that you do strange and wrong things. If you need to create real server for the production, then you should choose LTS version of Ubuntu. This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages. Currently there are no PPAs with FireBird 2.5 Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies...

– N0rbert
Jan 4 at 9:22







@otong For me it seems that you do strange and wrong things. If you need to create real server for the production, then you should choose LTS version of Ubuntu. This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages. Currently there are no PPAs with FireBird 2.5 Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies...

– N0rbert
Jan 4 at 9:22












1 Answer
1






active

oldest

votes


















1














To make your server reliable, stable and suitable for the production environment you should choose LTS version of Ubuntu.



This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages.



Currently there are no PPAs with FireBird 2.5.



Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies..



So my advice is to switch to Ubuntu 16.04 LTS and install FireBird 2.5 into it.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106821%2finstalling-firebird-2-5-on-ubuntu-18-10%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    To make your server reliable, stable and suitable for the production environment you should choose LTS version of Ubuntu.



    This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages.



    Currently there are no PPAs with FireBird 2.5.



    Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies..



    So my advice is to switch to Ubuntu 16.04 LTS and install FireBird 2.5 into it.






    share|improve this answer




























      1














      To make your server reliable, stable and suitable for the production environment you should choose LTS version of Ubuntu.



      This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages.



      Currently there are no PPAs with FireBird 2.5.



      Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies..



      So my advice is to switch to Ubuntu 16.04 LTS and install FireBird 2.5 into it.






      share|improve this answer


























        1












        1








        1







        To make your server reliable, stable and suitable for the production environment you should choose LTS version of Ubuntu.



        This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages.



        Currently there are no PPAs with FireBird 2.5.



        Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies..



        So my advice is to switch to Ubuntu 16.04 LTS and install FireBird 2.5 into it.






        share|improve this answer













        To make your server reliable, stable and suitable for the production environment you should choose LTS version of Ubuntu.



        This will solve the FireBird problem as 14.04 and 16.04 LTS have firebird-2.5 packages.



        Currently there are no PPAs with FireBird 2.5.



        Also it is very likely that you can not compile 2.5 on Ubuntu 18.10 because of the newest dependencies..



        So my advice is to switch to Ubuntu 16.04 LTS and install FireBird 2.5 into it.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 4 at 9:49









        N0rbertN0rbert

        22k547104




        22k547104






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106821%2finstalling-firebird-2-5-on-ubuntu-18-10%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei