s6
is it better and easy than others?
If you couldn’t handle openrc, you can’t handle any of them. Go use a different distro, arch and artix are not for noobs that don’t know what they are doing.
install suse or fedora, really
easiest is openrc to be honest
not dinit?
dinit also easy but I have experiences from gentoo so openrc easiest for me
dinit might be easier to create init files… But this guy can’t understand and use basic cli commands. 🤦🏻♂
artix is an opportunity to learn
Most people fail a trial by fire…
yeah same
That’s not your typical case though.
This guy doesn’t know how to enabled and disable services… He didn’t even try to learn to do it right…
well thats
I’m making a clean Artix install (Cinnamon + S6)
I tried several combinations with Plasma/Cinnamon + OpenRC/S6/Runit. And I always end up having the same issue.
I’ll follow the next steps:
sudo pacman -Sy
sudo pacman -S firefox
sudo pacman -S yay
yay -S git base-devel
yay -S vscode (visual-studio-code-bin)
Will get the following error:
(1/1) installing visual-studio-code-bin [######################] 100%
==> NOTE: Custom flags should be put directly in: ~/.config/code-flags.conf
Optional dependencies for visual-studio-code-bin
glib2: Needed for move to trash functionality [installed]
libdbusmenu-glib: Needed for KDE global menu [installed]
org.freedesktop.secrets: Needed for settings sync [installed]
icu69: Needed for live share
:: Running post-transaction hooks…
(1/2) Updating the MIME type database…
/usr/bin/update-mime-database: /usr/lib/libc.so.6: version `GLIBC_2.36′ not found (required by /usr/lib/libstdc++.so.6)
error: command failed to execute correctly
(2/2) Updating the desktop file MIME type cache…
I’m making a clean Artix install (Cinnamon + S6)
I tried several combinations with Plasma/Cinnamon + OpenRC/S6/Runit. And I always end up having the same issue.
I’ll follow the next steps:
sudo pacman -Sy
sudo pacman -S firefox
sudo pacman -S yay
yay -S git base-devel
yay -S vscode (visual-studio-code-bin)
Will get the following error:
(1/1) installing visual-studio-code-bin [######################] 100%
==> NOTE: Custom flags should be put directly in: ~/.config/code-flags.conf
Optional dependencies for visual-studio-code-bin
glib2: Needed for move to trash functionality [installed]
libdbusmenu-glib: Needed for KDE global menu [installed]
org.freedesktop.secrets: Needed for settings sync [installed]
icu69: Needed for live share
:: Running post-transaction hooks…
(1/2) Updating the MIME type database…
/usr/bin/update-mime-database: /usr/lib/libc.so.6: version `GLIBC_2.36′ not found (required by /usr/lib/libstdc++.so.6)
error: command failed to execute correctly
(2/2) Updating the desktop file MIME type cache…
use flatpak
How ?
I’m making a clean Artix install (Cinnamon + S6)
I tried several combinations with Plasma/Cinnamon + OpenRC/S6/Runit. And I always end up having the same issue.
I’ll follow the next steps:
sudo pacman -Sy
sudo pacman -S firefox
sudo pacman -S yay
yay -S git base-devel
yay -S vscode (visual-studio-code-bin)
Will get the following error:
(1/1) installing visual-studio-code-bin [######################] 100%
==> NOTE: Custom flags should be put directly in: ~/.config/code-flags.conf
Optional dependencies for visual-studio-code-bin
glib2: Needed for move to trash functionality [installed]
libdbusmenu-glib: Needed for KDE global menu [installed]
org.freedesktop.secrets: Needed for settings sync [installed]
icu69: Needed for live share
:: Running post-transaction hooks…
(1/2) Updating the MIME type database…
/usr/bin/update-mime-database: /usr/lib/libc.so.6: version `GLIBC_2.36′ not found (required by /usr/lib/libstdc++.so.6)
error: command failed to execute correctly
(2/2) Updating the desktop file MIME type cache…
The problem is you didn’t update your system. You need to update before installing new software always.
sudo pacman -Syu flatpak && sudo flatpak search visual
I’m making a clean Artix install (Cinnamon + S6)
I tried several combinations with Plasma/Cinnamon + OpenRC/S6/Runit. And I always end up having the same issue.
I’ll follow the next steps:
sudo pacman -Sy
sudo pacman -S firefox
sudo pacman -S yay
yay -S git base-devel
yay -S vscode (visual-studio-code-bin)
Will get the following error:
(1/1) installing visual-studio-code-bin [######################] 100%
==> NOTE: Custom flags should be put directly in: ~/.config/code-flags.conf
Optional dependencies for visual-studio-code-bin
glib2: Needed for move to trash functionality [installed]
libdbusmenu-glib: Needed for KDE global menu [installed]
org.freedesktop.secrets: Needed for settings sync [installed]
icu69: Needed for live share
:: Running post-transaction hooks…
(1/2) Updating the MIME type database…
/usr/bin/update-mime-database: /usr/lib/libc.so.6: version `GLIBC_2.36′ not found (required by /usr/lib/libstdc++.so.6)
error: command failed to execute correctly
(2/2) Updating the desktop file MIME type cache…
wait
yeah i can see that