How to list all apps and versions #3
Locked
oss-linux-etc
started this conversation in
General
Replies: 2 comments 4 replies
-
Hi, run this in a terminal: cari plugins | grep "https" | cut -d " " -f1 | xargs -I{} sh -c 'cari add $1 > /dev/null 2>&1; v="`cari latest $1`"; echo $1 $v' sh {} |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi,
thank you for your advice! Running this commands resolve the error:
cari remove base
cari remove unipept
cari remove unipept-cli
cari remove avogadro
cari update
So sorry but I didn't take a screenshot before running the commands
DAT Linux ***@***.***> ezt írta (időpont: 2022. júl. 29., P,
23:10):
… also run:
sudo apt-get update && sudo apt-get upgrade datlinux-ctrl-pnl
—
Reply to this email directly, view it on GitHub
<#3 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2IV4VW5DJJCPXSL7GSBYHDVWRCFFANCNFSM5XZJT7ZQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to list all apps and their version whether installed or not?? thx
Beta Was this translation helpful? Give feedback.
All reactions