PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, May 14, 2022

[FIXED] How can I install kubectx on Ubuntu Linux 20.04?

 May 14, 2022     kubernetes, ubuntu     No comments   

Issue

I would like to install kubectx on Ubuntu 20.04. I couldn't find any info on how to do it. Any comment is much appreciated. Thanks!


Solution

This package contains in deb http://ftp.de.debian.org/debian buster main repo which is not available in ubuntu.

First you need to do add this to /etc/apt/sources.list like below

#for kubectlx
deb [trusted=yes] http://ftp.de.debian.org/debian buster main

Then run

sudo apt-get update

Then you can install using this cmd.

sudo apt install kubectx


Answered By - cdev
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing