Last active
December 30, 2021 07:29
-
-
Save pellaeon/fe66b2a33526ad64f9a5e0986c7f2a10 to your computer and use it in GitHub Desktop.
/etc/apt/preferences.d/pin-opencc settings to use opencc from jammy in impish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Explanation: Use opencc from jammy to fix rime issue https://github.com/rime/librime/issues/425 | |
Package: * | |
Pin: release n=jammy | |
Pin-Priority: -10 | |
Package: librime* | |
Pin: release n=jammy | |
Pin-Priority: 500 | |
Package: opencc libopencc-data | |
Pin: release n=jammy | |
Pin-Priority: 500 | |
Package: libgoogle-glog0v5 libleveldb1d libyaml-cpp0.7 | |
Pin: release n=jammy | |
Pin-Priority: 500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: opencc is not actually not a dependency of librime, but I still added it here so that when someday I need opencc it will use the jammy version, as libopencc-data does, to prevent potential incompatibilities