Results 1 to 6 of 6
ok im new in gentoo world
Can i install rpm or deb packages in gentoo.I know for emerge but i cannot intsall gaim whit it....i dont know why.....it s probably ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-27-2006 #1
packages and portage
ok im new in gentoo world
Can i install rpm or deb packages in gentoo.I know for emerge but i cannot intsall gaim whit it....i dont know why.....it s probably something wrong with makefile
and also
is possible to update portage tree?if so how?
- 10-27-2006 #2
To install RPM packages
(If it's not already).Code:emerge rpm
Then runI don't really know how to install Debian packages except by converting them to RPM with alienCode:rpm -i <rpmfile> --nodeps
and runCode:emerge alien
and then install it.Code:alien -r <debian-file>
- 10-27-2006 #3
- 10-27-2006 #4
- 10-29-2006 #5
To update the portage tree:
(as long as you're not behind a firewall that blocks rsync traffic -- if so you'll have to use webrsync)Code:emerge --sync
It's generally a bad idea to install stuff outside of portage -- if so, try to make it install in /usr/local/ -- that way you don't mix custom programs and Gentoo packages.
gaim should work through portage though -- try
and post what it gives.Code:emerge -pv gaim
- 10-29-2006 #6
oh thanks
i've alredy installed gaim with
anyway thanks for info how to update portage treeCode:emerge gaim


Reply With Quote
