I am using Ubuntu 12.10. I think my problem in downloading some applications are related to this problem. I can't download applications using terminal.
I'm trying to install java jre, i usually do it like this
sudo echo 'deb http://www.duinsoft.nl/pkg debs all' >> /etc/apt/sources.list
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26
sudo apt-get update
sudo apt-get install update-sun-jre
exit
but when i do
sudo echo 'deb http://www.duinsoft.nl/pkg debs all' >> /etc/apt/sources.list
i see
permission denied:
hi
i want to add the medibuntu repo in my ubuntu .. i tried the instructions on the following site
http://medibuntu.org/repository.php
but i was unsuccessfull.
I am trying to update/add a repository.
sudo does not work.
I have installed Arch onto a USB key, using BTRFS.
The output of "sudo" is:
$ sudo
sudo: unable to stat /etc/sudoers: Permission denied
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
$ ls -l /etc/sudoers
-r--r----- 1 root root 2849 May 18 15:00 /etc/sudoers
$ lsattr /etc/sudoers
--------------- /etc/sudoers
$ strace -u ross sudo true
I am about as green as they come, I recently updated to xubuntu 12.10 from an older suite. I followed instructions I found in other postings
$ cat -n /etc/apt/sources.list | grep 62
62 deb http://ppa.launchpad.net/jonabeck/ppa/xubuntu main
$ sudo gedit /etc/apt/source.list
the source list opened and the document was blank.
Go to Ubuntu Software Center.
Edit > Software Sources
Change the server from the default value to some other value.
Click Close. You'd need to enter your password.
Run sudo apt-get update to check.
Enable the universe repo:
open the Software center.
Click on edit and then software sources to open the software sources window.
ı solved my problem ..1) sudo rm -rf /etc/apt/sources.list.d2) sudo geany /etc/apt/sources.list paste default source.listdeb http://packages.crunchbang.org/waldorf waldorf main
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb-src http://http.debian.net/debian/ wheezy main contrib non-free
I added a PPA for updating my kernel for ubuntu-12.04. Later, I found that the kernel doesnot exist on the link within PPA.
I used this command.
sudo add-apt-repository ppa:kernel-ppa/ppa
Now if I try sudo apt-get update, I get an error 404, because http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu/dists/precise/main/source..., does not exist.
Trouble is I am unable to do an update.