Skip Navigation

[SOLVED] in ubuntu's recovery mode logged in as me on tty1, how do I copy the output of dpkg -l and history to a usb stick?

upgrading xubuntu to 24.04, fresh install, but I'd like to copy the output of both dpkg -l and history to a usb stick.

About history: will it copy all commands I executed on all tabs? I work with several tabs simultaneously.

ETA: thank you for all your input, problem has been solved.

10

You're viewing a single thread.

10 comments
  • @merompetehla
    Mount the usb in any directory
    send the output of any command to a file
    dpkg -l >> file.txt
    Move those files to the directory were the usb is mounted

You've viewed 10 comments.