help? #663
Replies: 4 comments
-
I'm guessing Linux? What distribution? |
Beta Was this translation helpful? Give feedback.
-
ubuntu
El dom, 12 sept 2021 a las 11:28, Andrew Benson ***@***.***>)
escribió:
… I'm guessing Linux? What distribution?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#663 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGEEGTK477ZKZZKG46J4BTTUBTIJDANCNFSM5D4CFUXA>
.
|
Beta Was this translation helpful? Give feedback.
-
You have two options. Install the dependencies using this command:
...and then try again to install a manually downloaded .deb file (or run your build if that's what you were doing). Or, add the PPA to your system and install using this set of commands, which will identify and install the dependencies automatically:
source: https://github.com/wereturtle/ghostwriter/blob/master/README.md |
Beta Was this translation helpful? Give feedback.
-
Still error message
E: Unable to locate package qtbase5-dev
E: Unable to locate package libqt5svg5-dev
E: Unable to locate package qtmultimedia5-dev
E: Unable to locate package qtwebengine5-dev
E: Package 'libqt5concurrent5' has no installation candidate
E: Unable to locate package qttools5-dev-tools
Carlos Oñoro
El mar, 14 sept 2021 a las 11:27, tildagail ***@***.***>)
escribió:
… You have two options.
Install the dependencies using this command:
$ sudo apt install g++ qtbase5-dev libqt5svg5-dev qtmultimedia5-dev qtwebengine5-dev libhunspell-dev pkg-config libqt5concurrent5 qttools5-dev-tools
...and then try again to install a manually downloaded .deb file (or run
your build if that's what you were doing).
Or, add the PPA to your system and install using this set of commands,
which will identify and install the dependencies automatically:
$ sudo add-apt-repository ppa:wereturtle/ppa
$ sudo apt update
$ sudo apt install ghostwriter
source: https://github.com/wereturtle/ghostwriter/blob/master/README.md
<http://readme.md>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#663 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGEEGTIE2KB2Q5PGOOPVEA3UB5ZXRANCNFSM5D4CFUXA>
.
|
Beta Was this translation helpful? Give feedback.
-
Guys, I'm new around there is a lot to learn for me,
I'm trying to use ghostwriter, but I get this:
E: Unable to locate package qtbase5-dev
E: Unable to locate package libqt5svg5-dev
E: Unable to locate package qtmultimedia5-dev
E: Unable to locate package qtwebengine5-dev
E: Package 'libqt5concurrent5' has no installation candidate
E: Unable to locate package qttools5-dev-tools
can you help?
Beta Was this translation helpful? Give feedback.
All reactions