How do you verify which version of Kubuntu you are running? Is there a place in kde or a command that can be entered that will display if you have Gutsy or Feisty ....etc. ??
Announcement
Collapse
No announcement yet.
Verify Which Version of Kubuntu You Are Running
Collapse
This topic is closed.
X
X
-
Re: Verify Which Version of Kubuntu You Are Running
Code:cat /etc/apt/sources.list
Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
-
Re: Verify Which Version of Kubuntu You Are Running
Originally posted by MoonRiseAnother way is in Konsole type the below:
Code:cat /etc/issue
Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
-
Re: Verify Which Version of Kubuntu You Are Running
hmmm -- I dunno. Here's what Google found:
http://ubuntuforums.org/archive/index.php/t-398439.html
Doesn't really address the "_" question.
- Top
- Bottom
Comment
-
Re: Verify Which Version of Kubuntu You Are Running
Here is what the help file for me states:
Code:$ lsb_release -help Usage: lsb_release [options] Options: -h, --help show this help message and exit -v, --version show LSB modules this system supports -i, --id show distributor ID -d, --description show description of this distribution -r, --release show release number of this distribution -c, --codename show code name of this distribution -a, --all show all of the above information -s, --short show all of the above information in short format
- Top
- Bottom
Comment
Comment