![]() |
Debian8.2
Hey guys I installed debian 8.2 and with doing so will it update to the lastest version of 8.5 sorry I'm giving debian a try not liking ubuntu 16.04
|
Yes. Do an update and and upgrade, either through Synaptic or from the command line, and you'll get the latest version of everything in Jessie.
Code:
apt update |
Will need a
Code:
sudo Code:
su |
Probably sudo isn't installed. It's not installed in Debian by default, and the OP seems pretty new, so probably doesn't know about that. Adding a user to the sudo group does nothing when sudo isn't installed. And that alone won't be enough, even if it is installed.
|
Then:
Code:
su |
And then you have to configure it. Newbies to Debian, and especially those who are new to Linux in general, have always had a lot of trouble with this. I intentionally didn't go into detail about how to enable sudo in Debian, leaving that an exercise for the reader, but your posts may confuse things even further, because they're far from complete. The use of sudo itself is very controversial in the Debian community, for reasons that mostly escape me, because one of the underlying principles of Linux is the freedom to configure and use your system as you see fit. I use sudo because I think it enhances security to some small degree, but some people believe it to be an abomination near to running Windows. I say use what works for you. But the Debian philosophy is that sudo is not provided out of the box, so some seem to think it shouldn't be used at all. Configuration instructions can be hard to find. Thus, for a newbie, using su is the easiest way to get started.
|
IMHO sink or swim doesn't quite apply here, nor opinions on running and sharing the root password &c:
http://www.techrepublic.com/blog/lin...rn-the-basics/ http://www.tecmint.com/su-vs-sudo-an...sudo-in-linux/ also, try: Code:
man man Add: Quote:
|
Quote:
https://wiki.debian.org/sudo |
Yes, it's easy enough to do, and easy enough to find the instructions, which is why I didn't spell it out. People need to learn to do things on their own. But this thread seems to be going sideways, so I think it's time to bail.
|
Quote:
By default in Debian one uses the root account (can be logged into in a variety of ways) to perform root operations such as installing software. So my initial advise would be to use apt-get as root to update and upgrade. Should gordie1969 wish to install and configure sudo then that and any discussion of why and how should be another thread entirely. |
Don't do backups or make sure there's a good firewall and go to all the wrong places on the web like my nephews... :rolleyes:
Didn't you say it yourselfers, we are the admins (root) in GNU\Linux!? |
Quote:
If one wishes to update Debian one does so as root. There is absolutely no good reason to install sudo unless it is part of a bigger security scheme. Since this thread is not about security then sudo is an irrelevant diversion. For the record this is the Debian help page regarding package management and nowhere does it state "first install sudo". |
It links you here: https://wiki.debian.org/Root
Quote:
|
debian update
do I use the same as ubuntu in terminal sudo apt-get install updates because didn't work
|
Quote:
Quote:
|
All times are GMT -5. The time now is 09:46 PM. |