Downgrading a port
Matthew Seaman
matthew at freebsd.org
Fri May 10 07:36:20 UTC 2013
On 10/05/2013 07:32, Polytropon wrote:
> On Thu, 9 May 2013 18:03:22 +0200, bsd at todoo.biz wrote:
>> > I wanted to know if there is a way to simply downgrade a package
>> > I have installed with pkgng ?
> There is no such thing as a "simple downgrade". :-)
All too true.
> The primary goal of the new pkg system is to provide as
> "bleeding edge" possible in binary precompiled form, with
> the ability of binary upgrades. Switching to older versions
> has not been a direct concern, I think.
The primary goal of pkgng is to provide a state of the art binary
package management system allowing users to maintain a coherent and
consistent set of packages over time.
Yes, the focus has primarily been on how to upgrade to the latest
available packages, because that's the vast majority of what routine
package maintenance entails. However, it's not the whole story. We've
got the ability to 'hold' specific packages coming in release 1.1,
on-going work on the package solver to be able to find an arbitrary set
of packages out of what is available that fulfils specific requirements
(eg. that libreoffice version x.y.z is installed, together with the most
up to date possible version of firefox consistent with that) and with
all the package dependencies met, plus I'm thinking about a feature for
having an 'undo' capability. Much of that can involve installing or
leaving in place older versions of packages.
Cheers,
Matthew
More information about the freebsd-questions
mailing list