LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-20-2018, 08:48 PM   #61
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
add .deb


john@john-HP-Compaq-6200-Pro-SFF-PC:~$ sudo dpkg -i ~/Downloads/perl-base_5.22.1-9ubuntu0.3_amd64.deb
[sudo] password for john:
(Reading database ... 864586 files and directories currently installed.)
Preparing to unpack .../perl-base_5.22.1-9ubuntu0.3_amd64.deb ...
Unpacking perl-base (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.3) ...
Setting up perl-base (5.22.1-9ubuntu0.3) ...
Processing triggers for man-db (2.7.5-1) ...
 
Old 05-20-2018, 08:50 PM   #62
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok, next perl-modules. See post #50.
 
Old 05-20-2018, 08:52 PM   #63
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Ok, next perl-modules. See post #50.
john@john-HP-Compaq-6200-Pro-SFF-PC:~$ sudo dpkg -i ~/Downloads/perl-modules-5.22_5.22.1-9ubuntu0.3_all.deb
[sudo] password for john:
(Reading database ... 864586 files and directories currently installed.)
Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.3_all.deb ...
Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.3) ...
Setting up perl-modules-5.22 (5.22.1-9ubuntu0.3) ...
john@john-HP-Compaq-6200-Pro-SFF-PC:~$
 
Old 05-20-2018, 08:54 PM   #64
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok, next libperl:

Code:
sudo dpkg -i ~/Downloads/libperl5.22_5.22.1-9ubuntu0.3_amd64.deb
 
Old 05-20-2018, 08:55 PM   #65
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Ok, next libperl:

Code:
sudo dpkg -i ~/Downloads/libperl5.22_5.22.1-9ubuntu0.3_amd64.deb
john@john-HP-Compaq-6200-Pro-SFF-PC:~$ sudo dpkg -i ~/Downloads/libperl5.22_5.22.1-9ubuntu0.3_amd64.deb
[sudo] password for john:
(Reading database ... 864586 files and directories currently installed.)
Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.3_amd64.deb ...
Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.3) ...
Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
 
Old 05-20-2018, 08:56 PM   #66
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok, now the main perl package:

Code:
sudo dpkg -i ~/Downloads/perl_5.22.1-9ubuntu0.3_amd64.deb
 
Old 05-20-2018, 08:58 PM   #67
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Ok, now the main perl package:

Code:
sudo dpkg -i ~/Downloads/perl_5.22.1-9ubuntu0.3_amd64.deb
john@john-HP-Compaq-6200-Pro-SFF-PC:~$ sudo dpkg -i ~/Downloads/perl_5.22.1-9ubuntu0.3_amd64.deb
[sudo] password for john:
(Reading database ... 864586 files and directories currently installed.)
Preparing to unpack .../perl_5.22.1-9ubuntu0.3_amd64.deb ...
Unpacking perl (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.3) ...
Setting up perl (5.22.1-9ubuntu0.3) ...
Processing triggers for man-db (2.7.5-1) ...
 
Old 05-20-2018, 08:59 PM   #68
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Good. Now let's test if apt-get is working correctly with:
Code:
sudo apt-get update
 
Old 05-20-2018, 09:00 PM   #69
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Good. Now let's test if apt-get is working correctly with:
Code:
sudo apt-get update
yes

john@john-HP-Compaq-6200-Pro-SFF-PC:~$ sudo apt-get update
[sudo] password for john:
Hit:1 http://mirror.it.ubc.ca/ubuntu xenial InRelease
Hit:2 http://mirror.it.ubc.ca/ubuntu xenial-updates InRelease
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
Hit:4 http://mirror.it.ubc.ca/ubuntu xenial-backports InRelease
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [67.7 kB]
Get:7 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [68.0 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [107 kB]
Get:9 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [147 kB]
Fetched 496 kB in 1s (262 kB/s)
Reading package lists... Done
 
Old 05-20-2018, 09:01 PM   #70
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
thank you so much. Where is it 3am? Scotland?

Last edited by NelsonLinux; 05-20-2018 at 09:03 PM.
 
Old 05-20-2018, 09:05 PM   #71
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by NelsonLinux View Post
thank you so much. Where is it 3am?
Bonnie Scotland.

I've got about half an hour left before I'll need my kip, so would it be possible after that to leave the rest until tomorrow (we've still got some cleaning up, testing etc. to do)?

In the meantime, :

Code:
sudo apt-get upgrade
 
Old 05-20-2018, 09:12 PM   #72
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Bonnie Scotland.

I've got about half an hour left before I'll need my kip, so would it be possible after that to leave the rest until tomorrow (we've still got some cleaning up, testing etc. to do)?

In the meantime, :

Code:
sudo apt-get upgrade
Yes yes, do you celebrate Queen Victoria Day there also today?

Last edited by NelsonLinux; 05-20-2018 at 09:14 PM.
 
Old 05-20-2018, 09:14 PM   #73
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by NelsonLinux View Post
Yes yes, do you celebrate Queen Victoria Day there also tomorrow?
I don't think so. Just you Canucks.
 
Old 05-21-2018, 04:51 AM   #74
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
So, Happy Queen Victoria Day, NelsonLinux.

Let me know when you are available, although later in the day would be more suitable for me.
 
Old 05-21-2018, 11:55 AM   #75
NelsonLinux
Member
 
Registered: May 2018
Location: Nelson, Kootenay Rockies BC, Canada
Distribution: 16.04 LTS
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Bonnie Scotland.

I've got about half an hour left before I'll need my kip, so would it be possible after that to leave the rest until tomorrow (we've still got some cleaning up, testing etc. to do)?

In the meantime, :

Code:
sudo apt-get upgrade
sudo apt-get upgrade went well
I also ran sudo apt autoremove as per post 34, and all is running perfect
I'll be back about 23:00 your time

Last edited by NelsonLinux; 05-21-2018 at 12:01 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind9 + DHCP - very few forward map updates, lot of reverse updates? rylan76 Linux - Networking 0 11-28-2012 08:44 AM
got a Fedora 9 indication that yum updates were available, but there were no updates landonmkelsey Linux - Software 12 02-08-2009 09:53 AM
LXer: Updates, Beautiful Updates LXer Syndicated Linux News 0 01-28-2008 04:20 PM
yum check-update says no updates when there are updates? MarkEHansen Linux - General 7 12-29-2006 05:16 PM
Locked up during installation of updates. stappa Linux - Newbie 2 05-22-2005 01:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration