Can you elaborate on "doesn't work" ? You capture the output from the command and put it in a file called output.txt by running this script:
sudo true && ( set -x lsb_release -a sudo apt-get update sudo apt-get install bash ) 2>&1 | tee output.txt Just cut and paste all six lines into a terminal window, then posts the contents of the output.txt file here. (Since you didn't specify what package you want to install, I just picked bash as a sample. Feel free to replace with whatever package you'd like.) Regards, - Robert On Tue, Mar 8, 2011 at 8:20 PM, scnix <[email protected]> wrote: > running 64 bit 10.10. sudo apt-get install doesn't work. > > -- > You received this message because you are subscribed to the Linux Users > Group. > To post a message, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit our group at > http://groups.google.com/group/linuxusersgroup -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
