Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stupid software question.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
bmph8ter
n00b
n00b


Joined: 06 May 2002
Posts: 46

PostPosted: Tue May 07, 2002 2:25 am    Post subject: Stupid software question. Reply with quote

I know it is possible to install software that an ebuild doesn't exist for. (Either from sorce or some binaries) But is is recommended? Maybe not even recommended, but will it mess any thing up? I know there won't be a way to uninstall it, but that's OK. I just want to be sure it won't break anything. Thanks.
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Tue May 07, 2002 3:26 am    Post subject: Reply with quote

Well, it shouldn't.

Have you ever heard of a company releasing a new (version of some) software, but stating "Don't install it, it will break everything"? :)

Any serious software will not mess anything up.
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
Guest






PostPosted: Tue May 07, 2002 4:31 am    Post subject: Reply with quote

well i get where he's coming from...you want it to conform to the operating system and not screw anything up.
Back to top
bmph8ter
n00b
n00b


Joined: 06 May 2002
Posts: 46

PostPosted: Tue May 07, 2002 4:35 am    Post subject: Reply with quote

Yeah, I have heard of it. Alpha and beta come to mind. Something that Linux (and most Linux related) things seem to be in perpetually. That's not necessarily a bad thing, it shows that people are working hard to improve their code. It was just a little difficult for me to get used to.
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Tue May 07, 2002 4:35 am    Post subject: Reply with quote

Well, if you want to be really safe, install it only if you can do it as a regular user. If you're not root, you simply can not destroy anything.
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
rizzo
Retired Dev
Retired Dev


Joined: 30 Apr 2002
Posts: 1067
Location: Manitowoc, WI, USA

PostPosted: Tue May 07, 2002 8:55 pm    Post subject: Reply with quote

Or better yet, create an ebuild for it.

I'm trying to do one now. Slow going though. I think I'm just dumb.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue May 07, 2002 10:00 pm    Post subject: Reply with quote

Well from what I read you can compile source then do an emerge -i <false-package> to fake it.
Code:

inject (-i short option)
              Add a stub entry for a package so that Portage thinks that it's
              installed when it really isn't.  Handy if you roll your own
              packages.  Example:
              emerge inject gentoo-sources-2.4.19

_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
Mr. Atoz
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2002
Posts: 84
Location: Colorado

PostPosted: Wed May 08, 2002 3:04 pm    Post subject: Re: Stupid software question. Reply with quote

bmph8ter wrote:
I I know there won't be a way to uninstall it, but that's OK.


Actualy, many apps that you download and compile from source DO have an uninstall.

Compile/Install:
Code:

cd {directory where source is untared}
./configure --?     (This will show you the standard and any special configure parameters.)
make
make install


Uninstall:
Code:

cd {directory where source is untared}
make uninstall
(or possibly 'make deinstal'l)


Hope that helps...
_________________
---Atoz
Back to top
View user's profile Send private message
Guest






PostPosted: Wed May 08, 2002 6:43 pm    Post subject: Wanted apps repository ?? Reply with quote

By the way, for those who don't know, don't have time or tried and feel ashame, it would be cool to have a repository (php website) where people vote for the most wanted ebuilds...

[My choice: unison file synchronizer (and lib lablgtk), zoggy, lablgl (all this would benefit from a caml class), djvu.sourceforge.net, jedit, kde connectiva icons, ...]
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum