[Koha-bugs] [Bug 14809] INSTALL.debian needs to be updated for wheezy and jessie

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 12 22:02:52 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14809

Barton Chittenden <barton at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|INSTALL.debian refers has   |INSTALL.debian needs to be
                   |references to 'squeeze' and |updated for wheezy and
                   |'lenny'                     |jessie

--- Comment #1 from Barton Chittenden <barton at bywatersolutions.com> ---
Under squeeze,

sudo dpkg --set-selections < install_misc/debian.packages

results in each line line in install_misc/debian.packages generating an error
similar to the following:

dpkg: warning: package not in database at line XX: <package name>

To avoid this, the following lines must be added to the documentation, before
'sudo dpkg --set-selections ...'

    Run the following:

    $ sudo apt-get install dselect
    $ sudo dselect

    Select [U]pdate and [I]nstall from the dselect menu.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list