Bonjour à tous,
simple amateur de basic avec Gambas3, je voulais savoir comment obtenir la dernière version de gambas3 qui est la 3.19.6 alors que sur manjaro stable la seule version proposée e t non complète est la version 3.19.3
Merci de vos réponses, sachez que je viens de KDE Neon et que je n’ai pas encore les réflexes affutés pour ArchLinux.
Bonjour Ben,
je ne pensais pas à compiler ce qui ne rend pas toujours service car toujours en amélioration constante de la part des programmeurs.
Je souhaitais trouver des paquets tout prêts à l’utilisation mais plus à jour que ceux déjà proposés.
Tant pis on s’en contentera malgré les nombreux bugs de cette version.
Philippe
Arch Linux is on v3.19.5 now
- Arch Linux - Package Search
- upgpkg: 3.19.5-1: upstream update 3.19.5 (ddca4cdd) · Commits · Arch Linux / Packaging / Packages / gambas3 · GitLab
v3.19.6 have been tagged but not mentioned in Gambas - Gambas Almost Means Basic or builded in their Ubuntu PPA
If you generally want more updated packages switch to Testing or Unstable branches
I don’t reccomend to compile manually since we have a relatively easy (in particular for reading) packaging, grab the pkgbuild, bump the version, update the hash checks with updpkgsums
and run makepkg -s
, this is what is needed a certain number of times
I just remind you that I am new on manjaro and I am not used to Arch linux yet. It will be a certain time before I loose my habit of Debian.
Is there a way to rapidly go from stable to testing?
Thank you for your answers
Ok that’s clear :
sudo pacman-mirrors --api --set-branch testing
If I want to get back to stable I do ```
sudo pacman-mirrors --api --set-branch stable
Correct?
Not entirely.
The second command is also important -
and it is different to the one to use to change from stable to testing
ex: sudo pacman -Syuu
(to downgrade from testing to stable)
… and you could still end up with some software versions newer than what is in stable
this will “even out” over time - when stable reaches the level that testing was a few weeks before …
Well I get this after :
la satisfaction des dépendances a échoué:
- impossible de satisfaire la dépendance « libjpeg-turbo=3.0.4 » requise par lib32-libjpeg-turbo
- impossible de satisfaire la dépendance « libtiff=4.7.0 » requise par lib32-libtiff
- Wherre do I go from there?
… you get that after … what?
Did you read the Wiki article also linked in the post by @scotty65
You switch the branch and then you need to sync and update to the new branch.
You posted this in the french section - now we are talking in english.
Moderators may come in and scold me for it
(I can’t actually speak or read french - I just used google translate.)
After this sudo pacman -Syuu
Sorry for english even if I am french, you have answered me in english so I did continue. Mais je reviens au français pour t’obliger à utiliser googgggggle translator. En fait après avoir enlevé les paquets génants tout est redevenu “normal” sans perturbation dans pamac ni dans le terminal.
Merci de vos réponses.
Je me suis instruit en lisant le wiki mais mes “déformations” debian me ratrappe toujours.
Je pensais que tu voulais passer de stable à testing.
(mise à niveau, pas rétrogradation)
Pourquoi utiliseriez-vous pacman -Syuu
?
Je ne sais pas.
Je vais essayer ceci sur ma VM Xfce et voir quel résultat j’obtiens.
Oui je voulais passer de stable à testing mais vu le résultat des mises à jour demandées j’ai fais un retour en arrière et suis revenu vers stable et j’ai eu les mêmes mises à jour pendant “un certain temps” puis tout est revenu dans l’ordre. C’est en forgeant que l’on devient forgeron.
Philippe