# Install Inkscape from trunk

Problem:

> Inkscape-trunk-data : Conflicts: inkscape but 1:1.4.2+202505120737+ebf0e940d0~ubuntu24.04.1 is to be installed

Solution:

```bash
sudo apt purge inkscape-trunk
sudo apt update
sudo apt upgrade
sudp apt install inkscape
```