Thursday 1 May 2014

Ubuntu – Installing synaptic packager manager in an offline system

 

Let us see how we can install “Synaptic Package Manager” in an offline system. First we need the “synaptic” deb file listed below

  • synaptic_<version>_<platform>.deb
    • Dependencies
      • libept1.4.12 _<version>_<platform>.deb
      • rarian-compat_<version>_<platform>.deb
        • Dependencies
          • docbook-xml_<version>_<platform>.deb
            • Dependencies
              • sgml-data_<version>_<platform>.deb
          • librarian0_<version>_<platform>.deb
      • libgtk2-perl_<version>_<platform>.deb
        • Dependencies
          • libcairo2_<version>_<platform>.deb
          • libglib-perl_<version>_<platform>.deb
          • libpango-perl_<version>_<platform>.deb

Copy all these “.deb” files to a fodler. Now open the terminal. Change to the directory where all the above “.deb” files have been copied using “cd” command. Now issue the following command:

sudo dpkg –i *.deb

All the “.deb” files can be downloaded from the website “http://packages.ubuntu.com/”.

No comments:

Post a Comment