The problem I want to solve is that I want to install an app from source.
When I tried to install that app, it said that it needs valac-0.16
, but when I tried to install valac
from terminal, it is only installing an older version, valac-0.14
.
Then I tried to download the new version of valac-0.16
and tried to install it, but it still shows the dependency is not satisfied.
How can I install a new version of a app that not in the repos?