- Edited
Hello!
I'm new to KaOS and enjoying it so far but I'm hitting a snag with installing Sublime Text from the official repos. Sublime Merge works just fine, but I get the following error when installing Sublime Text:
sudo pacman -Syu sublime-text
:: Synchronizing package databases...
core is up to date
main is up to date
apps is up to date
sublime-text is up to date
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "libcurl.so", a dependency of "sublime-text"
:: The following package cannot be upgraded due to unresolvable dependencies:
sublime-text
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libcurl.so' required by sublime-text
I have curl
installed. I know that the KCP provides a Sublime Text package, but I'd like to track this down if possible since then I'd be getting automatic updates for Sublime. Anyone have any ideas?
I also have an issue registered with the Sublime team:
https://github.com/sublimehq/sublime_text/issues/5253