Cannot set environment variable to allow DOWNGRADE

Issuing the command:

# SUDO_EDITOR=nano sudoedit /etc/environment

displays the nano EDITOR with the following entry:

DOWNGRADE_FROM_ALA=1

After saving and issuing the command:

# downgrade zoom

Downgrading from A.L.A. is disabled on the stable branch. To override this behavior, set DOWNGRADE_FROM_ALA to 1.
See https://wiki.manjaro.org/index.php/Downgrading_packages  for more details.

No results found
Unable to downgrade zoom
# 

How to downgrade?

Do you have downgrade installed?

pamac install downgrade

to downgrade:
sudo downgrade package name

edit: I didn’t notice that it was an AUR package. I apologize for the misinformation

JR

https://wiki.manjaro.org/index.php/Downgrading_packages
Another option: in pamac gui settings ==> tab advanced “Enable downgrades”

BUT: as ZOOM is in the repo AUR ==> no downgrade possible

https://aur.archlinux.org/packages?O=0&SeB=nd&K=zoom&outdated=&SB=p&SO=d&PP=50&submit=Go
https://aur.archlinux.org/packages/zoom
Or:

You cannot downgrade a custom package build from AUR

2 Likes

The only thing you can do then is:

rollback to the snapshot before updating zoom ( :mag: snapper pac-snap )

re-doing everything , but not updating zoom

P.S. i do use :mag: trizen

Do you use yay AUR helper?
If yes, You can downgrade zoom, if it exists in yay cache.

$ yay -U ~/.cache/yay/{package}

If no, you modify the PKGBUILD

Yes have downgrade installed.

$ yay -U ~/.cache/yay/zoom
[sudo] password for : 
loading packages...
error: '/home/ /.cache/yay/zoom': could not find or read package
 -> exit status 1
$ 

Guess local yay cache was emptied.

if you built zoom using pamac

You may still have the package in the pamac cache

ls /var/tmp/pamac-build-$USER

Have successfully compiled mesa with codecs.

So can now run with latest zoom.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.