Saturday, November 30, 2019

2 Ways To Install Wing Pro 7 on Ubuntu 18.04.2 LTS

VIDEO Tutorial -https://youtu.be/WK5kvgfaY80

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Wing Pro is a full-featured Python IDE designed for professional developers. It includes powerful editing, code intelligence, refactoring, debugging, search, unit testing, project management, revision control, and remote development features.
Offcial web : http://wingide.com/                   
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Os:  Ubuntu 18.04.2 LTS Bionic Beaver 64Bit      Hostname:           IP Address of Server:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd  ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget aptitude leafpad nano git net-tools lsb-release apt-transport-https

Method:1
apt update ; apt install snapd -y
snap install wing7 --classic
wing7

Method:2
wget https://wingware.com/pub/wingpro/7.0.3.0/wingpro7_7.0.3-0_amd64.deb
gdebi wingpro7_7.0.3-0_amd64.deb

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment