How to install minimal Gnome DE? (How to Convert Arch Linux to EndeavourOS)

sudo pacman -Syyu lsb-release

2 Likes

I hope so :smiley: cos Iā€™m a little OCD and a Purist (No not an Arch purist) cos I donā€™t like to do hacks like this usually.

I honestly canā€™t remember what happened it was a while ago but due to it (rEFInd) being third party update could possibly cause issues?

I only have a dual boot system with Windows and systemd-boot works fine with it.

Thanks it fixed the issue

2 Likes

Hey @undecided Welcome to EndeavourOS :joy: :joy: :joy:

2 Likes

I know itā€™s cringe-worthy my above response :smiley:

Just a little side note, the only DE that is themed is the offline Xfce install, all the online DE installs are untouched theme-wise.

2 Likes

Other packages you might be interested in to install from Endeavour repo (they came as part of the installation when I installed my system (Cinnamon DE)):

eos-log-tool
eos-update-notifier
grub-tools
mkinitcpio-openswap
reflector-simple
1 Like

Thatā€™s good to know @Bryanpwo. I have already installed my favourite themes materia-gtk and papirus :slight_smile:

+1

:sweat_smile:

2 Likes

Thanks I might install those except for reflector-simple which I already have and grub-tools because I use systemd-boot.

1 Like

I just have to uninstall the archlinux-wallpaper package because Iā€™m on EndeavourOS btw!!!

I still would like to know if this part necessary? In case I decide to do this again. Or if anyone else need to refer to this thread.

Itā€™s necessary if you want to install packages from the [endeavouros] repository.

2 Likes

Thanks @jonathon

Edit:

Many have contributed to form the correct solution including @jonathon whose contribution from his [HowTo] Convert Manjaro to EndeavourOS is obviously a compulsory part of the solution. Unfortunatey I can only click one post as the solution. Many thanksto everyone who helped me out!

1 Like

Is one better than the other? I saw the second in the same tutorial at Manjaro forums

sudo pacman-key --keyserver keyserver.ubuntu.com -r 003DB8B0CB23504F
sudo pacman-key --lsign 003DB8B0CB23504F

sudo pacman-key --keyserver hkp://pool.sks-keyservers.net -r 003DB8B0CB23504F
sudo pacman-key --lsign 003DB8B0CB23504F

Itā€™s the same thing, just a different mirror. Doesnā€™t matter which one you use, if one fails for some reason, use the other.

3 Likes

Awesome. Thanks @Kresimir An unrelated quick question how do you use that country flag next to your name? didnā€™t wan to open another thread to ask that. Iā€™ve already created too many topics today.

1 Like

Go to: https://forum.endeavouros.com/u/undecided/preferences/profile and pick your National Flag.

3 Likes

If only I had scrolled all the way to the bottom when I checked the profile earlier :woozy_face:

Iā€™ve decided to keep a document in case I have to do this again and I donā€™t want to refer to multiple forum posts because everything is kind of scattered everywhere. So could someone please have a look and let me know if this looks good or if thereā€™s anything Iā€™m missing.

Edit: @freebird54 verified it to be comprehensive

Convert Arch Linux to EndeavourOS

sudo nano /etc/pacman.d/endeavouros-mirrorlist

## Germany
Server = https://mirror.alpix.eu/endeavouros/repo/$repo/$arch

## Sweden
Server = https://ftp.acc.umu.se/mirror/endeavouros/repo/$repo/$arch
Server = https://mirror.linux.pizza/endeavouros/repo/$repo/$arch

## Github
Server = https://github.com/endeavouros-team/mirrors/releases/download/mirror1/
Server = https://raw.githubusercontent.com/endeavouros-team/repo/master/$repo/$arch

---------------------------------------------------------------------------------------------------------------------------------------

sudo nano /etc/pacman.conf

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist

---------------------------------------------------------------------------------------------------------------------------------------

sudo pacman-key --keyserver hkp://pool.sks-keyservers.net -r 003DB8B0CB23504F
sudo pacman-key --lsign 003DB8B0CB23504F

or 

sudo pacman-key --keyserver keyserver.ubuntu.com -r 003DB8B0CB23504F
sudo pacman-key --lsign 003DB8B0CB23504F

---------------------------------------------------------------------------------------------------------------------------------------

sudo pacman -Syyu
sudo pacman -S lsb-release 
sudo pacman -S endeavouros-keyring endeavouros-mirrorlist eos-hooks eos-log-tool eos-update-notifier eos-rankmirrors reflector-simple mkinitcpio-openswap welcome yay 

---------------------------------------------------------------------------------------------------------------------------------------

sudo mv /etc/pacman.d/endeavour-mirrorlist.pacnew /etc/pacman.d/endeavour-mirrorlist