cannot offline install vnc server on CentOS 7












0















I am trying to install realvnc server on my CentOS 7 VM.
I've downloaded the rpm package from the official website.



I am using ESXI and nothing is or should be connected to the internet.



When trying sudo yum install VNC-Server-6.4.0-Linux-x64.rpm it fails because it tries to connect to the internet to download packages there.



here the output:



[frodo@localhost ~]$ sudo yum install Desktop/VNC-Server-6.4.0-Linux-x64.rpm 
[sudo] password for frodo:
Loaded plugins: fastestmirror, langpacks
Examining Desktop/VNC-Server-6.4.0-Linux-x64.rpm: realvnc-vnc-server-6.4.0.39899-1.x86_64
Marking Desktop/VNC-Server-6.4.0-Linux-x64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package realvnc-vnc-server.x86_64 0:6.4.0.39899-1 will be installed
--> Processing Dependency: xterm for package: realvnc-vnc-server-6.4.0.39899-1.x86_64
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"


One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64









share|improve this question























  • The RPM VNC-Server-6.4.0-Linux-x64.rpm looks to have a dependency on the package xterm, you will need to download all dependencies of your package, and all dependencies of those packages to be able to install them properly. Since this machine is offline, it would probably be easier to mount the DVD image that contains all of the packages and configure it as your base repository so you do not run into this problem. You probably also want to disable all of the yum repositories that require connecting to the internet.

    – GracefulRestart
    Feb 7 at 19:02











  • Thanks for the help, there are over 20 dependencies. To save time I cheated a bit and set it up on my machine with VMWare and put it on NAT. After installing over the internet I pushed the VM to the ESXI Server.

    – Yannis
    Feb 11 at 15:36
















0















I am trying to install realvnc server on my CentOS 7 VM.
I've downloaded the rpm package from the official website.



I am using ESXI and nothing is or should be connected to the internet.



When trying sudo yum install VNC-Server-6.4.0-Linux-x64.rpm it fails because it tries to connect to the internet to download packages there.



here the output:



[frodo@localhost ~]$ sudo yum install Desktop/VNC-Server-6.4.0-Linux-x64.rpm 
[sudo] password for frodo:
Loaded plugins: fastestmirror, langpacks
Examining Desktop/VNC-Server-6.4.0-Linux-x64.rpm: realvnc-vnc-server-6.4.0.39899-1.x86_64
Marking Desktop/VNC-Server-6.4.0-Linux-x64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package realvnc-vnc-server.x86_64 0:6.4.0.39899-1 will be installed
--> Processing Dependency: xterm for package: realvnc-vnc-server-6.4.0.39899-1.x86_64
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"


One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64









share|improve this question























  • The RPM VNC-Server-6.4.0-Linux-x64.rpm looks to have a dependency on the package xterm, you will need to download all dependencies of your package, and all dependencies of those packages to be able to install them properly. Since this machine is offline, it would probably be easier to mount the DVD image that contains all of the packages and configure it as your base repository so you do not run into this problem. You probably also want to disable all of the yum repositories that require connecting to the internet.

    – GracefulRestart
    Feb 7 at 19:02











  • Thanks for the help, there are over 20 dependencies. To save time I cheated a bit and set it up on my machine with VMWare and put it on NAT. After installing over the internet I pushed the VM to the ESXI Server.

    – Yannis
    Feb 11 at 15:36














0












0








0








I am trying to install realvnc server on my CentOS 7 VM.
I've downloaded the rpm package from the official website.



I am using ESXI and nothing is or should be connected to the internet.



When trying sudo yum install VNC-Server-6.4.0-Linux-x64.rpm it fails because it tries to connect to the internet to download packages there.



here the output:



[frodo@localhost ~]$ sudo yum install Desktop/VNC-Server-6.4.0-Linux-x64.rpm 
[sudo] password for frodo:
Loaded plugins: fastestmirror, langpacks
Examining Desktop/VNC-Server-6.4.0-Linux-x64.rpm: realvnc-vnc-server-6.4.0.39899-1.x86_64
Marking Desktop/VNC-Server-6.4.0-Linux-x64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package realvnc-vnc-server.x86_64 0:6.4.0.39899-1 will be installed
--> Processing Dependency: xterm for package: realvnc-vnc-server-6.4.0.39899-1.x86_64
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"


One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64









share|improve this question














I am trying to install realvnc server on my CentOS 7 VM.
I've downloaded the rpm package from the official website.



I am using ESXI and nothing is or should be connected to the internet.



When trying sudo yum install VNC-Server-6.4.0-Linux-x64.rpm it fails because it tries to connect to the internet to download packages there.



here the output:



[frodo@localhost ~]$ sudo yum install Desktop/VNC-Server-6.4.0-Linux-x64.rpm 
[sudo] password for frodo:
Loaded plugins: fastestmirror, langpacks
Examining Desktop/VNC-Server-6.4.0-Linux-x64.rpm: realvnc-vnc-server-6.4.0.39899-1.x86_64
Marking Desktop/VNC-Server-6.4.0-Linux-x64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package realvnc-vnc-server.x86_64 0:6.4.0.39899-1 will be installed
--> Processing Dependency: xterm for package: realvnc-vnc-server-6.4.0.39899-1.x86_64
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"


One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64






centos software-installation rpm vnc






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 7 at 14:21









YannisYannis

12




12













  • The RPM VNC-Server-6.4.0-Linux-x64.rpm looks to have a dependency on the package xterm, you will need to download all dependencies of your package, and all dependencies of those packages to be able to install them properly. Since this machine is offline, it would probably be easier to mount the DVD image that contains all of the packages and configure it as your base repository so you do not run into this problem. You probably also want to disable all of the yum repositories that require connecting to the internet.

    – GracefulRestart
    Feb 7 at 19:02











  • Thanks for the help, there are over 20 dependencies. To save time I cheated a bit and set it up on my machine with VMWare and put it on NAT. After installing over the internet I pushed the VM to the ESXI Server.

    – Yannis
    Feb 11 at 15:36



















  • The RPM VNC-Server-6.4.0-Linux-x64.rpm looks to have a dependency on the package xterm, you will need to download all dependencies of your package, and all dependencies of those packages to be able to install them properly. Since this machine is offline, it would probably be easier to mount the DVD image that contains all of the packages and configure it as your base repository so you do not run into this problem. You probably also want to disable all of the yum repositories that require connecting to the internet.

    – GracefulRestart
    Feb 7 at 19:02











  • Thanks for the help, there are over 20 dependencies. To save time I cheated a bit and set it up on my machine with VMWare and put it on NAT. After installing over the internet I pushed the VM to the ESXI Server.

    – Yannis
    Feb 11 at 15:36

















The RPM VNC-Server-6.4.0-Linux-x64.rpm looks to have a dependency on the package xterm, you will need to download all dependencies of your package, and all dependencies of those packages to be able to install them properly. Since this machine is offline, it would probably be easier to mount the DVD image that contains all of the packages and configure it as your base repository so you do not run into this problem. You probably also want to disable all of the yum repositories that require connecting to the internet.

– GracefulRestart
Feb 7 at 19:02





The RPM VNC-Server-6.4.0-Linux-x64.rpm looks to have a dependency on the package xterm, you will need to download all dependencies of your package, and all dependencies of those packages to be able to install them properly. Since this machine is offline, it would probably be easier to mount the DVD image that contains all of the packages and configure it as your base repository so you do not run into this problem. You probably also want to disable all of the yum repositories that require connecting to the internet.

– GracefulRestart
Feb 7 at 19:02













Thanks for the help, there are over 20 dependencies. To save time I cheated a bit and set it up on my machine with VMWare and put it on NAT. After installing over the internet I pushed the VM to the ESXI Server.

– Yannis
Feb 11 at 15:36





Thanks for the help, there are over 20 dependencies. To save time I cheated a bit and set it up on my machine with VMWare and put it on NAT. After installing over the internet I pushed the VM to the ESXI Server.

– Yannis
Feb 11 at 15:36










1 Answer
1






active

oldest

votes


















0














if the goal is just to install this rpm and pray it doesn't need any dependencies; then you can just:



rpm -ivh VNC-Server-6.4.0-Linux-x64.rpm


The goal of using yum over rpm is that yum knows about repositories where to find packages; so if VNC-Server needs another package, yum could immediately download it from one of its repositories and install it. rpm won't do that for you.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f499284%2fcannot-offline-install-vnc-server-on-centos-7%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    if the goal is just to install this rpm and pray it doesn't need any dependencies; then you can just:



    rpm -ivh VNC-Server-6.4.0-Linux-x64.rpm


    The goal of using yum over rpm is that yum knows about repositories where to find packages; so if VNC-Server needs another package, yum could immediately download it from one of its repositories and install it. rpm won't do that for you.






    share|improve this answer




























      0














      if the goal is just to install this rpm and pray it doesn't need any dependencies; then you can just:



      rpm -ivh VNC-Server-6.4.0-Linux-x64.rpm


      The goal of using yum over rpm is that yum knows about repositories where to find packages; so if VNC-Server needs another package, yum could immediately download it from one of its repositories and install it. rpm won't do that for you.






      share|improve this answer


























        0












        0








        0







        if the goal is just to install this rpm and pray it doesn't need any dependencies; then you can just:



        rpm -ivh VNC-Server-6.4.0-Linux-x64.rpm


        The goal of using yum over rpm is that yum knows about repositories where to find packages; so if VNC-Server needs another package, yum could immediately download it from one of its repositories and install it. rpm won't do that for you.






        share|improve this answer













        if the goal is just to install this rpm and pray it doesn't need any dependencies; then you can just:



        rpm -ivh VNC-Server-6.4.0-Linux-x64.rpm


        The goal of using yum over rpm is that yum knows about repositories where to find packages; so if VNC-Server needs another package, yum could immediately download it from one of its repositories and install it. rpm won't do that for you.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 7 at 16:18









        Chris MaesChris Maes

        1,08911018




        1,08911018






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f499284%2fcannot-offline-install-vnc-server-on-centos-7%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?