[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?
[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.
You're viewing a single thread.
View all comments
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 mounted3 0 Reply
You've viewed 10 comments.
Scroll to top