I hav been using Ubuntu for quite sum time. yesterday i accidentally deleted the ubuntu partition (from windows) and again installed it. im having the following problems I tried 2 install Google chrome using deb file(through PPA) It had dependency errors so i ran
sudo apt-get install -f
it deletd chrome. i again ran
sudo dpkg -i <filename>.deb
it again had dependency problems. i again ran
sudo apt-get install -f
it again deleted chrome
I also cannot install gksu or anything. when i try to install respiratory using
deb http://us.archive.ubuntu.com/ubuntu vivid main universe
it says command 'deb' is not recognised.
It was not like this before. only after i installed Ubuntu this time, these things are happening. What 2 do? Should i delete and install Ubuntu again???
sudo apt-get update
show? Anddeb
is not a command. – Pilot6 Aug 12 '15 at 17:01sudo apt-get install google-chrome-stable
– Ron Aug 12 '15 at 17:18