Sublime Forum

Installing sublime on Manjaro

#1

Hi, i’m trying to install Sublime text on a fresh installation of Manjaro linux. I followed the method listed in the downloads section of your page but it doesn’t seem to work. Here’s what i did;

[nick@thinkpad ~]$ curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3817  100  3817    0     0    238      0  0:00:16  0:00:16 --:--:--  1095
gpg: WARNING: server 'gpg-agent' is older than us (2.2.0 < 2.2.1)
==> Updating trust database...
gpg: next trustdb check due at 2018-06-01
gpg: WARNING: server 'gpg-agent' is older than us (2.2.0 < 2.2.1)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
  -> Locally signing key 8A8F901A...
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:  23  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:  23  signed:  76  trust: 1-, 0q, 0n, 22m, 0f, 0u
gpg: depth: 2  valid:  75  signed:  11  trust: 75-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2018-06-01
[nick@thinkpad ~]$ echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf

[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64
[nick@thinkpad ~]$ sudo pacman -Syu sublime-text
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: failed retrieving file 'sublime-text.db' from download.sublimetext.com : Resolving timed out after 10525 milliseconds
error: failed to update sublime-text (download library error)
error: target not found: sublime-text
0 Likes

#2

Hello, I am also in this situation, I believe that it is because I do not have an update available to update Sublime Text 3, that is when the update is available the update will be done, well I am not sure about this, as I also follow the step by step described on the download page => https://www.sublimetext.com/docs/3/linux_repositories.html#pacman
When to solve the solution.
:grimacing:
Appears to me when running the command : sudo pacman -Syyuu
:: Sincronizando a base de dados de pacotes…
core 144,1 KiB 445K/s 00:00 [######################################] 100%
extra 1758,7 KiB 848K/s 00:02 [######################################] 100%
community 4,6 MiB 713K/s 00:07 [######################################] 100%
multilib 179,8 KiB 711K/s 00:00 [######################################] 100%
erro: falha ao obter o arquivo “sublime-text.db” de download.sublimetext.com : Resolving timed out after 10521 milliseconds
erro: falha ao atualizar sublime-text (erro na biblioteca de download)
:: Iniciando atualização completa do sistema…
não há nada a fazer

I think I’ll just comment on the sublime server in my list of repositories in my /etc/pacman.conf and once a week I unpack to see if any updates have left

:wink:

0 Likes

#3

The error message seems to indicate your machine isn’t able to resolve download.sublimetext.com.

0 Likes