Tagged Questions
1
vote
2answers
1k views
sudo apt-get update error ubuntu 12.04
Hi I'm new in Linux and I need your help :)
Every time when i type sudo apt-get update it shows:
alphaog@alphaog-HP-Pavilion-DV7:~$ sudo apt-get update
E: Type 'ain' is not known on line 3 in source ...
1
vote
2answers
2k views
Will installing gedit also installs a GUI as a dependency in server?
I want to use gedit using ssh for file editing on my server. I use nano, but for html and css gedit is better.
Now with sudo apt-get install gedit I get dependencies that are 120mb, that kind seems ...
3
votes
1answer
77 views
How to know which versions of application I can install via apt
I try to use
apt-cache search gedit
But there is no information about version.
I am trying to install gedit 2.30.4 (by default it is 3.x on Gnome 3). But there is no gedit with this version.
sudo ...