Xournal++ install

so i installed xournall++ with this

with these commands

git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
sudo systemctl enable --now snapd.socket
sudo systemctl enable --now snapd.apparmor.service
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install xournalpp

after that , updated with yay
rebooted
so xournal++ shows in my menu , but when i click on it , nothing happens…
how do i open it ??

thanks guys

2 Likes

Install it with yay,

2 extra/xournalpp 1.2.6-1 (1.5 MiB 6.6 MiB) 
    Handwriting notetaking software with PDF annotation support
4 Likes

After you installed it with yay, remove Snapd. To install the package with yay, do

yay -S xournalpp

It’s in the official Arch repos. Using yay is perfectly fine, but even the Arch native pacman will do the job. Not a superior method, just an indication of the official Arch support for this package.

sudo pacman -S xournalpp
1 Like

Thanks guys ,don’t know why I didn’t try Pacman or yay 1st. Instead I had to go the hard way ,and it doesn’t work lol.
And yea I’ll uninstall snap , don’t like it ,nor flatpaks

ok , installed it with pacman , it’s working :+1:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.