-
Notifications
You must be signed in to change notification settings - Fork 152
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
Linux Installaion issues #34
Comments
which distro are you using? version? cheers |
Hi @gentooza Thanks for the response. I have tried installing the package for Ubuntu 22.04. I tried installing both from the repository and the binaries as well |
Years ago, I already had problems with the packaged .deb (see #29 ) under ubuntu 16.04 and QT4 version. Problem seems to be that QT packages naming and philosophy change a lot between ubuntu versions! and who is taking care of packaging pvbrowser in .deb seems not to be spending enough love doing this :-/ the wrong dependencies are: qt5-default -> it does not exist anymore You'll have to fix this dependencies manually in the .deb to get it working, by unpackaging it and overwrite it's control file. Some steps change as it's not compressed under gz anymore, it's using zstd, so:
step 4 changes to:
and step 5 changes to:
(perhaps you have to install some packages to have zstd, ar for packaging, etc. working, I already have them :-/) I've done this, installed pvbrower, and at least pvdevelop seems to work for now I provide the fixed .deb also, if you trust me :-D (it's a zip file with the .deb inside, github does not let you upload .deb files) cheers |
Great !! it's working. Thanks @gentooza. Really appreciate your help :) |
Comment:
Here I'm not able to test every configuration that is possible.
For Linux Distributions i build the packages on the Open-Suse-Buildservice
The Buildservice told me that the Ubuntu Version was build.
When downloading here from my local machine i go these steps:
https://pvbrowser.de/pvbrowser/index.php?lang=en&menu=6&left=2
https://software.opensuse.org/download/package.iframe?project=home:pvbrowser:pvbrowser5&package=pvbrowser-devel
Am 14.05.23 um 13:31 schrieb AnushaDevi-Embedded:
…
Great !! it's working. Thanks @gentooza <https://github.com/gentooza>.
Really appreciate your help :)
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHANAVNPZPQLEPFY7EPHG3XGC67PANCNFSM6AAAAAAXSRHD74>.
You are receiving this because you are subscribed to this
thread.Message ID: ***@***.***>
|
Hi @pvbrowser I'm really sorry if I was rude, I'm sure you have lot work to do, and options and configurations are wide. The guide for adding the repository failed to me under ubuntu 22.04:
fails to me with GPG key error (spanish):
Also, installing manually the .deb continues giving me a dependencies error:
as qt5-default doesn't exist anynore under ubuntu 22.04 cheers, and thanks for the efforts |
Please help me with this:
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
pvbrowser-devel : Depends: qt5-default but it is not installable
Depends: xterm
Depends: ffmpeg
Depends: libavcodec-dev but it is not going to be installed
Depends: libavcodec58
Depends: libqt5multimedia5 but it is not going to be installed
Depends: libqt5help5 but it is not going to be installed
Depends: libqt5webenginecore5 but it is not going to be installed
Depends: libqt5multimediawidgets5 but it is not going to be installed
Depends: libqt5webengine5 but it is not going to be installed
Depends: libqt5webenginewidgets5 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
The text was updated successfully, but these errors were encountered: