osprey's diary

日々の雑感を書き綴ります

PyCharm 2017.1が出たのでaptで管理してみる

ソースはここです。

 

手順にあるとおり。

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

 

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

 

あとは apt update && aptupgrade 。