Problem installing packages

Hi I am new at manjaro but I cannot install anymore other packages, for example visual studio core and vym.
The problem are in the images, can someone help me please!! i cant do anything because of that:

[frank@frank-inspiron143452 ~]$ sudo pacman install vym
error: sublime-text: signature from “Sublime HQ Pty Ltd support@sublimetext.com” is unknown trust
error: no operation specified (use -h for help)

See the images, please help community!!

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
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf

That’s not a vaild pacman command.

$ sudo pacman-key --init
$ sudo pacman-key --refresh-keys
$ sudo pacman-key --populate archlinux manjaro

okok, but that was the error manjaro gave me when i try to install a package, it doesnt matter if that was via “terminal” or via “add or remove software”. That was after I install sublime text editor and I see in other forums that some people has the same problem, do you know how can I install Sublime Text and doesnt have this problem

error: sublime-text: signature from “Sublime HQ Pty Ltd support@sublimetext.com” is unknown trust
error: no operation specified (use -h for help)

Did you follow the instructions on Sublime Text’s website?

Yess, look i will install Sublime like this, and tell me if im wrong

pacman

Install the GPG key:

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

And then I will use stable channel

Stable x86_64

echo -e “\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64” | sudo tee -a /etc/pacman.conf

And finally

Update pacman and install Sublime Text

sudo pacman -Syu sublime-text

Tip: When pasting terminal output on Discourse forums, one can either…

  • Highlight it and use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    text
    ```

  • Use HTML:

    <pre><code>
    text
    </pre></code>

Please edit your post accordingly.

Almost, not quite. After adding a new repo, you need to use at least the -Fy flag if not -Syyu to update the databases.

1 Like

there are not clear?, the instruction path are in gray, sorry im new in this forum im learnig.

pacman

Install the GPG key:

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


Stable x86_64


echo -e “\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64” | sudo tee -a /etc/pacman.conf


Update pacman and install Sublime Text

sudo pacman -Syu sublime-text

Its that okay? or better?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.