Horje
how to clone my linux so all the installed packages Code Example
how to clone my linux so all the installed packages
sudo apt-get install apt-clone
apt-clone clone foo

Copy foo.apt-clone.tar.gz to the new machine and run

sudo apt-get install apt-clone
sudo apt-clone restore foo.apt-clone.tar.gz


apt-clone may work between related distributions, 
e.g. Debian and Ubuntu. Use restore-new-distro instead of restore in that case. 
If that fails, use the manual method with dpkg --get-selections and apt-mark, 
and fiddle with the package list until apt is satisfied.




Shell

Related
composer installed versions Code Example composer installed versions Code Example
find a string contain in another string Code Example find a string contain in another string Code Example
apple m1 pod install issue Code Example apple m1 pod install issue Code Example
conda create environment from yml Code Example conda create environment from yml Code Example
"xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory Code Example "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13