Reply
 
Thread Tools Display Modes
  #1  
Old 07-15-2006, 05:23 PM
jonathansizz jonathansizz is offline
Junior Member
 
Join Date: Apr 2006
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default How To List Installed Programs
Is there a quick way to get a list of all the programs/applications I have installed (i.e. everything that shows up in the KMenu) so I don't have to go through each submenu and write them all down? I want to set up a different PC so this is why I would like a list of what's installed.
Reply With Quote
  #2  
Old 07-15-2006, 05:40 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
I've a blackbox PBI that has a copy of the old style KMenu (pre PC-BSD 1.2) that lists the KMenu entries, I'll post it later if you like.
Reply With Quote
  #3  
Old 07-15-2006, 07:20 PM
jonathansizz jonathansizz is offline
Junior Member
 
Join Date: Apr 2006
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Sounds good. Thanks!
Reply With Quote
  #4  
Old 07-15-2006, 10:43 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
In case you need to know the command part as well I've copied the data from my BB PBI. The Computer menu has been fused into settings, and settings which would be around the Blackbox tools section contains links to each applet in Control Center. I'll list a "list" first then do the detailed.

IS THERE ANY LETTER BESIDES "K" ?

KGoldrunner
KBounce
K Foul Eggs
Kolf
KSnake
KSpace Duel
KAsteroids
Ksirtet
KSimletris
KTron
Kenolaba
KBackgammon
KMahjongg
Atlantik
KReversi
Shisen-Sho
Lieutenant Skat
Patience
KPoker
Potato Guy
KBattleship
KLickety
Same Game
Konquest
KMines
KSokoban
KAtomic
KJumping Clube
Kolor Lines
Bitmap
K DVI Viewer
K Fax Viewer
KView
K PDF
KGhost View
Kolour Paint
KPovmodler
Kooka Scan & OCR Program
KSnapshot
KColor Chooser
KColor Edit
KFax
KIcon Edit
KRuler
KGet Download Manager
KSirc
Kopete Instant-Messenger
KPPP Dial Up Tool
KMail
KNetAttach
Krdc Remote Desktop Connnection
Konqueror
KPPP Log View
Korn Mail Alert
KNews Ticker
Online Dictionary (kdict)
KsCD Player
KAduio Creator
Kaffeine Media Player
KRec
KMix
aRts Builder
Kabootle
aRts Control
Kontact
KAddressBook
KOrganizer
KInfo Center
KPackage
KSystem Guard
KRandRTray
Krfb Desktop Sharing
KCron
Konsole
KwikDisk Removable Media Utility
View Disk Usage (kdf)
KMouse Tool
KMag
KSayIt
Text-To-Speach Manager (kttsmgr)
Klipper
KPager
Super Karamba
KNotes
KTip
KCalculator
KEdit
KWrite
KATE
X Edit
Ark file archiver
KHex Edit
KPalmDOC
KGpg
KJots
KAlarm
KArm
MultiSynk
TENF File Viewer
KDE PrintFax
KFloppy formatter
IRKick LIRC Server (irkick)
Kandy Mobile Phone Tool
KPilot
KJobViewer
/* X-Utilities, most are not shown in KMenu */
X-Calculator
X-Clipboard
X-Clock
X-Console
Xfontsel
Xman
X-Mag
X-Load
X-Refresh
X-Terminal
X-Kill
X-Resource Editor
/*end*/
OClock
KCharSelect kcharselect
KTimer
KFontView
KRegExpEditor


[/code]



submenu is a submenu (is the name of the program) {Is the command used to run it}

Condensed version will be below the detailed version.

Code:
    [submenu] (Computer)
        [submenu] (PC-BSD Settings)
            [exec] (User Manager) {kdesu /PCBSD/bin/usermanager}
            [exec] (Keyboard) {kcmshell display}
            [exec] (Mouse) {kcmshell mouse}
            [exec] (Network manager) {kdesu /PCBSD/bin/Networkmanager}
            [exec] (Online Update) {kdesu /PCBSD/bin/PBU}
            [exec] (PBI Online Update) {kdesu /PCBSD/bin/PBIUpdater}
            [exec] (Printer Manager) {kprinter}
            [exec] (Remove Programs) {kdesu /usr/local/MyPrograms/bin/PB-Manager
            # That is actually /Programs/.bin/PB-Manager
            # /usr/local/MyPrograms is provided for compatiblity with PBI
            # made for the beta versions of PCBSD.
            [exec] (Sound Mixer) {kmix}
            [exec] (Sytem) {kdesu /PCBSD/bin/PBSystem}
            [end]
        [exec] (Drives) {konqueror /PCBSD/Computer/Drives}
        [exec] (Local Network) {konqueror remote:/}
        [end]
    [submenu] (Games)
        [submenu] (Arcade)
                [exec] (KGoldrunner) {kgoldrunner}
                [exec] (KBounce) {kbounce}
                [exec] (K Foul Eggs) {kfouleggs}
                [exec] (Kolf) {kolf}
                [exec] (KSnake) {ksnake}
                [exec] (KSpace Duel) {kstapceduel}
                [exec] (KAsteroids) {kasteroids}
                [exec] (Ksirtet) {ksirtet}
                [exec] (KSimletris) {ksimletris}
                [exec] (KTron) {ktron}
        [end]
        [submenu] (Board Games)
                [exec] (Kenolaba) {kenolaba}
                [exec] (KBackgammon) {kbackgammon}
                [exec] (KMahjongg) {kmahjongg}
                [exec] (Atlantik) {atlantik}
                [exec] (KReversi) {kreversi}
                [exec] (Shisen-Sho) {kshisen}
                [exec] (KWin4) {kwin4}
        [end]
        [submenu] (Card Games)
                [exec] (Lieutenant Skat) {lskat}
                [exec] (Patience) {kpat}
                [exec] (KPoker) {kpoker}
        [end]
        [submenu] (Kids Games)
                [exec] (Potato Guy) {ktuberling}
        [end]
        [submenu] (Tactics & Strategy)
                [exec] (KBattleship) {kbattleship}
                [exec] (KLickety) {klickety}
                [exec] (Same Game) {ksame}
                [exec] (Konquest) {konquest}
                [exec] (KMines) {kmines}
                [exec] (KSokoban) {ksokoban}
                [exec] (KAtomic) {katomic}
                [exec] (KJumping Clube) [kjumpingclube}
                [exec] (Kolor Lines) {klines}
        [end]
    [end]
    [submenu] (Graphics)
        [exec] (Bitmap)     {bitmap}
        [exec] (K DVI Viewer) {kdvi}
        [exec (K Fax Viewer) {kfaxview}
        [exec] (KView)  {kview}
        [exec] (K PDF) {kpdf}
        [exec] (KGhost View) {kghostview}
        [exec] (Kolour Paint) {kolourpaint}
        [exec] (KPovmodler) {kpovmodeler}
        [exec] (Kooka Scan & OCR Program) {kooka}
        [exec] (KSnapshot) {ksnapshot}
        [submenu] (More Applications)
                [exec] (KColor Chooser) {kcolorchooser}
                [exec] (KColor Edit) {kcoloredit}
                [exec] (KFax) {kfax}
                [exec] (KIcon Edit) {kiconedit}
                [exec] (KRuler) [kruler}
        [end]
    [end]
    [submenu] (Internet)
        [exec] (KGet Download Manager) {kget}
        [exec] (KSirc) {ksirc}
        [exec] (Kopete Instant-Messenger) {kopete}
        [exec] (KPPP Dial Up Tool) {kppp}
        [exec] (KMail) {kmail}
        [exec] (KNetAttach) {knetattach}
        [exec] (Krdc Remote Desktop Connnection) {krdc}
        [exec] (Konqueror) {konqueror}
        [submenu] (More Applications)
            [exec] (KPPP Log View) {kppplogview}
            [exec] (Korn Mail Alert) {korn}
            [exec] (KNews Ticker) {appletproxy knewsticker.desktop}
            [exec] (Online Dictionary) {kdict}
        [end]
    [end]
    [submenu] (Multimedia)
        [exec] (KsCD Player) {kscd}
        [exec] (KAduio Creator) {kaduiocreator}
        [exec] (kaffeine Media Player) {kaffeine}
        [exec] (KRec) {krec}
        [exec] (KMix) {kmix}
        [submenu] (More Applications)
            [exec] (aRts Builder) {artsbuilder}
            [exec] (Kabootle) {kabootle}
            [exec] (aRts Control) {artscontrol}
        [end]
    [end]
    [submenu] (Office)
        [exec] (Kontact) {kontact{
        [exec] (KAddressBook) {kaddressbook}
        [exec] (KOrganizer) {korganizer}
    [end]
    [submenu] (Blackbox Tools)
        [exec] (BBConfiguration Tool) {bbconf}
        [exec] (BBKeys) {xterm -e bbkeys}
        [exec] (Docker) {docker}
        [exec] (BBPager) {bbpager}
    [end]
    [submenu] (System)
        [exec] (KInfo Center) {kinfocenter}
        [exec] (KPackage) {kpackage}
        [exec] (KSystem Guard) {ksysguard}
        [exec] (KRandRTray) {krandrtray}
        [exec] (Krfb Desktop Sharing) {krfb}
        [exec] (KCron) {kcron}
        [exec] (Konsole){konsole}
        [submenu] (More Applications)
            [exec] (Konqueror Super User Mode) {kdesu konqueror /root}
            [exec] (Konsole Super User Mode) {konsole --type su}
            [exec] (KwikDisk Removable Media Utility) {kwikdisk}
            [exec] (View Disk Usage) {kdf})
            [end]
    [end]
    [submenu] (Utilities)
        [submenu] (Accessibility)
            [exec](KMouse Tool) {kmousetool}
            [exec] (KMag) {kmag}
            [exec] (KSayIt) {ksayit}
            [exec] (Text-To-Speach Manager) {kttsmgr}
        [end]
        [submenu] (Desktop)
            [exec] (Klipper) {klipper}
            [exec] (KPager) {kpager}
            [exec] (Super Karamba) {superkaramba}
            [exec] (KNotes) {knotes}
            [exec] (KTip) {ktip}
            [exec] (KCalculator) {kcalc}
        [end]
        [submenu] (Editors)
            [exec] (KEdit) {kedit}
            [exec] (KWrite) {kwrite}
            [exec] (KATE) {kate}
            [exec] (X Edit) {xedit}
        [end]
        [submenu] (File)
            [exec] (Ark file archiver) {ark}
            [exec] (KHex Edit) {khexedit}
            [exec] (KPalmDOC) {kpalmdoc}
        [end]
        [submenu] (PIM)
            [exec] (KGpg) {kgpg}
            [exec] (KJots) {kjots}
            [exec] (KAlarm) {kalarm}
            [exec] (KArm) {karm}
            [exec] (MultiSynk) {multisynk}
            [exec] (TENF File Viewer) {ktenf}
        [end]
        [submenu] (Peripherals)
            [exec] (KDE PrintFax) {kdeprintfax}
            [exec] (KFloppy formatter) {kfloppy}
            [exec] (IRKick LIRC Server) {irkick}
            [exec] (Kandy Mobile Phone Tool) {kandy}
            [exec] (KPilot) {kpilot}
            [exec] (KJobViewer) {kjobviewer --all --show}
        [end]
        [submenu] (X-Utilities)
            [exec] (X-Calculator) {xcalc}
            [exec] (X-Clipboard) {xclipboard}
            [exec] (X-Clock) {xclock}
            [exec] (X-Console) {xconsole}
            [exec] (Xfontsel) {xfontsel}
            [exec] (Xman)     {xman}
            [exec] (X-Mag) {xmag}
            [exec] (X-Load) {xload}
            [exec] (X-Refresh) {xrefresh}
            [exec] (X-Terminal) {xterm}
            [exec] (X-Kill) {xkill}
            [exec] (X-Resource Editor) {editres}
        [end]
        [exec] (OClock) {oclock}
        [submenu] (More Applications]
            [exec] (KCharSelect) {kcharselect}
            [exec] (KTimer) {ktimer}
            [exec] (KFontView) { kfontview}
            [exec] (KRegExpEditor) {kregexpeditor}
        [end]
    [end]
    [submenu] (Home)
        [exec] (Home Directory) {konqueror ${HOME}}
        [exec] (Documents) {konqueror ${HOME}/Documents}
        [exec] (Music) {konqueror ${HOME}/Music}
        [exec] (Videos) {konqueror ${HOME}/Videos}
        [exec] (Images) {konqueror ${HOME}/Images}
    [end]
Reply With Quote
  #5  
Old 07-16-2006, 02:02 AM
DragnLord DragnLord is offline
Senior Member
 
Join Date: Feb 2006
Location: C'ville, Va.
Posts: 695
Thanks: 0
Thanked 0 Times in 0 Posts
Default
from console or terminal use:
pkg_info
__________________
add [SOLVED] to topics with solutions
psearch: use it, love it
Reply With Quote
  #6  
Old 07-16-2006, 08:22 AM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by DragnLord
from console or terminal use:
pkg_info
For more information about up to date ports use:

Code:
pkg_version -v
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
list of installed software yerenkow Feature Requests 3 04-01-2008 11:43 PM
PBI installed programs don't launch szdl PBI Discussion 8 12-05-2007 02:19 AM
Mounting under additionally installed programs Alex Startup Bug Reports 0 02-20-2007 03:07 PM
Empty remove programs list edgar PBI Discussion 1 06-24-2006 11:28 PM
Updating PBI installed programs. shawn PBI Discussion 7 08-29-2005 06:27 PM


All times are GMT. The time now is 02:03 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.