DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Manually install packages with apt-get


  1. download packages with apt-get: sudo apt-get -d install mysql-server;

  2. verify downloaded packages: ls -lht /var/cache/apt/archives | grep mysql;

  3. copy packages to destination machine;

  4. install packages: dpkg -i *.deb...



Published

Jun 6, 2013

Last Updated

Jun 6, 2013

Category

Tech

Tags

  • ubuntu 61

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor