Changes between Version 8 and Version 9 of pkg-apt


Ignore:
Timestamp:
Oct 9, 2009, 3:05:34 PM (15 years ago)
Author:
maphew
Comment:

link to cyg-apt source

Legend:

Unmodified
Added
Removed
Modified
  • pkg-apt

    v8 v9  
    3434Apt.py and setup.exe use the same install database and procedures (though not code). One can switch between them at will depending on the needs of the moment. Configure setup.exe's cache directory to `C:\Osgeo4W\var\cache\setup` to avoid duplicating downloads. I would of course expect problems were both to run at the same time.
    3535
    36 I've been using apt.py without significant issues for over a year, nevertheless I still consider this alpha software. This is my first real  software development project and I've no training whatsoever. The only reason it works at all is because the original author, Jan Nieuwenhuizen, knew what he was doing when he wrote cyg-apt for cygwin.
     36I've been using apt.py without significant issues for over a year, nevertheless I still consider this alpha software. This is my first real  software development project and I've no training whatsoever. The only reason it works at all is because the original author, Jan Nieuwenhuizen, knew what he was doing when he wrote [http://download.linuxaudio.org/lilypond/binaries/cygwin/ cyg-apt for cygwin].
    3737
    3838The biggest functional problem is that uninstall is not yet comprehensive. There is little error trapping and not enough feedback on commands. For example "apt remove" just silently exits back to the shell prompt when it should respond with a usage message ("apt remove [package_name]"), at the least. (#53)