Re: 'full qualified port name'
"SanRemo" <[email protected]> Fri, 24 Feb 2017 11:14:29 +0100
| Newsgroups | gmane.os.freebsd.questions.german |
|---|---|
| Message-ID | <[email protected]> |
Oliver Fromme wrote: > Harold Gutch wrote: > > On Thu, Feb 23, 2017 at 11:07:23AM +0100, Heino Tiedemann wrote: > > > wenn ich pkg info aufrufe bekomme ich immer die namen der derzeit > > > installierten Pakete mit voller Version. Zum Beispiel so: > > > > > > firefox-51.0.1_2,1 > > > qt4-gui-4.8.7_1 > > > > > > Mir ist es total unklar, WO dieser Port in der ports collection liegt > > > (Okay, beim firefox weiß ich es zufällig). > > > > pkg info -oa > > > > oder alternativ auch > > > > pkg query %o > > Da ich ein fauler Sack bin, habe ich mir u.a. folgende Aliase > in meine ~/.zshrc geschrieben: > > alias ppd='pkg info -d' # depends on > alias ppi='pkg info' # info > alias ppl='pkg list' # file list > alias ppo='pkg origin' # port category / origin > alias ppr='pkg info -r' # required by > alias ppt='pkg time' # installation date / time > alias ppu='pkg updating | less' # local updating information > alias ppw='pkg which' # which package a file comes from Danke, habe für mich "pkg updating" entdeckt. Ist "pkg time" auch ein Alias? Bei mir klappt es nicht. $ pkg time pkg pkg: unknown command: time For more information on available commands and options see 'pkg help'. $ pkg help time pkg: 'time' is not a valid command. See 'pkg help' for more information on the commands. $ pkg -v 1.9.4 -- SanRemo To Unsubscribe: send mail to [email protected] with "unsubscribe de-bsd-questions" in the body of the message