apt repository for acroread

Asked by Asif

Is there a apt repository for acroread for ubuntu karmic 32bit ?

$ apt-cache search acroread
acroread-fonts - Fonts for Acrobat reader - Medibuntu package

It only find acroread-fonts. I do have Medibuntu repository added to my apt sources.list file

$ cat /etc/apt/sources.list.d/medibuntu.list
## Please report any bug on https://bugs.launchpad.net/medibuntu/
deb http://packages.medibuntu.org/ karmic free non-free #Medibuntu - Ubuntu 9.10 "karmic koala"
# deb-src http://packages.medibuntu.org/ karmic free non-free #Medibuntu (source) - Ubuntu 9.10 "karmic koala"

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Solved by:
Asif
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Play mp3 and dvd under Ubuntu install skype googleearth acroread and other stuffs using Medibuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the universe and multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]

enable "Community-maintained Open Source software ( universe )"
enable "Proprietary drivers for devices ( restricted )"
enable "Software restrictecd by copyright or legal issue ( multiverse )"

Close and confirm the repository reload.

Then open a Terminal from the menu Applications→Accessories→Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

and type or better copy and paste:

sudo aptitude install vlc smplayer mplayer

To get better dvd playback and optional packages here the medibuntu available software list http://packages.medibuntu.org/
you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:
( here the medibuntu howto https://help.ubuntu.com/community/Medibuntu but see below )

In short please open a Terminal from the menu Applications → Accessories → Terminal and type or copy and paste:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

-- give your user password when requested, you don't see nothing when you type it, then press enter

Now to install, type:

sudo apt-get update
sudo apt-get install ubuntu-restricted-extras libxine1-ffmpeg
sudo aptitude install libdvdread4 libdvdnav4 libdvdcss2 regionset gnome-mplayer
sudo aptitude install non-free-codecs w32codecs
sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-plugins-good
sudo aptitude install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

give your user password when requested, you don't see nothing when you type it, then press enter.

You can also install other Medibuntu repository provided optional software http://packages.medibuntu.org/ :

sudo apt-get install skype
sudo apt-get install googleearth
sudo apt-get install acroread

Hope this helps

Revision history for this message
Asif (vadud3) said :
#2

This did not help

I do have the https://help.ubuntu.com/community/RestrictedFormats covered and I also have Medibuntu repository.

$ sudo apt-get install acroread
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package acroread is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package acroread has no installation candidate

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

On my Ubuntu 9.10

aptitude search acroread

get me

p acroread - Adobe Reader
p acroread-fonts - Fonts for Acrobat reader - Medibuntu packa

Please try this:
sudo apt-get update
sudo apt-get install acroread acroread-fonts

---- tried now (to download package, without install it) here result:

sudo apt-get -d install acroread

Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  libldap2 libgnome-speech7
The following NEW packages will be installed:
  acroread
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 63.5MB of archives.
After this operation, 153MB of additional disk space will be used.
Get:1 http://archive.canonical.com karmic/partner acroread 9.2-1karmic1 [63.5MB]
1% [1 acroread 919101/63.5MB 1%] 134kB/s 7min 47s^C

Hope this helps

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

But i see now is not from medibuntu but from Ubuntu partner repository please enable the partner repository...

Hth

Revision history for this message
Asif (vadud3) said :
#5

Your reply gave me the clue. I need to add the following repository which is how you are getting acroread

deb http://archive.canonical.com/ubuntu karmic partner

Thanks