-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPA fail with UBUNTU 16 LTS, does not have a Release file #10
Comments
Peter,
The last packages are built for Ubuntu Trusty 14.04. Looks like you have a
newer version of Ubuntu.
For this we recommend doing a build from sources.
See doc page: http://www.zorba.io/documentation/latest/zorba/build
Or you might try to directly install from deb files:
- zorba_3.0.0-1~ubuntu14.04.1_amd64.deb
<https://launchpad.net/~juan457/+archive/ubuntu/zorba/+files/zorba_3.0.0-1~ubuntu14.04.1_amd64.deb>
(8.7
MiB)
- zorba_3.0.0-1~ubuntu14.04.1_i386.deb
<https://launchpad.net/~juan457/+archive/ubuntu/zorba/+files/zorba_3.0.0-1~ubuntu14.04.1_i386.deb>
(8.4
MiB)
Use this command for installing the deb file:
sudo apt install ./name.deb (or /path/to/package/name.deb)
Cezar
…On Fri, Aug 25, 2017 at 9:35 AM, Peter ***@***.***> wrote:
I am using Debian instructions of http://www.zorba.io/download
after success with sudo add-apt-repository ppa:juan457/zorba the command sudo
apt-get update fineshes with
W: The repository 'http://ppa.launchpad.net/juan457/zorba/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: ... http://ppa.launchpad.net/juan457/zorba/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApPXo17tIL-1At97U_cFNEjRMR6iBbXks5sbtu9gaJpZM4PCvsb>
.
|
Thanks @cezarfx . Let's try....
|
Peter,
Thanks for trying it. There is always the option of building from sources.
Cezar
…On Fri, Aug 25, 2017 at 5:09 PM, Peter ***@***.***> wrote:
Thanks @cezarfx <https://github.com/cezarfx> . Let's try....
wget -c https://launchpad.net/~juan457/+archive/ubuntu/zorba/+files/zorba_3.0.0-1~ubuntu14.04.1_amd64.deb
sudo apt install ./zorba_3.0.0-1~ubuntu14.04.1_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'zorba' instead of './zorba_3.0.0-1~ubuntu14.04.1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
zorba : Depends: libicu48 (>= 4.8-1) but it is not installable
E: Unable to correct problems, you have held broken packages.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApPXjYZZxDTgxWtDioh9uWbfaosQovaks5sb0Y2gaJpZM4PCvsb>
.
|
... The instruction pages not works, not navigate (using chrome)... There are a simple TXT summary, README or script for it? |
The links in the overview page are missing the href, apparently the
generating script has a bug. There might be others link having this problem.
Use this page to navigate directly to the instruction pages.
http://www.zorba.io/documentation/latest/zorba/build
Cezar
…On Fri, Aug 25, 2017 at 5:36 PM, Peter ***@***.***> wrote:
... The instruction pages
<http://www.zorba.io/documentation/latest/zorba/build/build> not works,
not navigate (using chrome)... There are a simple TXT summary, README or
script for it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApPXnWQ8PgZiCLwSt9Eyb4FMbp0TTiaks5sb0xwgaJpZM4PCvsb>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Debian instructions of http://www.zorba.io/download
after success with
sudo add-apt-repository ppa:juan457/zorba
the command
sudo apt-get update
fineshes withPPA auth:
The text was updated successfully, but these errors were encountered: