Announcement

Collapse
No announcement yet.

Where do I see what version of Kubuntu I'm running?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Where do I see what version of Kubuntu I'm running?

    I've been looking for an option that says something like "About Kubuntu" but I don't remember where I found it before, I want to upgrade hoping it will fix my resolution as an emulator blew everything up on me

    #2
    Press 'Alt+F2' and type 'About System'



    FAQ: Version info
    Try Me !

    Comment


      #3
      You can also look in the file /etc/os-release:
      Code:
      $ more /etc/os-release 
      NAME="Ubuntu"
      VERSION="14.04.2 LTS, Trusty Tahr"
      ID=ubuntu
      ID_LIKE=debian
      PRETTY_NAME="Ubuntu 14.04.2 LTS"
      VERSION_ID="14.04"
      HOME_URL="http://www.ubuntu.com/"
      SUPPORT_URL="http://help.ubuntu.com/"
      BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"

      Comment


        #4
        Code:
        lsb_release -a
        is the "standard" (whatever that means ) command

        stuart@office:~$ lsb_release -a
        No LSB modules are available.
        Distributor ID: Ubuntu
        Description: Ubuntu 15.04
        Release: 15.04
        Codename: vivid
        stuart@office:~$


        Please Read Me

        Comment


          #5
          A handy command, you'll get your "System" and all the rest!
          Code:
          mike@mike-desktop:~$ inxi -Fxxx
          [B][COLOR=#ff0000]System[/COLOR][/B]:    Host: mike-desktop [COLOR=#ff0000]Kernel[/COLOR]: 3.13.0-53-generic x86_64 (64 bit, gcc: 4.8.2) 
                     Desktop: [COLOR=#ff0000]KDE[/COLOR] 4.13.3 (Qt 4.8.6) info: plasma-desktop dm: lightdm Distro: [COLOR=#ff0000]Ubuntu 14.04 trusty[/COLOR]
          Machine:   System: ASUS product: All Series
                     Mobo: ASUSTeK model: H97-PLUS version: Rev X.0x Bios: American Megatrends version: 2306 date: 10/09/2014                                                                                                       
          CPU:       Quad core Intel Core i5-4570 CPU (-MCP-) cache: 6144 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 25543.6                                                                                    
                     Clock Speeds: 1: 800.00 MHz 2: 3201.00 MHz 3: 800.00 MHz 4: 800.00 MHz                            
          Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:0412 
                     X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz 
                     GLX Renderer: Mesa DRI Intel Haswell Desktop GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
          Audio:     Card-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller 
                     driver: snd_hda_intel bus-ID: 00:03.0 chip-ID: 8086:0c0c 
                     Card-2: Intel Device 8ca0 driver: snd_hda_intel bus-ID: 00:1b.0 chip-ID: 8086:8ca0 
                     Card-3: Logitech driver: USB Audio usb-ID: 003-002 chip-ID: 046d:0826 
                     Sound: Advanced Linux Sound Architecture ver: k3.13.0-53-generic
          Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller 
                     driver: r8169 ver: 2.3LK-NAPI port: e000 bus-ID: 03:00.0 chip-ID: 10ec:8168
                     IF: eth0 state: up speed: 1000 Mbps duplex: full mac: f0:79:59:61:61:43
          Drives:    HDD Total Size: 500.1GB (2.0% used)
                     1: id: /dev/sda model: WDC_WD5003AZEX size: 500.1GB serial: WD-WCC3F5XF62KF 
          Partition: ID: / size: 29G used: 4.8G (18%) fs: ext4 ID: /home size: 96G used: 4.4G (5%) fs: ext4 
                     ID: swap-1 size: 16.78GB used: 0.00GB (0%) fs: swap 
          RAID:      System: supported: N/A
                     No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
                     Unused Devices: none
          Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C 
                     Fan Speeds (in rpm): cpu: N/A 
          Info:      Processes: 165 Uptime: 44 min Memory: 757.8/7862.3MB Runlevel: 2 Gcc sys: N/A 
                     Client: Shell (bash 4.3.11 running in konsole) inxi: 1.9.17
          (You might have to install inxi.) See man inxi for adjusting what you get.
          Last edited by Qqmike; May 25, 2015, 06:51 AM.
          An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

          Comment


            #6
            Thanks, learn something new everyday. I had never heard of inxi till just now.

            Comment

            Working...
            X