PDA

View Full Version : [ubuntu] partner repository enabled but apps don't appear in synaptic



mluntz
December 3rd, 2009, 03:40 PM
I am running Jaunty amd64 and have enabled the partner repository using the software sources gui. I have checked and verified that the partner repository shows up un-commented in sources.list. But in spite of that the application that I am looking for (acroread) does not show up in synaptic, nor do other applications from that repository. I have verified that acroread is in the partner repository and have manually downloaded the deb.

In looking for acroread I also enabled the medibuntu repository and the applications in that repo show up in synaptic. But why do none of the applications in the partner repo show up in synaptic? I get no error messages at all.

gadolinio
December 3rd, 2009, 04:56 PM
Can you install the .deb you downloaded?

dnairb
December 3rd, 2009, 04:58 PM
Have you refreshed the repository list?

In terminal:

sudo apt-get update

mluntz
December 3rd, 2009, 05:28 PM
I started to install the deb, but got a warning that I should really install from the repositories so I aborted the install until I looked into this further.

I think I refreshed the repository list using Reload button in the synaptic GUI, but did not try from a terminal. Would using the Reload button have accomplished the refresh or must it be done from a command window?

dnairb
December 3rd, 2009, 06:14 PM
I think I refreshed the repository list using Reload button in the synaptic GUI, but did not try from a terminal. Would using the Reload button have accomplished the refresh or must it be done from a command window?

Both methods do the same.

mluntz
December 3rd, 2009, 10:59 PM
So does anyone have any other suggestions on how to get the packages to appear in synaptic. Alternatively, what is the advisability of installing from the downloaded deb. The message I get when clicking the deb file is
"Same version is available in a software channel. You are recommended to install the software from the channel instead."

wilee-nilee
December 4th, 2009, 12:17 AM
The Canonical repos have acroread so if you have them ticked on run in the terminal.
sudo apt-get update
then
sudo apt-get install acroread.

mluntz
December 4th, 2009, 01:06 AM
Both methods do the same.

Perhaps they should both do the same, but if so then there may be a bug in software sources. After I did an apt-get update the files in the partner repo showed up in synaptic.

wilee-nilee
December 4th, 2009, 01:28 AM
Perhaps they should both do the same, but if so then there may be a bug in software sources. After I did an apt-get update the files in the partner repo showed up in synaptic.


You first said you thought you did a update you obviously didn't there is no bug except between the screen and the chair. I say this as a joke of course. ;)

mluntz
December 4th, 2009, 04:59 PM
You first said you thought you did a update you obviously didn't there is no bug except between the screen and the chair. I say this as a joke of course. ;)

I am not trying to be contentious; I am just asking for information. An earlier responder stated that the reload button in synaptic does the same thing as running apt-get update. Was his information incorrect? Based on my experience only apt-get update will pick up the files in the partner repo. If that is the case, what is the function of the reload button in synaptic?