Skip to content

Install specific version of an AUR package #1068

Answered by Morganamilo
arakis asked this question in Q&A
Discussion options

You must be logged in to vote

paru -S virtualbox-ext-oracle=7.0.10.

This won't ever happen because the AUR's API will only give us info on the current version of a package so all dependency resolving and sanity checks go out the window. So it wouldn't really make a sensible feature.

I still think the pkgbuild repo method I suggested is what you want though.

# create a pkgbuild repo and add it to paru.conf
morganamilo@starlight ~ % mkdir oldpkgs
morganamilo@starlight ~ % sudo tee -a /etc/paru.conf <<-
EOF

  [oldpkgs]
  Path = file:///home/morganamilo/oldpkgs
EOF

# take virtualbox-ext-oracle from the AUR and put it in the repo
morganamilo@starlight ~ % git -C oldpkgs clone https://aur.archlinux.org/virtualbox-ext-or…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@Morganamilo
Comment options

@Morganamilo
Comment options

@arakis
Comment options

@Morganamilo
Comment options

Answer selected by arakis
@arakis
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants