Is there a PPA or Snap for Anki?
The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.
Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.
There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says
"This is an BETA build - please do not package it up for Linux distributions".
Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?
Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support
snap anki
add a comment |
The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.
Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.
There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says
"This is an BETA build - please do not package it up for Linux distributions".
Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?
Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support
snap anki
add a comment |
The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.
Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.
There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says
"This is an BETA build - please do not package it up for Linux distributions".
Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?
Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support
snap anki
The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.
Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.
There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says
"This is an BETA build - please do not package it up for Linux distributions".
Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?
Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support
snap anki
snap anki
edited Nov 2 '18 at 15:00
nealmcb
asked Nov 2 '18 at 14:22
nealmcbnealmcb
2,0442444
2,0442444
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I couldn't find any PPA with anki either. And the solution to install system wide with
the command:
sudo make install
is not the right way. I agree.
Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.
This is what I did:
Install and then uninstall the Ubuntu anki package to install all dependencies.
apt install anki
apt purge anki
Download from Anki website
Extract to your home folder
tar xjf Downloads/anki-2.1.8-amd64.tar.bz2
Add the extracted bin directory to your PATH
export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin
1
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
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%2f1089505%2fis-there-a-ppa-or-snap-for-anki%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
I couldn't find any PPA with anki either. And the solution to install system wide with
the command:
sudo make install
is not the right way. I agree.
Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.
This is what I did:
Install and then uninstall the Ubuntu anki package to install all dependencies.
apt install anki
apt purge anki
Download from Anki website
Extract to your home folder
tar xjf Downloads/anki-2.1.8-amd64.tar.bz2
Add the extracted bin directory to your PATH
export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin
1
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
add a comment |
I couldn't find any PPA with anki either. And the solution to install system wide with
the command:
sudo make install
is not the right way. I agree.
Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.
This is what I did:
Install and then uninstall the Ubuntu anki package to install all dependencies.
apt install anki
apt purge anki
Download from Anki website
Extract to your home folder
tar xjf Downloads/anki-2.1.8-amd64.tar.bz2
Add the extracted bin directory to your PATH
export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin
1
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
add a comment |
I couldn't find any PPA with anki either. And the solution to install system wide with
the command:
sudo make install
is not the right way. I agree.
Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.
This is what I did:
Install and then uninstall the Ubuntu anki package to install all dependencies.
apt install anki
apt purge anki
Download from Anki website
Extract to your home folder
tar xjf Downloads/anki-2.1.8-amd64.tar.bz2
Add the extracted bin directory to your PATH
export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin
I couldn't find any PPA with anki either. And the solution to install system wide with
the command:
sudo make install
is not the right way. I agree.
Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.
This is what I did:
Install and then uninstall the Ubuntu anki package to install all dependencies.
apt install anki
apt purge anki
Download from Anki website
Extract to your home folder
tar xjf Downloads/anki-2.1.8-amd64.tar.bz2
Add the extracted bin directory to your PATH
export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin
answered Feb 15 at 9:58
DavidDavid
1214
1214
1
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
add a comment |
1
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
1
1
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.
– nealmcb
Feb 16 at 18:38
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%2f1089505%2fis-there-a-ppa-or-snap-for-anki%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