Announcement

Collapse
No announcement yet.

how to generating installed list of adept ?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to generating installed list of adept ?

    I need some help..
    How to generating installed list of adept to text file?
    i'm very needed for manual install .deb files which every packages may have dependencies with other packages and is usefull for download reqruitment packages effectiveness.

    #2
    Re: how to generating installed list of adept ?

    Try in a Konsole session--
    dpkg -l > filename
    That's a lower case L as an option. Dpkg will generate a list of packages installed and will redirect them to a file. Make up your own name in the place of "filename".

    For example,

    dpkg -l > installed-packages

    That will put the file "installed-packages" in the current directory.

    Hope this helps.

    Comment

    Working...
    X