Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 636 Bytes

File metadata and controls

18 lines (13 loc) · 636 Bytes
layout post
title New XBPS 0.25 repository format
date 2013-07-05
comments true

Starting with XBPS 0.25, the repository format has been changed to a single compressed file. This will cause troubles if you are upgrading from an old version, and you will encounter errors with missing packages when installing and/or upgrading.

Therefore you must update XBPS before continuing to avoid the missing package errors:

$ xbps-install -Su xbps

This will update XBPS to the latest stable version stored in the old repository format.

After upgrading XBPS to >=0.25 you can safely install and upgrade packages normally.