Re: [Announce] Faster Application Manager (Maemo5)
Quote:
Originally Posted by pantera1989
(Post 761403)
Thanks a lot for adding sorting. I really like your app. Could you please add sorting by repositories? Example extras-devel and extras?
|
There's a problem with that... Since fapman only stores information of the latest version of each available package when it reads the package lists, a repository filter would leave majority of packages hidden (if the repository where the latest version is is not chosen). Changing that would require various internal changes... Currently the correct approach is to disable those repositories you don't want to install from.
Also, it is impossible to know what repository a package has been originally installed from. It's only possible to see what repository a package is now in.
Quote:
Originally Posted by D-Iivil
(Post 761975)
Seems like fapman does not care if the package that's about to be installed conflicts with another package. It installs the package anyway.
|
Yes it does care. It uses apt-get to solve dependencies before installation and apt-get to do the actual installation, so conflicting packages won't get installed. However, if the packages are broken (the maintainer has failed to properly list conflicts in the package control section) then apt-get can't possibly know about those conflicts. What packages have you experienced this with?
|