Tagged Questions
3
votes
6answers
4k views
How do I preserve installed applications when migrating Ubuntu to another platform?
I'm looking at maybe moving from an older AMD64 to a new Intel dual-core which is 32 bit. Installation isn't a problem but can I transfer all the installed apps? I haven't been
able to find anything ...
0
votes
3answers
92 views
bash script: here string works inconsistently
I have a simple bash script that connects to a series of servers and updates a specific package, using a here-string to answer a prompt:
sudo /usr/bin/apt-get install package-name <<< Y
...