When i install Sublime Text 3, pacman installs the second version.
I installed it and version is 2.0.2.
Is this a problems with repositories?
When i install Sublime Text 3, pacman installs the second version.
did you follow the advice at https://www.sublimetext.com/docs/3/linux_repositories.html ?
I feel like you must be installing from the AUR or something. We don’t have an Arch package for version 2.0.2. ST3 build 3126 is the first build that had an Arch package.
If you run pacamn -Si sublime-text
, what does it output?
I suspect that it’s pulling the sublime-text
package from the archlinuxfr repository, which you have specified before the sublime-text repo. Reorderning the repos in your /etc/pacman.conf
file should circumvent this.
I noticed, that in AUR and offical repos packages had the same name.Thanks for your answer.I solved this problem.