LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apt-show-versions...no available version in archive (https://www.linuxquestions.org/questions/linux-newbie-8/apt-show-versions-no-available-version-in-archive-729816/)

igsen 06-01-2009 05:57 AM

apt-show-versions...no available version in archive
 
Just installed "apt-show-versions".
Used it, thus the message

Quote:

ooobasis3.1-base 3.1.0-11 installed: No available version in archive
ooobasis3.1-binfilter 3.1.0-11 installed: No available version in archive
ooobasis3.1-calc 3.1.0-11 installed: No available version in archive
etc,etc.etc
Actually, not a problem that needs immediate attention, but if a solution exist, I'll be glad to give it a try.

If my memory serves me right, I installed Open Office via dpkg ".deb" because I wanted to have the latest version. Searching the net, I got an idea of using backport but its not very clear to me. I have

Quote:

deb http://www.backports.org/debian lenny-backports main contrib non-free
on my repository. And this is where I'm stucked.

craigevil 06-01-2009 07:23 AM

1. Add this line

deb http://www.backports.org/debian lenny-backports main contrib non-free

to your /etc/apt/sources.list.

2. Run apt-get update

3. All backports are deactivated by default. If you want to install something from backports run:

apt-get -t lenny-backports install “package”

Of course, you can use aptitude as well:

aptitude -t lenny-backports install “package”

igsen 06-02-2009 07:39 AM

Quote:

Originally Posted by craigevil (Post 3558912)
1. Add this line

deb http://www.backports.org/debian lenny-backports main contrib non-free

to your /etc/apt/sources.list.

2. Run apt-get update

3. All backports are deactivated by default. If you want to install something from backports run:

apt-get -t lenny-backports install “package”

Of course, you can use aptitude as well:

aptitude -t lenny-backports install “package”


Well thanks for that! I think I understand it now. Installing oo through backport will put the package in my archive. I have to wait for another release of oo though as I have the latest release of the package at the moment. Cheers!


All times are GMT -5. The time now is 05:38 PM.