• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Nocturn in Ubuntu

1552

How to install Nocturn in Ubuntu

Nocturn is a simple cross-platfom desktop Twitter app which supports multiple accounts built with React, Redux and Electron. It contains the functionalities such as share status, Vim- style key bindings, search for tweets, supports multiple account support and delete tweets. This tutorial explains the installation process of Nocturn in Ubuntu.

Installation procedure

To start the installation process, download the Nocturn package using the wget command.

root@linuxhelp1:/home/linuxhelp1# wget https://github.com/k0kubun/Nocturn/releases/download/v1.2.1/Nocturn-linux-x64.zip
--2017-05-29 06:20:25--  https://github.com/k0kubun/Nocturn/releases/download/v1.2.1/Nocturn-linux-x64.zip
Resolving github.com (github.com)... 192.30.255.113, 192.30.255.112
&hellip 
&hellip 
&hellip 
Saving to: ‘ Nocturn-linux-x64.zip’ 
Nocturn-linux-x64.zip                              100%[================================================================================================================> ]  44.84M  1.12MB/s    in 91s    
2017-05-29 06:21:58 (506 KB/s) - ‘ Nocturn-linux-x64.zip’  saved [47023854/47023854]

The package has been downloaded, extract the package by running the following command.

root@linuxhelp1:/home/linuxhelp1# unzip Nocturn-linux-x64.zip
Archive:  Nocturn-linux-x64.zip
   creating: Nocturn-linux-x64/
   creating: Nocturn-linux-x64/locales/
  inflating: Nocturn-linux-x64/locales/ko.pak 
  inflating: Nocturn-linux-x64/locales/hu.pak 
&hellip 
&hellip 
&hellip 
  creating: Nocturn-linux-x64/resources/
  inflating: Nocturn-linux-x64/resources/app.asar 
  inflating: Nocturn-linux-x64/resources/electron.asar 
  inflating: Nocturn-linux-x64/icudtl.dat 

Move the extracted package to /opt/ directory by running the following command.

root@linuxhelp1:/home/linuxhelp1# mv Nocturn-linux-x64 /opt/

Change the /opt/ directory to /opt/Nocturn-linux-x64/ by executing the following command.

root@linuxhelp1:/home/linuxhelp1# cd /opt/Nocturn-linux-x64/

Download the icon for Nocturn using the wget command.

root@linuxhelp1:/opt/Nocturn-linux-x64# wget https://github.com/k0kubun/Nocturn/blob/master/resources/Nocturn.png
--2017-05-29 06:23:04--  https://github.com/k0kubun/Nocturn/blob/master/resources/Nocturn.png
Resolving github.com (github.com)... 192.30.255.112, 192.30.255.113
&hellip 
&hellip 
&hellip 
Saving to: ‘ Nocturn.png’ 
Nocturn.png                                            [   < =>                                                                                                            ]  56.72K   121KB/s    in 0.5s   
2017-05-29 06:23:06 (121 KB/s) - ‘ Nocturn.png’  saved [58080]

Next create the desktop launcher for the application by executing the following command.

root@linuxhelp1:/opt/Nocturn-linux-x64# gedit /usr/share/applications/nocturn.desktop

A configuration file is opened. Add these following lines to the file. Save and exit from the file.

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Nocturn
Comment=Multi-platform Twitter Client built with React, Redux and Electron
Path=/opt/Nocturn-linux-x64
Exec=/opt/Nocturn-linux-x64/Nocturn
Icon=/opt/Nocturn-linux-x64/Nocturn.png
Terminal=false
Categories=Internet Communication Electron 

To launch the application, run the following command in the terminal. The Nocturn application is launched in the target system.

root@linuxhelp1:/opt/Nocturn-linux-x64# ./Nocturn

To start using the application enter the user' s e-mail and password credentials to login.

email credentials

The email account successfully is added to Nocturn application and now the application can be used for various tweet functionalities.

nocturn

Wasn' t that an easy installation procedure? The Nocturn application has the functionality to add numerous twitter account.

Tags:
isaac
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

I wanna know the features pf thiss?

A

Nocturn Features • Share status • Vim-style key bindings • Search for tweets • Supports multiple account support • Reply to, like and delete tweets

Q

is there any disadvantages in Nocturn?

A

• No profile editing
• Can’t view profiles or follow/unfollow
• Hashtags not clickable
• Can’t view Tweet threads

Q

How to run the Nocturn in Command line?

A

Followingcommand is used to run
/opt/Nocturn-linux-x64# gedit /usr/share/applications/nocturn.desktop

Q

How To switch between multiple Twitter accounts?

A

click the user avatar next to the status update box and select the account you want to switch to from the user list; or use the Alt + k keyboard shortcut to go to the next Twitter account in

Q

What is Nocturn?

A

Nocturn is a simple cross-platfom desktop Twitter app which supports multiple accounts built with React, Redux and Electron. It contains the functionalities such as share status, Vim- style key bindings, search for tweets, supports multiple account support and delete tweets.

Related Tutorials in How to install Nocturn in Ubuntu

Related Tutorials in How to install Nocturn in Ubuntu

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install Nocturn in Ubuntu

Related Forums in How to install Nocturn in Ubuntu

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install Nocturn in Ubuntu

Related News in How to install Nocturn in Ubuntu

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
Netgear router vulnerability issue and bugs in Linux app: IT leaders need to be aware.
Netgear router vulnerability issue and bugs in Linux app: IT leaders need to be aware.
Feb 6, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.