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









New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 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
    yesterday












  • @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
    yesterday








  • 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
    yesterday












  • @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
    yesterday










  • @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
    yesterday


















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









New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 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
    yesterday












  • @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
    yesterday








  • 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
    yesterday












  • @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
    yesterday










  • @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
    yesterday
















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









New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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









New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 20 hours ago





















New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









otong

134




134




New contributor




otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






otong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 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
    yesterday












  • @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
    yesterday








  • 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
    yesterday












  • @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
    yesterday










  • @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
    yesterday
















  • 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
    yesterday












  • @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
    yesterday








  • 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
    yesterday












  • @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
    yesterday










  • @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
    yesterday










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
yesterday






'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
yesterday














@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
yesterday






@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
yesterday






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
yesterday






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
yesterday














@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
yesterday




@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
yesterday












@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
yesterday






@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
yesterday












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
    });


    }
    });






    otong is a new contributor. Be nice, and check out our Code of Conduct.










    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 yesterday









        N0rbert

        21.5k547101




        21.5k547101






















            otong is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            otong is a new contributor. Be nice, and check out our Code of Conduct.













            otong is a new contributor. Be nice, and check out our Code of Conduct.












            otong is a new contributor. Be nice, and check out our Code of Conduct.
















            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?