Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How do you open a downloaded file from synaptic?

Writer Olivia Zamora

I am trying to open a file I downloaded from Synaptic. How do you do that?

2

2 Answers

actually the packages you are downloading through the synaptic package manager will be at /var/cache/apt/archives location in your PC.Those packages will be in .DEB format.

so if you like to open the .DEB file , you can do it with

ar vx your_package.deb.
6

Once the downloads are finished, go in Synaptic Package Manager again and select the same package(s) name(s) that you initially selected. Go to “Add downloaded packages” from the File menu, notice that the window that pops up is titled "Select directory" not "Select file(s)", you do not select individual package files but the directory which contains them. Therefore you should browse to the directory which contains 'Downloads', click once on 'Downloads' to select it, then click Open. Synaptic will then scan the selected directory for packages and offer to install them.

It is really quite simple to use: sudo dpkg -i *.deb

Source:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy