LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-19-2012, 03:11 AM   #1
Arjun
Member
 
Registered: Feb 2011
Posts: 120
Blog Entries: 2

Rep: Reputation: 0
Software Installation on Backtrack


I am running backtrack linux from my USB. Now i want to play mp3 files in it. So i want to install vlc media player in it.

I have read some tutorials for this.

There, they asked to run this command

Quote:
apt-get update
But i am getting this error

Quote:
Err http://archive.offensive-security.com pwnsauce Release.gpg
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main Translation-en_US
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/microverse Translation-en_US
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/macroverse Translation-en_US
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/restricted Translation-en_US
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/universe Translation-en_US
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/multiverse Translation-en_US
Could not resolve 'archive.offensive-security.com'
Reading package lists... Done
W: Failed to fetch http://archive.offensive-security.co...ce/Release.gpg Could not resolve 'archive.offensive-security.com'

W: Failed to fetch http://archive.offensive-security.co...tion-en_US.bz2 Could not resolve 'archive.offensive-security.com'

W: Failed to fetch http://archive.offensive-security.co...tion-en_US.bz2 Could not resolve 'archive.offensive-security.com'

W: Failed to fetch http://archive.offensive-security.co...tion-en_US.bz2 Could not resolve 'archive.offensive-security.com'

W: Failed to fetch http://archive.offensive-security.co...tion-en_US.bz2 Could not resolve 'archive.offensive-security.com'

W: Failed to fetch http://archive.offensive-security.co...tion-en_US.bz2 Could not resolve 'archive.offensive-security.com'

W: Failed to fetch http://archive.offensive-security.co...tion-en_US.bz2 Could not resolve 'archive.offensive-security.com'

W: Some index files failed to download, they have been ignored, or old ones used instead.
W: You may want to run apt-get update to correct these problems
When i run

Quote:
apt-get install vlc
Then i get

Quote:
Err http://archive.offensive-security.com pwnsauce/universe liba52-0.7.4 0.7.4-11ubuntu1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libavutil49 3:0.svn20080206-12ubuntu3.1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libavcodec51 3:0.svn20080206-12ubuntu3.1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libavformat52 3:0.svn20080206-12ubuntu3.1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/universe libfaad0 2.6.1-3.1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libmad0 0.15.1b-3
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libpostproc51 3:0.svn20080206-12ubuntu3.1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libqt4-core 4.4.3-0ubuntu1.4
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libqt4-gui 4.4.3-0ubuntu1.4
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/main libswscale0 3:0.svn20080206-12ubuntu3.1
Could not resolve 'archive.offensive-security.com'
Err http://archive.offensive-security.com pwnsauce/macroverse vlc 1.0.4-bt1
Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...untu1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu3.1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu3.1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu3.1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...1-3.1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co....1b-3_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu3.1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu1.4_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu1.4_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...tu3.1_i386.deb Could not resolve 'archive.offensive-security.com'
Failed to fetch http://archive.offensive-security.co...-1.0.4-bt1.deb Could not resolve 'archive.offensive-security.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
What wong i am doing here ?
 
Old 06-19-2012, 03:22 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

it seems that archive.offensive-security.com does not resolve for me either. I suspect that your /etc/apt/sources.list is out of date.
Some of your other errors indicate that your distro might be as old as 2008: as such the archives might not even exist any more (but I don't really know much about backtrack).

Evo2.
 
1 members found this post helpful.
Old 06-19-2012, 03:43 AM   #3
Arjun
Member
 
Registered: Feb 2011
Posts: 120

Original Poster
Blog Entries: 2

Rep: Reputation: 0
I am using Backtrack 4

So is there any way to solve this problem ?
 
Old 06-19-2012, 04:10 AM   #4
truboy
Member
 
Registered: Oct 2010
Location: Switzerland
Posts: 84

Rep: Reputation: 9
Hi,

I found a recent (January 2012) version of a Backtrack's /etc/apt/sources.list on pastebin : http://pastebin.com/Wk51XnXf

You might want to check if have those repos in your sources.list already, and if not, try and add them (the 64.repos... might be for 64bits). Back-up the original sources.list in case it doesn't work !

After that, apt-get update.
 
1 members found this post helpful.
Old 06-19-2012, 04:21 AM   #5
Arjun
Member
 
Registered: Feb 2011
Posts: 120

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Still getting this error

Quote:
Get:1 http://all.repository.backtrack-linux.org revolution Release.gpg [197B]
Ign http://all.repository.backtrack-linux.org revolution/main Translation-en_US
Ign http://all.repository.backtrack-linux.org revolution/microverse Translation-en_US
Ign http://all.repository.backtrack-linux.org revolution/non-free Translation-en_US
Ign http://all.repository.backtrack-linux.org revolution/testing Translation-en_US
Get:2 http://all.repository.backtrack-linux.org revolution Release [13.5kB]
Ign http://all.repository.backtrack-linux.org revolution Release
Hit http://all.repository.backtrack-linux.org revolution/main Packages
Hit http://all.repository.backtrack-linux.org revolution/microverse Packages
Hit http://all.repository.backtrack-linux.org revolution/non-free Packages
Hit http://all.repository.backtrack-linux.org revolution/testing Packages
Fetched 198B in 2s (83B/s)
Reading package lists... Done
W: GPG error: http://all.repository.backtrack-linux.org revolution Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AB6DA34B475A6B7F
W: You may want to run apt-get update to correct these problems
 
Old 06-19-2012, 06:09 AM   #6
truboy
Member
 
Registered: Oct 2010
Location: Switzerland
Posts: 84

Rep: Reputation: 9
Is this the output of the apt-get update or dist-upgrade ?
 
Old 06-19-2012, 07:21 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Backtrack 4 is way out of date. Backtrack doesn't support older releases. The current version is Backtrack 5 R2.
By the way, Backtrack is not meant to be a Desktop OS, if you want a fully functioning desktop OS it may be easier to install a desktop distribution.
 
Old 06-19-2012, 10:15 AM   #8
Arjun
Member
 
Registered: Feb 2011
Posts: 120

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Quote:
Originally Posted by truboy View Post
Is this the output of the apt-get update or dist-upgrade ?

I am getting this error on apt-get update

Quote:
Originally Posted by TobiSGD View Post
Backtrack 4 is way out of date. Backtrack doesn't support older releases. The current version is Backtrack 5 R2.
By the way, Backtrack is not meant to be a Desktop OS, if you want a fully functioning desktop OS it may be easier to install a desktop distribution.
I know bro that the backtrack 4 is out of date. Initially i was using backtrack 5 r2 but creating some problems. So had to remove backtrack 5 and installed backtrack 4. I am currently learning Backtrack , so i am using it...
 
Old 06-19-2012, 02:52 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I am currently learning Backtrack , so i am using it...
then use THE ONLY SUPPORTED version
there IS NO software for 4

install bt5 r2
there is no " if's and's or but's" in that

it is the ONLY option !!!

also bt was NEVER designed for "desktop" use


it was DESIGNED for " James bond" and " Q"

to "get in and leave NO trace that you were there "

for security professionals and security " system crackers"

unless you have been hired to test THAT networks security
it is illegal to do penetrating testing on networks you
1)
do not own
2)
hired BY the legal owners to test it

you WILL go to jail for " cracking"

but if you ARE going to use BT5r2 ( and not the DEAD 4 )
then the first step is to PAY $$$$$$ for the training
http://www.backtrack-linux.org/infor...rity-training/
http://www.offensive-security.com/in...rity-training/

Last edited by John VV; 06-19-2012 at 02:54 PM.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I am trying to boot the installed BackTrack 5 installation Dick Wheelock Linux - Newbie 9 09-01-2012 02:28 PM
How to install software in Backtrack 4 rahul2772 Linux - Newbie 11 04-19-2012 06:13 AM
Backtrack 4 USB Installation Gone Awry... floorpuncher Linux - Laptop and Netbook 1 01-30-2011 02:26 AM
Backtrack 3 installation help hell_shadow_coderz Linux - Newbie 6 07-21-2009 04:06 PM
Backtrack installation problem...... alice_neo Slackware 1 05-30-2008 04:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration