[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get online package repository configuration on Debian



Steve Faleiro wrote:

> FROM: STEVE FALEIRO <stopspaM@anonEm4us.net>
> TO: gmane.linux.debian.user
> SUB: apt-get online package repository configuration on Debian
> 
> When installing Squeeze (Debian 7.0 amd64) I selected the option to
> not get packages/updates from the internet. I have completed the
> installation and would like to instruct the system to download and
> install a stable version of the Firebird database server
> (http://www.firebirdsql.org/).
> 
> How can I add a package repository to the apt-get configuration so
> that it can retrieve and install the latest version of Firebird on my
> Debian server?
> 
> Thank you for any responses.

 Thank you for any responses. I managed to solve the problem by:

1. Add the following line to the file etc/apt/sources.list :

   deb http://ftp.debian.org/debian wheezy main

2. Then run the commands

 apt-get update
 apt-cache search firebird
 apt-get install firebird2.5-super
 dpkg-reconfigure firebird2.5-super





-- 
Steve Faleiro


Reply to: