-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Several installer options are available on the releases page:
- notetask-any-x86-x64.exe — a universal EXE installer that works on both x86 and x64 systems and supports installation for a single user or for all users, depending on the selected options.
- notetask-x64.msi / notetask-x86.msi — installs the application for the current user.
- notetask-x64-allusers.msi / notetask-x86-allusers.msi — installs the application for all users on the system.
Note: Windows XP supports installation only via MSI installers. The EXE installer is not compatible with Windows XP.
Download the installer from the releases page, run it, and follow the on-screen instructions. After installation, you can launch Notetask from the Start menu or from the desktop shortcut.
Debian-like systems
Download the appropriate .deb package for your system from the releases page. To install the package, open a terminal and run:
sudo dpkg -i /path/to/notetask.debIf there are missing dependencies, fix them by running:
sudo apt-get install -fTo remove Notetask from your system, use:
sudo dpkg -r notetaskFedora-like systems
Download the appropriate .rpm package for your system. To install the package, open a terminal and run:
sudo dnf install /path/to/notetask.rpmIf there are missing dependencies, fix them by running:
sudo dnf install -y gtk2To remove Notetask from your system, use:
sudo dnf remove notetaskSome Notetask functions can run scripts in a terminal. If no terminal emulator is installed, you can add one, for example:
sudo dnf install -y xterm