LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-07-2006, 07:52 AM   #1
torger
Member
 
Registered: Feb 2006
Distribution: Ubuntu
Posts: 137

Rep: Reputation: 15
Question install wormux


I'm trying to install wormux and I got this when I ran "sudo apt-get update && apt-get install wormux":torger@ubuntu:~$ sudo apt-get update && apt-get install wormux
Ign http://wine.sourceforge.net binary/ Release.gpg
Get:1 http://kubuntu.org breezy Release.gpg [189B]
Ign http://download.gna.org breezy/ Release.gpg
Get:2 http://security.ubuntu.com breezy-security Release.gpg [189B]
Ign http://deb.opera.com etch Release.gpg
Get:3 http://archive.ubuntu.com breezy Release.gpg [189B]
Get:4 http://archive.ubuntu.com breezy-updates Release.gpg [189B]
Get:5 http://archive.ubuntu.com breezy-backports Release.gpg [189B]
Get:6 http://koti.mbnet.fi breezy/ Release.gpg [65B]
Hit http://wine.sourceforge.net binary/ Release
Ign http://packages.freecontrib.org breezy Release.gpg
Hit http://kubuntu.org breezy Release
Ign http://download.gna.org breezy/ Release
Hit http://security.ubuntu.com breezy-security Release
Hit http://archive.ubuntu.com breezy Release
Ign http://deb.opera.com etch Release
Ign http://download.gna.org breezy/ Packages
Hit http://kubuntu.org breezy/main Packages
Ign http://packages.freecontrib.org breezy Release
Hit http://security.ubuntu.com breezy-security/main Packages
Hit http://archive.ubuntu.com breezy-updates Release
Ign http://wine.sourceforge.net binary/ Packages
Ign http://deb.opera.com etch/non-free Packages
Hit http://download.gna.org breezy/ Packages
Get:7 http://koti.mbnet.fi breezy/ Release [702B]
Ign http://packages.freecontrib.org breezy/free Packages
Hit http://security.ubuntu.com breezy-security/restricted Packages
Hit http://security.ubuntu.com breezy-security/main Sources
Hit http://security.ubuntu.com breezy-security/restricted Sources
Hit http://archive.ubuntu.com breezy-backports Release
Hit http://deb.opera.com etch/non-free Packages
Hit http://security.ubuntu.com breezy-security/universe Packages
Hit http://security.ubuntu.com breezy-security/universe Sources
Ign http://packages.freecontrib.org breezy/non-free Packages
Ign http://wine.sourceforge.net binary/ Packages
Hit http://archive.ubuntu.com breezy/main Sources
Hit http://archive.ubuntu.com breezy/restricted Sources
Hit http://archive.ubuntu.com breezy/universe Sources
Hit http://archive.ubuntu.com breezy/universe Packages
Ign http://packages.freecontrib.org breezy/free Sources
Ign http://packages.freecontrib.org breezy/non-free Sources
Ign http://koti.mbnet.fi breezy/ Packages
Hit http://archive.ubuntu.com breezy/main Packages
Hit http://archive.ubuntu.com breezy/restricted Packages
Hit http://archive.ubuntu.com breezy/multiverse Packages
Hit http://archive.ubuntu.com breezy-updates/main Packages
Hit http://archive.ubuntu.com breezy-updates/restricted Packages
Hit http://archive.ubuntu.com breezy-updates/main Sources
Hit http://wine.sourceforge.net binary/ Packages
Hit http://packages.freecontrib.org breezy/free Packages
Hit http://archive.ubuntu.com breezy-updates/restricted Sources
Hit http://archive.ubuntu.com breezy-backports/main Packages
Hit http://archive.ubuntu.com breezy-backports/restricted Packages
Hit http://archive.ubuntu.com breezy-backports/universe Packages
Hit http://packages.freecontrib.org breezy/non-free Packages
Hit http://packages.freecontrib.org breezy/free Sources
Hit http://archive.ubuntu.com breezy-backports/multiverse Packages
Hit http://wine.sourceforge.net binary/ Packages
Ign http://koti.mbnet.fi breezy/ Sources
Hit http://packages.freecontrib.org breezy/non-free Sources
Hit http://koti.mbnet.fi breezy/ Packages
Hit http://koti.mbnet.fi breezy/ Sources
Fetched 708B in 3s (204B/s)
Reading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
torger@ubuntu:~$
 
Old 05-07-2006, 09:44 AM   #2
raskin
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900

Rep: Reputation: 69
prepend sudo to apt-get install
 
Old 05-07-2006, 12:08 PM   #3
torger
Member
 
Registered: Feb 2006
Distribution: Ubuntu
Posts: 137

Original Poster
Rep: Reputation: 15
I did: "sudo apt-get install" already.
 
Old 05-07-2006, 12:15 PM   #4
raskin
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900

Rep: Reputation: 69
I meant, run sudo apt-get install wormux . Your shell processes &&, so apt-get install is run not by sudo - and without root privileges. And, surely, fails.
 
Old 05-08-2006, 08:32 PM   #5
torger
Member
 
Registered: Feb 2006
Distribution: Ubuntu
Posts: 137

Original Poster
Rep: Reputation: 15
I did :"sudo apt-get install wormux" already and got the error listed above.
 
Old 05-09-2006, 01:39 AM   #6
raskin
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900

Rep: Reputation: 69
As I understood, you made
sudo apt-get update && apt-get install wormux
in this case you get
sudo apt-get update
and then
apt-get install wormux
So apt-get install wormux is run without root rights. Inthe aove you got the message
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
This rarely happens under root...
 
Old 05-09-2006, 02:57 PM   #7
torger
Member
 
Registered: Feb 2006
Distribution: Ubuntu
Posts: 137

Original Poster
Rep: Reputation: 15
Thanks I got it installed.
 
  


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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
How to install teh rest of the Linux packages from USB drive after install? ArchW Linux - Newbie 4 03-07-2006 08:43 AM
Make Install xmms-plugin install fail - deb sarge Khepri Linux - Software 2 02-18-2006 10:05 PM
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:54 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