Skip to content

Commit

Permalink
add libsmime3.so for chromebook install (#196)
Browse files Browse the repository at this point in the history
Fixes ImportError: libsmime3.so: cannot open shared object file: No such file or directory" in Chromebook

https://forums.ankiweb.net/t/for-cb-users-i-suggest-reading-this-post-to-install-anki-linux-in-cb-instead/40149
  • Loading branch information
NamelessGO authored Jan 23, 2024
1 parent 15a795b commit b1207ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/linux/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ On recent Ubuntu installations, please use the following before
installing:

```shell
sudo apt install libxcb-xinerama0 libxcb-cursor0
sudo apt install libxcb-xinerama0 libxcb-cursor0 libnss3
```

If Anki fails to start after installing, you may be [missing other libraries](./missing-libraries.md).
Expand Down

0 comments on commit b1207ce

Please sign in to comment.