Installing firebird 2.5 on ubuntu 18.10
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
|
show 1 more comment
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
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 messageUpdating 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
|
show 1 more comment
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
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
18.10 database add-apt-repository
edited Jan 5 at 3:28
otong
asked Jan 4 at 6:47
otongotong
135
135
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 messageUpdating 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
|
show 1 more comment
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 messageUpdating 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
|
show 1 more comment
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 4 at 9:49
N0rbertN0rbert
21.7k547101
21.7k547101
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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