OK I need to know how to install program in kubuntu that didnt come with kubuntu they are called aquila, verlihub they are hub software for the dc++ network designed for linux. Im on my 5th linux distro and i must say i like this one best (Kubuntu that is) but no one will tell me how to install software and i cant figure it out ive been on 5 different forums since yesterday asking someone pls help me !!
Announcement
Collapse
No announcement yet.
installing proggrams
Collapse
This topic is closed.
X
X
-
Re: installing proggrams
If it's intalling from source, tarballs, and such, you might check out these:
Compile from source:
https://help.ubuntu.com/community/CompilingEasyHowTo
https://help.ubuntu.com/community/CompilingSoftware
https://help.ubuntu.com/community/CheckInstall
(all three are together and are cross-linked)
Compile from source, Installing software (MANY links):
http://kubuntuforums.net/forums/inde...opic=3086417.0An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
-
Re: installing proggrams
The first thing I would try would be the debian package. It may not work with ubuntu, but many do. If this doesn't work you can uninstall it and compile from source yourself.
If you have installed these previously on debian based systems using apt-get the procedure will be the same for ubuntu.
http://www.verlihub-project.org/doku.php?id=debian
This gives instructions for verlihub. If you have any questions about this post back.
Do you have links to the main site for the aquila.
- Top
- Bottom
Comment
-
Re: installing proggrams
thanks thats actually really helpful I didnt realize you had to compile things in linux I would have ran away if I knew that in advance but Im reading some simple directions for shell commands and what not and I guess Im turning into a turbo nerd but Im actually having fun aquila is http://aquiladc.googlepages.com/ it looks to me that verlihub would be better for me. What are debian packages ?? Ive been messing around with apt-get but i dont fully understand it. Is it a program to install programs with on debian ?? Those links are really helpful thx a lot. Ive never installed anything on any linux I've messed around with live distos b4 but this is really my 1st time seriously using it and I really do love it so far. once you get into it its ok im just so goddam sick of window and all its crap im ready to do anything to get as far away from it as i can.
- Top
- Bottom
Comment
-
Re: installing proggrams
Welcome to Kubuntu!
I'd start here:
Tuxfiles: http://www.tuxfiles.org/
(For commands, filesystems, mounting, etc.)
Psychocats: http://www.psychocats.net/ubuntu/index.php
(For anything/everything -- see what she says about installing software and apt and etc. -- refer to the left side bar on main page. Psychocats is written for Ubuntu, but the differences are trivial and concern just a few commands, at least for what we are talking about here.)
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
-
Re: installing proggrams
Originally posted by TYRRAMWhat are debian packages ?? Ive been messing around with apt-get but i dont fully understand it. Is it a program to install programs with on debian ??
So basically, when you want to install something, the first and easiest thing is to search for it in adept package manager (a visual front for apt-get). If you can't find it there then look around online for a .deb as these are also easy. If you can't get it either of these ways then find the .tar.gz and make and compile from this, this third method is not particularly difficult but it is definitely more work than the first two so try those to start.
Just had a quick look and verlihub is in the repositories so you can just use adept for that one, however aquila is not.
Just remembered, before you can compile you will have to install build-essential, kdelibs4-dev and automake1.9 using adept as they are not installed by default.
- Top
- Bottom
Comment
-
Re: installing proggrams
I would stick with verlihub for the time being since it has deb binaries.
thanks thats actually really helpful I didnt realize you had to compile things in linux
Code:What are debian packages ??
Adept is the graphical front end for package management in the kde desktop.
The link I gave you is asking you to modify your sources.list file, so that the package manager knows where to look for the package.
It is best to save a backup of your sources.list file before doing this so you can restore it if something gets fouled up.
Code:sudo cp /etc/apt/sources.list /etc/apt/sourcesbak.list
Then
Code:kdesu kate /etc/apt/source.list
Copy and append those two deb and deb-source lines to end of the file each on its own line. Then save the file
In a terminal window at the command line apt-get update will then update the package information, which is necessary because you gave it additional locations to search for package information.
Then the install line should download and install the package.
At that point you will hopefully be able to run verlihub without problems.
- Top
- Bottom
Comment
-
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
-
Re: installing proggrams
OK here is the site and prog i need to install http://www.verlihub-project.org/doku.php?id=start
its called verlihub i run a hub on the dc++ network is this prog available in a debian package ?? I can get the tarball but really its useless to me because i really dont have the slightest clue how to compile even after reading directions for a full day whenever i attempt to compile anything that isnt an example in the compiling tutorials i just get file not found. i did manage to install some stuff with adept installer and one of them was debian package does that make me able to install a .deb if i managed to find one because really they sem to be the only kind of install i could manage at this point and im not even sure i could do that. Do you get .deb from debian repositories ? I did download something but i got some message saying that saving this type of file makes it unstable and i dont even know where it went. ahahahahah god i sound like such a noob pls forgive me i answer these same questions for ppl using windows really im not an idiot im just very very new to linux. i do appriciate all the help
- Top
- Bottom
Comment
-
Re: installing proggrams
what does all this mean ?? http://www.verlihub-project.org/doku.php?id=debian
am i suppossed to enter that stuff into command line ?? because when i do i get tyrram@TYRRAM:~$ deb http://www.verlihub-project.org/debian binary/
bash: deb: command not found
tyrram@TYRRAM:~$ deb-src http://www.verlihub-project.org/debian source/
bash: deb-src: command not found
tyrram@TYRRAM:~$ deb http://www.verlihub-project.org/debian binary/
bash: deb: command not found
tyrram@TYRRAM:~$ apt-get update
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
tyrram@TYRRAM:~$ apt-get install verlihub
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
tyrram@TYRRAM:~$
- Top
- Bottom
Comment
-
Re: installing proggrams
Originally posted by marshallbananaJust had a quick look and verlihub is in the repositories so you can just use adept for that one
Because its in the repositories you don't need to go anywhere near the website. Nice huh? Thats the power of apt-get.
- Top
- Bottom
Comment
-
Re: installing proggrams
You definitely want to go with marshallbanana here, for sure.
Tuxfiles discusses .rpm files (packages), but, geez, most of us avoid that stuff like the plague, if at all possible.
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
Comment