[Bug 1148012] Re: apt-get install * gives some not existing packages
Daniel Hartwig
mandyke at gmail.com
Fri Mar 8 09:19:43 UTC 2013
On 6 March 2013 20:17, David Kalnischkies <1148012 at bugs.launchpad.net> wrote:
> Theoretically
> apt-get remove ".*:*"
> (quotes so your shell isn't trying to expand it) would remove every
> package from your system.
> apt-get install ".*"
> on the other hand would install every available package (in the
> "best" architecture) on your system.
>
> (apt-get uses regex, not globbing)
>
Right. These are the correct commands to use to pass such a wildcard
to apt, otherwise the shell will interpret ‘*’ in it's own way and
replace it with specific file names.
With OPs command it never receives the ‘*’ and that is not a valid
regex anyway. So this is not a bug in apt.
status invalid
** Changed in: apt (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1148012
Title:
apt-get install * gives some not existing packages
Status in “apt” package in Ubuntu:
Invalid
Bug description:
when i type sudo apt-get install *
i get an result that my subfolders of my home folder doesnt exist.
like documents and pictures
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1148012/+subscriptions
More information about the foundations-bugs
mailing list