tips:debian:deb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:debian:deb [2015/04/03 20:45] – created scipiotips:debian:deb [2015/04/12 08:15] (current) – [Clone packages PC to another] scipio
Line 7: Line 7:
 sed -ri 's/(Conflicts|Provides).*/\1: fglrx-driver-core/' fglrx-core/DEBIAN/control sed -ri 's/(Conflicts|Provides).*/\1: fglrx-driver-core/' fglrx-core/DEBIAN/control
 sudo dpkg-deb -b fglrx-core/ fglrx-core_14.501-0ubuntu1_amd64.deb sudo dpkg-deb -b fglrx-core/ fglrx-core_14.501-0ubuntu1_amd64.deb
 +</code>
 +
 +===== Clone packages from machine to another =====
 +
 +on PC 1
 +<code bash>
 +dpkg --get-selections > /tmp/package_list
 +</code>
 +
 +on PC 2
 +<code bash>
 +dpkg --set-selections < /path/to/packages_list
 +apt-get -u dselect-upgrade
 </code> </code>
  • tips/debian/deb.1428086740.txt.gz
  • Last modified: 2015/04/03 20:45
  • by scipio