Should i merge those pacdiff files or leave it alone?

/etc/hosts.pacnew

and

/etc/pacman.d/mirrorlist.pacnew

Forgot to mention that it shows this in Garuda Rani.

/etc/pacman.d/mirrorlist.pacnew can usually be safely deleted, since garuda-update handles refreshing the mirrorlist unless you specify --skip-mirrorlist or have it set in your config.

As for /etc/hosts.pacnew, you have to check your hosts file and see if there is anything you want to keep, but I opted for simply moving the new file in place of the old one since they seemed similar enough.

6 Likes

I am quite new to this sorry but should i click start merging? i haven’t made any changes in those files for me wanting to keep anything old..

Dos not fit for me, but the user is the admin :slight_smile:

2 Likes

You can try merging with Rani but that is kind of experimental as of now. I would simply
sudo rm /etc/pacman.d/mirrorlist.pacnew && sudo mv /etc/hosts.pacnew /etc/hosts

Like I said, do check your /etc/hosts and note that in future instances you eventually will have to use some merging tool, especially when /etc/pacman.conf gets updated.

1 Like

Right, you can also opt to simply delete the /etc/hosts.pacnew as well, your choice

1 Like

Whats the best merging tool to use in the future?

Use pacdiif in terminal, it uses Meld, but you can change it to your liking. :slight_smile:
It’s Linux.

5 Likes

will do thanks!

List of applications/Utilities Comparison, diff, merge - ArchWiki

4 Likes

thanks!

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