Page 1 of 1
hobbit on BubbaTwo
Posted: 01 Oct 2008, 10:45
by boban
Hello
Do you have any idea how i can use apt-get to get that application on my BubbaTwo. Hobbit is not in your library.
Thanks
Jacob
Posted: 01 Oct 2008, 10:58
by Bahurim
I believe bubba uses the Debian etch repositories, but the package you want is not in the normal repositories. Doing a search for that package on
http://packages.debian.org/search?keywo ... ection=all shows the package is only available on etch-backports, lenny (testing), or sid (unstable).
Probable best solution is to download all the packages from above URL and install them manually using dpkg.
Posted: 01 Oct 2008, 17:04
by boban
You are probably right.. But it could be nice to use apt-get to do the job..
thanks..
b
Posted: 01 Oct 2008, 19:35
by Bahurim
boban wrote:... But it could be nice to use apt-get to do the job...
Well... you could just add the etch-backports repositories to your /etc/apt/sources.list. BUT that could and most likely would open you up to other problems, ex. some programs might want to update when what you have is probably what you should stick with.
Hopefully one of the excito guys will chime in and let us know if using backports is ok or not.

Posted: 02 Oct 2008, 06:53
by carl
Bahurim wrote:boban wrote:... But it could be nice to use apt-get to do the job...
Well... you could just add the etch-backports repositories to your /etc/apt/sources.list. BUT that could and most likely would open you up to other problems, ex. some programs might want to update when what you have is probably what you should stick with.
Hopefully one of the excito guys will chime in and let us know if using backports is ok or not.

Actually adding backports to sources.list isn't a problem, as it will never automatically update from there.
/Carl