First we need to configure *pkgin* to use a repository which contains the pkgsrc binary packages. For this example we will use the main DragonFly server. **Note**: Be sure to use a local [[mirror|mirrors/]] for better performance and to reduce load on the main servers.
- # echo "http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/" > \
+ # echo "http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.8.2/stable/All/" > \
/usr/pkg/etc/pkgin/repositories.conf
# pkgin update
cleaning database from
- http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/
+ http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.8.2/stable/All/
entries...
downloading pkg_summary.bz2: 100%
processing remote summary
- (http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/)...
+ (http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.8.2/stable/All/)...
updating database: 100%
Now to upgrade packages that are already installed in the system