Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: wanwalk on 23 October 2023, 22:45:13

Title: pacman did not find Rosegarden
Post by: wanwalk on 23 October 2023, 22:45:13
I have always installed Rosegarden  in my computers, but today when trying to install it in yet anpther machine, I got

 
Code: [Select]
arthur-lifebooke756:[root]:/home/arthur# pacman -Ss rosegarden 
arthur-lifebooke756:[root]:/home/arthur#


My pacman.config includes:
Code: [Select]
#[system-gremlins]
#Include = /etc/pacman.d/mirrorlist

[system]
Include = /etc/pacman.d/mirrorlist

#[world-gremlins]
#Include = /etc/pacman.d/mirrorlist

[world]
Include = /etc/pacman.d/mirrorlist

#[galaxy-gremlins]
#Include = /etc/pacman.d/mirrorlist

[galaxy]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the lib32 repositories as required here.

#[lib32-gremlins]
#Include = /etc/pacman.d/mirrorlist

#[lib32]
#Include = /etc/pacman.d/mirrorlist

Must I add  any specific repo in order to obtain Rosegarden  ? ? ? ? ??
Title: Re: pacman did not find Rosegarden
Post by: tintin on 24 October 2023, 06:12:22
Hello,

Rosegarden is in the extra (arch) repository :
Code: [Select]
pacman -Ss rosegarden
extra/rosegarden 23.06-1 (pro-audio)
    MIDI/audio sequencer and notation editor
https://wiki.artixlinux.org/Main/Repositories#Arch_repositories
Title: Re: pacman did not find Rosegarden
Post by: Artt on 24 October 2023, 08:56:34
It is in the arch repos (extra), as tintin mentioned.

I also found it on flathub. You might want to install it using flatpak if you do not want to touch arch repos.
Flatpaks are supossed to be distro-agnostic so they will work. Before you install I would check the page of this package on flathub.
Title: Re: pacman did not find Rosegarden
Post by: tintin on 25 October 2023, 07:45:19
You might want to install it using flatpak if you do not want to touch arch repos.
Rosegarden also exists in an Appimage version.