Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Packages ====== ===== Repack ===== <code bash> dpkg-deb -R fglrx-core_14.501-0ubuntu1_amd64.deb fglrx-core 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 </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> tips/debian/deb.txt Last modified: 2015/04/12 08:15by scipio