Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Jun 2, 2024
1 parent 3f7b063 commit c4e9dbb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions read/subject/input-method/fcitx5.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ parent: 輸入法



## Fcitx Wiki

* [Setup Fcitx 5](https://fcitx-im.org/wiki/Setup_Fcitx_5)




## Arch Wiki

* [Fcitx5](https://wiki.archlinux.org/title/Fcitx5)
Expand All @@ -61,13 +68,11 @@ parent: 輸入法
執行

``` sh
dnf search fcitx5 | sort -u
dnf search fcitx5
```

顯示

顯示

```
========================= Name Exactly Matched: fcitx5 =========================
fcitx5.x86_64 : Next generation of fcitx
Expand Down Expand Up @@ -144,6 +149,8 @@ kcm-fcitx5.x86_64 : Config tools to be used on KDE based environment.
```




## Package

執行下面指令
Expand Down Expand Up @@ -233,5 +240,3 @@ dnf search fcitx5 | grep ' : ' | sort -u | awk -F ' : ' '{print $1}' | awk -F '.
``` sh
dnf search fcitx5 | grep ' : ' | sort -u | awk -F ' : ' '{print $1}' | awk -F '.' '{print "* [url=https://packages.fedoraproject.org/pkgs/"$1"/"$1"]"$1"[/url]"}'
```


0 comments on commit c4e9dbb

Please sign in to comment.