Auto Compiler/Installer for Debian?

Don´t be shy, Linux is fun! =)
User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

Ok, and thank you for your help everybody, i have alot of issues on the matter of Debian, i'm a fresh fish in water of linux :lol:

but i still can't install programs with Aptitude.

Code: Select all

apt-get install 
is still bugging :

Code: Select all

E: Could not open lock file /var/lib/dpkg/lock - open (13 Access Denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

User avatar
ph0bYx
Staff Member
Staff Member
Posts: 2039
Joined: 22 Sep 2008, 16:00
15
Contact:

Re: Auto Compiler/Installer for Debian?

Post by ph0bYx »

Hmm, have you tried it like this:

Code: Select all

su apt-get install

User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

Thanks for your help people :D
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

allright now i have tried :

Code: Select all

su apt-get install Mozilla Firefox 
That didn't work :

Code: Select all

theodor@debian:~$ su apt-get install Mozilla Firefox
Unkown id: apt-get
:-k
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

Solved:

Code: Select all

theodor@debian:~$ su
Password: 
debian:/home/theodor# 
and i have become root.
and comes another adventure:
(sentence below is translated with Google Translate, i use the danish version of Debian)

Code: Select all

debian:/home/theodor# apt-get install Mozilla Firefox
Reading package lists ... Finished
Parse
Reading state information ... Finished
[color=#FF0000]E: Could not find package mozilla[/color]
it looks like it can't find the mozilla package, - any one got an idea how this can be, or what im doing wrong or not doing?
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

User avatar
Lundis
Distorter of Reality
Distorter of Reality
Posts: 543
Joined: 22 Aug 2008, 16:00
15
Location: Deadlock of Awesome
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Lundis »

Code: Select all

user@whatever $ su
<enter root password>
root@whatever $ apt-get install synaptic firefox
That'll install firefox and synaptic (so you'll be able to find packages graphically in the future) and any dependencies they might have.

User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

Lundis wrote:

Code: Select all

user@whatever $ su
<enter root password>
root@whatever $ apt-get install synaptic firefox
That'll install firefox and synaptic (so you'll be able to find packages graphically in the future) and any dependencies they might have.
I am doing what you are saying but it doesn't work, i'm kinda lost here :-k :|
when i type in your command it gives me this:

Code: Select all

debian:/home/theodor# apt-get install synaptic firefox 
Reading package lists ... Finished
Parse
Reading state information ... Finished
synaptic is already the newest version.
synaptic set to manually installed.
Package firefox is not available, but is referred to by
another package. This may mean that the package has been obsoleted, or
only available from other sources
However the following packages replace it:
   iceweasel
E: Package firefox has no installation candidate
im sorry for all this trouble
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

User avatar
Lundis
Distorter of Reality
Distorter of Reality
Posts: 543
Joined: 22 Aug 2008, 16:00
15
Location: Deadlock of Awesome
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Lundis »

Do what it says, replace firefox by iceweasel:

Code: Select all

apt-get install iceweasel
Why they've relabeled firefox: http://wiki.debian.org/Iceweasel" onclick="window.open(this.href);return false;

User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

Lundis wrote:Do what it says, replace firefox by iceweasel:

Code: Select all

apt-get install iceweasel
Why they've relabeled firefox: http://wiki.debian.org/Iceweasel" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;"
Well the thing is, i don't want Iceweasel. Firefox is what i want. i have downloaded the package now so im gonna try to

Code: Select all

config,make, make install 
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Re: Auto Compiler/Installer for Debian?

Post by lilrofl »

Firefox and Ice weasel are the same, at least they were conceptually.

Debian linux doesn't use proprietary software, and while Firefox is open source, the graphic was patented, so Debian took the source and recompiled with a new graphic and a new name.
knuffeltjes voor mijn knuffel
[img]http://i911.photobucket.com/albums/ac320/stuphsack/Sig.jpg[/img]

User avatar
Artificial Interceptor
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 122
Joined: 22 Nov 2010, 01:32
13
Location: Denmark
Contact:

Re: Auto Compiler/Installer for Debian?

Post by Artificial Interceptor »

okay ... Thanks for your help anyway ...
Sincerly Artificial Interceptor [i]aka[/i] Plexrod
Music is Art!!.. Hacking is Art!!

Post Reply