I wanna install gnome-terminal-transparency
package.
Here it is a link.
But my pacman
cannot find anything related to gnome-terminal-transparency
:
What's wrong?
I wanna install gnome-terminal-transparency
package.
Here it is a link.
But my pacman
cannot find anything related to gnome-terminal-transparency
:
What's wrong?
Pacman does not manage AUR packages. This is by design. This wiki article contains some description of why. If you do not wish to manage your AUR packages in the recommended way (by hand), you must install an AUR helper. The only way to install an AUR helper from the AUR is to do it manually in order to familiarize yourself with the process of installing packages from the AUR so you know what the helper is doing. If I were you, since this seems to be your first time operating an Arch based system given the content of the question, I would STRONGLY, S T R O N G L Y, advise against using a GUI helper like pamac. These handwave away far too much of the AUR install process and can easily brick your system
try yay -S <package>
. I just did this for nvidia-container-toolkit which is not it pacman repos, but in aur. https://aur.archlinux.org/packages/nvidia-container-toolkit
I use Manjaro (Arch based). I also cannot use the command "pacman" for AUR. I need to use the command "
sudo pamac install <package>
" to download packages from the AUR.