python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pacman upgrade causes conflict with not present packages
I'm on Arco Linux(the most basic one).
I have installed the nodejs package with pacman.
Now when I run sudo pacman -Su I am getting nodejs-lts-gallium and nodejs are in conflict. Remove nodejs? [y/N]....
AritroSinha
Votes: 0
Answers: 1
How to stop the same package to be updated again and again in R?
I always use the same script to update my packages before working. It works well, but for a reason I can't explain, when I rerun the script, the same packages keep getting uploaded again and again. An...
Kévin Legueult
Votes: 0
Answers: 1
Where are pacman package databases downloaded from?
When updating your system on archlinux with pacman -Suy, pacman gets package databases from somewhere and then downloads packages from mirrors according to versions specified in these databases.
I kno...
Antoni
Votes: 0
Answers: 1
How to handle additional files when building and running a AUR package?
So I was just playing around and created this simple Shell script:
TestScript.sh
#!/bin/bash
read -p "read or write? " INP
if [[ "${INP}" == "write" ]]
then
read -...
Camonophy
Votes: 0
Answers: 0