This is note after migration to Artix Linux, based on my software choices.
Enable Archlinux Repository
You need to enable the archlinux repository after the Artix Linux installation.
Install packages to support archlinux repository.
|
|
Edit the configuration pacman.conf
.
|
|
Paste the configuration as below.
....
# ARCH
[extra]
Include = /etc/pacman.d/mirrorlist-arch
[community]
Include = /etc/pacman.d/mirrorlist-arch
[multilib]
Include = /etc/pacman.d/mirrorlist-arch
Now run the update repositries command.
|
|
Now you’re ready.
Install Firefox
The default artix linux repository didn’t provide you firefox packages. But they provides the firefox fork Librewolf
and Firedragon
(available on the universe
artix repository).
The firefox browser can be installed from the archlinux repository.
|
|
Install NetworkManager
by default, the artix linux used connman
for managing the network. Well I prefer NetworkManager
because it’s easy to use on graphical and ncurses or tui.
Install NetworkManager on artix linux using the following command.
|
|
Now depends on the init system you’re using right now, install the init startup script for network manager.
|
|
Now enable the NetworkManager services. If you’re installing artix linux from base package, you must install dbus
and add it to the system boot first, because the NetworkManager
service require dbus
running at first.
|
|
Now disable connman
to run at boot.
|
|
Installing Basic Tools
run pacman below.
|
|
Done.
Optionally
|
|
Ok done you’re ready to rock and your system is faster than any other.
FEEL FREE USING NON SYSTEMD DISTRIBUTION