You are not logged in.

#1 2012-02-17 02:32:12

duke11235
Member
Registered: 2009-10-09
Posts: 221

[SOLVED] Teamviewer Package Run Command

I run Openbox, and usually start everything by typing its name in the terminal. I can't figure out how to start it, is there a command that will show me that? Thanks.

EDIT: Found it as teamviewer7 in /usr/bin.

Last edited by duke11235 (2012-02-17 02:46:22)

Offline

#2 2012-02-17 17:52:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Teamviewer Package Run Command

Some packages will tell you how to invoke a non-obviously named binary in post_install messages, but you can run e.g.

pacman -Qlq foo | grep bin

https://wiki.archlinux.org/index.php/FA … tart_it.3F

Last edited by karol (2012-02-17 17:52:55)

Offline

#3 2012-02-17 19:09:31

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Teamviewer Package Run Command

Is there a reason for the second "q" (--quiet) in 'pacman -Qlq foo | grep bin' ? Because it works just fine without it. The man page says it's to show less information (mainly for scripts).

Just askin'.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#4 2012-02-17 19:14:39

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Teamviewer Package Run Command

That's what I want - less info.

When I check multiple packages at once

pacman -Ql foo bar baz | grep bin

(w/o the '-q' switch) may be a better option although you can use '/usr/bin/' dir as a 'here begins the listing for the next package' marker:

[karol@black ~]$ pacman -Qlq pacman packer | grep bin
/usr/bin/
/usr/bin/cleanupdelta

<snip>

/usr/bin/vercmp
/usr/bin/
/usr/bin/packer

Last edited by karol (2012-02-17 19:17:30)

Offline

Board footer

Powered by FluxBB