Find the answer to your Linux question:
Results 1 to 4 of 4
Hi Folks.... I'm newbie to Linux operating system and I have SSH access to one suse server. now my problem is, on that server many packages are not installed by ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Lightbulb How to get Version

    Hi Folks....

    I'm newbie to Linux operating system and I have SSH access to one suse server.
    now my problem is, on that server many packages are not installed by default and I want to install them through package repositories.By adding them from suse site.
    for this I want to know the version of Operating System Eg: whether there is Suse 10.0 or suse 10.1 or suse 10.2 or suse 10.3 , So that I'll be able to add accurate package repository for remote system through yast.

    Please help me out in this ASAP.
    I'm really running out of time.

    Thanks and Regards,
    Rahul R. Borkar.

  2. #2
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Smile

    Hey I got it under YAST->miscellaneous->release notes...

    at first line only it tells the Version.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Or
    Execute this
    Code:
    cat /etc/*release
    cat /etc/*version
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    On openSUSE all the methods suggested above should work, but on other distros, you may have to do
    Code:
    cat /etc/issue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...