How To Install cellwriter on Fedora 36
Introduction
In this tutorial we learn how to install cellwriter
on Fedora 36.
What is cellwriter
CellWriter is a grid-entry natural handwriting input panel. As you write characters into the cells, your writing is instantly recognized at the character level. When you press ‘Enter’ on the panel, the input you entered is sent to the currently focused application as if typed on the keyboard. Works well on a Wacom tablet, TabletPC, or any device with a stylus.
We can use yum
or dnf
to install cellwriter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cellwriter.
Install cellwriter on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cellwriter
using dnf
by running the following command:
sudo dnf -y install cellwriter
Install cellwriter on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cellwriter
using yum
by running the following command:
sudo yum -y install cellwriter
How To Uninstall cellwriter on Fedora 36
To uninstall only the cellwriter
package we can use the following command:
sudo dnf remove cellwriter
cellwriter Package Contents on Fedora 36
/usr/bin/cellwriter
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/0be2edad53b3d44bda96cb1de5cf0e66edc2a9
/usr/share/applications/cellwriter.desktop
/usr/share/cellwriter
/usr/share/cellwriter/profile
/usr/share/cellwriter/wordfreq
/usr/share/doc/cellwriter
/usr/share/doc/cellwriter/AUTHORS
/usr/share/doc/cellwriter/COPYING
/usr/share/doc/cellwriter/README
/usr/share/doc/cellwriter/TODO
/usr/share/icons/hicolor/scalable/apps/cellwriter.svg
/usr/share/man/man1/cellwriter.1.gz
/usr/share/pixmaps/cellwriter.xpm
References
Summary
In this tutorial we learn how to install cellwriter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).